Click here to Skip to main content
15,912,069 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Any possibility to avoid cache in asp.net Pin
Abhishek Sur15-Sep-09 21:45
professionalAbhishek Sur15-Sep-09 21:45 
GeneralRe: Any possibility to avoid cache in asp.net Pin
anushh15-Sep-09 21:48
anushh15-Sep-09 21:48 
GeneralRe: Any possibility to avoid cache in asp.net Pin
Abhishek Sur15-Sep-09 22:03
professionalAbhishek Sur15-Sep-09 22:03 
QuestionJavascript validation in asp.net for a textbox and dropdown Pin
rummer15-Sep-09 20:42
rummer15-Sep-09 20:42 
AnswerRe: Javascript validation in asp.net for a textbox and dropdown Pin
Vimalsoft(Pty) Ltd15-Sep-09 20:48
professionalVimalsoft(Pty) Ltd15-Sep-09 20:48 
AnswerRe: Javascript validation in asp.net for a textbox and dropdown Pin
Christian Graus15-Sep-09 21:15
protectorChristian Graus15-Sep-09 21:15 
AnswerRe: Javascript validation in asp.net for a textbox and dropdown Pin
Abhishek Sur15-Sep-09 21:52
professionalAbhishek Sur15-Sep-09 21:52 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Christian Graus15-Sep-09 21:57
protectorChristian Graus15-Sep-09 21:57 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Abhishek Sur15-Sep-09 22:09
professionalAbhishek Sur15-Sep-09 22:09 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Christian Graus15-Sep-09 22:10
protectorChristian Graus15-Sep-09 22:10 
GeneralRe: Javascript validation in asp.net for a textbox and dropdown Pin
Abhishek Sur15-Sep-09 22:43
professionalAbhishek Sur15-Sep-09 22:43 
AnswerRe: Javascript validation in asp.net for a textbox and dropdown Pin
Arun Jacob15-Sep-09 22:51
Arun Jacob15-Sep-09 22:51 
QuestionProblem in populating a treeview from database Pin
rinku soni 2315-Sep-09 20:23
rinku soni 2315-Sep-09 20:23 
AnswerRe: Problem in populating a treeview from database Pin
Abhijit Jana15-Sep-09 20:27
professionalAbhijit Jana15-Sep-09 20:27 
AnswerRe: Problem in populating a treeview from database Pin
Christian Graus15-Sep-09 21:18
protectorChristian Graus15-Sep-09 21:18 
AnswerRe: Problem in populating a treeview from database Pin
N a v a n e e t h15-Sep-09 22:08
N a v a n e e t h15-Sep-09 22:08 
GeneralRe: Problem in populating a treeview from database Pin
Abhishek Sur15-Sep-09 22:11
professionalAbhishek Sur15-Sep-09 22:11 
GeneralRe: Problem in populating a treeview from database Pin
N a v a n e e t h15-Sep-09 22:14
N a v a n e e t h15-Sep-09 22:14 
QuestionHow dynamic objects work during a post back Pin
compninja2515-Sep-09 14:58
compninja2515-Sep-09 14:58 
AnswerRe: How dynamic objects work during a post back Pin
Christian Graus15-Sep-09 15:00
protectorChristian Graus15-Sep-09 15:00 
GeneralRe: How dynamic objects work during a post back Pin
compninja2515-Sep-09 16:13
compninja2515-Sep-09 16:13 
GeneralRe: How dynamic objects work during a post back Pin
N a v a n e e t h15-Sep-09 16:18
N a v a n e e t h15-Sep-09 16:18 
GeneralRe: How dynamic objects work during a post back Pin
compninja2516-Sep-09 2:08
compninja2516-Sep-09 2:08 
GeneralRe: How dynamic objects work during a post back Pin
Christian Graus15-Sep-09 16:19
protectorChristian Graus15-Sep-09 16:19 
compninja25 wrote:
So, I need to use the Page.PreLoad event and build my control there?


I believe that is correct.

compninja25 wrote:
Right now I'm building the table using data from my database, so if I did that during the page preload, wouldn't that overwrite the post back arguments?


you do it precisely so that you can get your postback data. The control needs to exist in order for the system to populate it with data from postback. I'd expect if you want to put your own data in there, you'd do it in prerender, which is always the right place. But for viewstate to work, it needs to be created before page load.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: How dynamic objects work during a post back Pin
Abhijit Jana15-Sep-09 18:26
professionalAbhijit Jana15-Sep-09 18:26 

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.