Click here to Skip to main content
15,921,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Reg IIS [modified] Pin
JHizzle31-Mar-10 23:51
JHizzle31-Mar-10 23:51 
GeneralRe: Reg IIS Pin
sowjanya34-Apr-10 22:01
sowjanya34-Apr-10 22:01 
AnswerRe: Reg IIS Pin
Abhijit Jana1-Apr-10 0:27
professionalAbhijit Jana1-Apr-10 0:27 
GeneralRe: Reg IIS Pin
Venkatesh Mookkan1-Apr-10 0:44
Venkatesh Mookkan1-Apr-10 0:44 
GeneralRe: Reg IIS Pin
Abhijit Jana1-Apr-10 1:01
professionalAbhijit Jana1-Apr-10 1:01 
GeneralRe: Reg IIS Pin
Venkatesh Mookkan1-Apr-10 1:15
Venkatesh Mookkan1-Apr-10 1:15 
QuestionData Validation Controls not working in Windows 7 machine Pin
Robymon31-Mar-10 23:10
Robymon31-Mar-10 23:10 
AnswerRe: Data Validation Controls not working in Windows 7 machine Pin
JHizzle31-Mar-10 23:37
JHizzle31-Mar-10 23:37 
GeneralRe: Data Validation Controls not working in Windows 7 machine Pin
Robymon1-Apr-10 0:16
Robymon1-Apr-10 0:16 
QuestionItem command not firing repeater control pop up extender Pin
rahul_miche31-Mar-10 22:53
rahul_miche31-Mar-10 22:53 
AnswerRe: Item command not firing repeater control pop up extender Pin
michaelschmitt1-Apr-10 6:46
michaelschmitt1-Apr-10 6:46 
AnswerRe: Item command not firing repeater control pop up extender Pin
T M Gray1-Apr-10 7:47
T M Gray1-Apr-10 7:47 
Questionsave page state after post back Pin
Abdul Rahman Hamidy31-Mar-10 22:38
Abdul Rahman Hamidy31-Mar-10 22:38 
AnswerRe: save page state after post back Pin
R. Giskard Reventlov31-Mar-10 23:21
R. Giskard Reventlov31-Mar-10 23:21 
AnswerRe: save page state after post back Pin
Venkatesh Mookkan1-Apr-10 0:54
Venkatesh Mookkan1-Apr-10 0:54 
Hey Abdul,
Changes done in the client-side using JavaScript will not save it ViewState. To ASP.NET, it doesn't know that you have changed something. To fix this, use a hiddenfield. When you hit the button, get the list of item into the hiddenfield with delimiters. Once the page is back, fill the list with the items with the hiddenfield value.

Only HiddenField can maintain states all the times.

Castle Rider
What if I freeze??? Don't forget to breath...

My: Website | Yahoo Group | Blog Spot

GeneralRe: save page state after post back Pin
Abdul Rahman Hamidy2-Apr-10 18:10
Abdul Rahman Hamidy2-Apr-10 18:10 
Questionhow to fetch html text into string variable Pin
Amit Spadez31-Mar-10 21:36
professionalAmit Spadez31-Mar-10 21:36 
AnswerRe: how to fetch html text into string variable Pin
Arindam Tewary31-Mar-10 22:02
professionalArindam Tewary31-Mar-10 22:02 
AnswerRe: how to fetch html text into string variable Pin
PSK_31-Mar-10 22:06
PSK_31-Mar-10 22:06 
AnswerRe: how to fetch html text into string variable Pin
MyDevBank31-Mar-10 22:18
MyDevBank31-Mar-10 22:18 
AnswerRe: how to fetch html text into string variable Pin
Mohan H Prajapati5-Apr-10 23:51
Mohan H Prajapati5-Apr-10 23:51 
Question[help]ListView Layout Problem [modified] Pin
calvenyow31-Mar-10 21:30
calvenyow31-Mar-10 21:30 
QuestionThe Client does not Download the Lastest Upload File Pin
Xiaoming Qian31-Mar-10 20:33
Xiaoming Qian31-Mar-10 20:33 
AnswerRe: The Client does not Download the Lastest Upload File Pin
Venkatesh Mookkan31-Mar-10 20:42
Venkatesh Mookkan31-Mar-10 20:42 
AnswerRe: The Client does not Download the Lastest Upload File [modified] Pin
Arindam Tewary31-Mar-10 20:44
professionalArindam Tewary31-Mar-10 20:44 

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.