Click here to Skip to main content
15,889,266 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmaintain values of a textbox on Postback Pin
Archana New to Dotnet9-Jul-07 18:45
Archana New to Dotnet9-Jul-07 18:45 
AnswerRe: maintain values of a textbox on Postback Pin
MaheshSharma9-Jul-07 19:00
MaheshSharma9-Jul-07 19:00 
GeneralRe: maintain values of a textbox on Postback Pin
Archana New to Dotnet9-Jul-07 19:06
Archana New to Dotnet9-Jul-07 19:06 
GeneralRe: maintain values of a textbox on Postback Pin
MaheshSharma9-Jul-07 19:09
MaheshSharma9-Jul-07 19:09 
GeneralRe: maintain values of a textbox on Postback Pin
kumar.a9-Jul-07 20:15
kumar.a9-Jul-07 20:15 
AnswerRe: maintain values of a textbox on Postback Pin
N a v a n e e t h9-Jul-07 19:09
N a v a n e e t h9-Jul-07 19:09 
AnswerRe: maintain values of a textbox on Postback Pin
Michael Sync9-Jul-07 20:04
Michael Sync9-Jul-07 20:04 
GeneralRe: maintain values of a textbox on Postback Pin
Michael Sync9-Jul-07 20:06
Michael Sync9-Jul-07 20:06 
This link said that ~

Question 3. Why all data from web controls within the disabled panel has been lost during the postback?

It’s pretty strange. In window-based application, we only need to disable the panel if we want to disable all controls inside this panel. But we can’t do like that in web development. ASP.NET doesn’t keep the viewstate of the controls if the panel is disabled so that all data in those controls within disabled panel will be lost during the PoskBack.
The solution for this problem is that enable or disable each each and every controls inside the disabled panel. Enable explicitly.

Scott Mitchell wrote very good article about this problem and solution in this blog.. You may check his article “Panel Weirdness” here.


Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


QuestionDetect Browser Close Pin
MaheshSharma9-Jul-07 18:41
MaheshSharma9-Jul-07 18:41 
AnswerRe: Detect Browser Close Pin
Michael Sync9-Jul-07 20:00
Michael Sync9-Jul-07 20:00 
GeneralRe: Detect Browser Close Pin
MaheshSharma9-Jul-07 21:48
MaheshSharma9-Jul-07 21:48 
GeneralRe: Detect Browser Close Pin
Michael Sync9-Jul-07 23:48
Michael Sync9-Jul-07 23:48 
GeneralRe: Detect Browser Close Pin
MaheshSharma10-Jul-07 0:24
MaheshSharma10-Jul-07 0:24 
Questionplacing map in website Pin
mmm!@#9-Jul-07 18:33
mmm!@#9-Jul-07 18:33 
AnswerRe: placing map in website Pin
Michael Sync9-Jul-07 19:55
Michael Sync9-Jul-07 19:55 
GeneralRe: placing map in website Pin
mmm!@#9-Jul-07 20:19
mmm!@#9-Jul-07 20:19 
QuestionInclude tree view in every page Pin
J Liang9-Jul-07 15:55
J Liang9-Jul-07 15:55 
AnswerRe: Include tree view in every page Pin
Michael Sync9-Jul-07 16:04
Michael Sync9-Jul-07 16:04 
GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 18:30
J Liang9-Jul-07 18:30 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 19:53
Michael Sync9-Jul-07 19:53 
GeneralRe: Include tree view in every page Pin
J Liang9-Jul-07 20:06
J Liang9-Jul-07 20:06 
GeneralRe: Include tree view in every page Pin
Michael Sync9-Jul-07 20:23
Michael Sync9-Jul-07 20:23 
AnswerRe: Include tree view in every page Pin
Sven Cipido9-Jul-07 20:16
Sven Cipido9-Jul-07 20:16 
QuestionRemote Debugging dll issues asp 1.1 Pin
evodev9-Jul-07 14:39
evodev9-Jul-07 14:39 
QuestionHow to create Pop up Calendar ? Pin
kidus19-Jul-07 10:59
kidus19-Jul-07 10:59 

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.