Click here to Skip to main content
16,017,151 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: value is not getting in dropdown after a button click Pin
jloubani9-Jun-09 21:18
jloubani9-Jun-09 21:18 
GeneralRe: value is not getting in dropdown after a button click Pin
Christian Graus9-Jun-09 21:21
protectorChristian Graus9-Jun-09 21:21 
GeneralRe: value is not getting in dropdown after a button click Pin
jloubani9-Jun-09 21:26
jloubani9-Jun-09 21:26 
GeneralRe: value is not getting in dropdown after a button click Pin
Christian Graus9-Jun-09 21:36
protectorChristian Graus9-Jun-09 21:36 
AnswerRe: value is not getting in dropdown after a button click Pin
Christian Graus9-Jun-09 21:20
protectorChristian Graus9-Jun-09 21:20 
AnswerRe: value is not getting in dropdown after a button click Pin
Abhijit Jana9-Jun-09 21:23
professionalAbhijit Jana9-Jun-09 21:23 
QuestionStatic Varible Sharing Problem Pin
Shivan Nandan9-Jun-09 21:03
Shivan Nandan9-Jun-09 21:03 
AnswerRe: Static Varible Sharing Problem Pin
Christian Graus9-Jun-09 21:11
protectorChristian Graus9-Jun-09 21:11 
Buy a basic book on ASP.NET and read it. Actually, I suspect your issue is that you don't understand ASP.NET. Static works just as you are seeing, and non static only exists for the lifecycle of one page. Therefore, you need to store values in something persistent, such as the session, or if it's all in one page, viewstate.

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

AnswerRe: Static Varible Sharing Problem Pin
saanj9-Jun-09 21:13
saanj9-Jun-09 21:13 
GeneralRe: Static Varible Sharing Problem Pin
Christian Graus9-Jun-09 21:21
protectorChristian Graus9-Jun-09 21:21 
GeneralRe: Static Varible Sharing Problem Pin
Shivan Nandan9-Jun-09 21:25
Shivan Nandan9-Jun-09 21:25 
GeneralRe: Static Varible Sharing Problem Pin
Colin Angus Mackay9-Jun-09 21:31
Colin Angus Mackay9-Jun-09 21:31 
GeneralRe: Static Varible Sharing Problem Pin
saanj9-Jun-09 21:31
saanj9-Jun-09 21:31 
AnswerRe: Static Varible Sharing Problem Pin
Colin Angus Mackay9-Jun-09 21:24
Colin Angus Mackay9-Jun-09 21:24 
GeneralRe: Static Varible Sharing Problem [modified] Pin
Shivan Nandan9-Jun-09 21:38
Shivan Nandan9-Jun-09 21:38 
QuestionHow To Log when user clicks on the cross button through Ajax Pin
shimona 29-Jun-09 20:54
shimona 29-Jun-09 20:54 
AnswerRe: How To Log when user clicks on the cross button through Ajax Pin
saanj9-Jun-09 21:05
saanj9-Jun-09 21:05 
AnswerRe: How To Log when user clicks on the cross button through Ajax Pin
Sujay chakraborty9-Jun-09 21:17
Sujay chakraborty9-Jun-09 21:17 
QuestionManipulating XML file using GridView and XmlDataSource Pin
Sujay chakraborty9-Jun-09 20:33
Sujay chakraborty9-Jun-09 20:33 
AnswerRe: Manipulating XML file using GridView and XmlDataSource Pin
Abhijit Jana9-Jun-09 21:11
professionalAbhijit Jana9-Jun-09 21:11 
GeneralRe: Manipulating XML file using GridView and XmlDataSource Pin
Sujay chakraborty9-Jun-09 21:21
Sujay chakraborty9-Jun-09 21:21 
GeneralRe: Manipulating XML file using GridView and XmlDataSource Pin
chaitanya2313-Jan-10 20:15
chaitanya2313-Jan-10 20:15 
Questionconfiguration error... Pin
RajpootRohan9-Jun-09 20:16
professionalRajpootRohan9-Jun-09 20:16 
AnswerRe: configuration error... Pin
Abhijit Jana9-Jun-09 20:21
professionalAbhijit Jana9-Jun-09 20:21 
GeneralRe: configuration error... Pin
RajpootRohan9-Jun-09 20:30
professionalRajpootRohan9-Jun-09 20:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.