Click here to Skip to main content
15,898,943 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: KeyPress Event in ASP.NET C#? Pin
Not Active16-Jun-07 13:26
mentorNot Active16-Jun-07 13:26 
QuestionExecuting more than one query Pin
Tarik Guney16-Jun-07 0:34
Tarik Guney16-Jun-07 0:34 
AnswerRe: Executing more than one query Pin
Expert Coming16-Jun-07 1:16
Expert Coming16-Jun-07 1:16 
AnswerRe: Executing more than one query Pin
Dave Sexton16-Jun-07 2:01
Dave Sexton16-Jun-07 2:01 
AnswerRe: Executing more than one query Pin
Arun.Immanuel16-Jun-07 2:11
Arun.Immanuel16-Jun-07 2:11 
GeneralRe: Executing more than one query Pin
Tarik Guney16-Jun-07 7:21
Tarik Guney16-Jun-07 7:21 
QuestionDifference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
vikasviswan15-Jun-07 21:41
vikasviswan15-Jun-07 21:41 
AnswerRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
Christian Graus15-Jun-07 22:04
protectorChristian Graus15-Jun-07 22:04 
The major difference is that preinit is fired first. It was added just to give finer grained control.

LoadViewState won't fire unless you're posting back, as there can't be any viewstate to load.

vikasviswan wrote:
if a textbox value is changed in a button click. Who is responsible for storing the textbox value.


It will be stored in viewstate, so long as viewstate is turned on for the page and the control.

vikasviswan wrote:
what is diff b/w data stored in view state and data stored in a control that implements IPostBackDataHandler.


Probably nothing, viewstate is the only state in town, except control state, which is just a subset of what 1.1 stored in viewstate, so you can turn some of it off and not the rest. Control state is really still viewstate.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
vikasviswan15-Jun-07 22:19
vikasviswan15-Jun-07 22:19 
GeneralRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
Christian Graus15-Jun-07 22:32
protectorChristian Graus15-Jun-07 22:32 
GeneralRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
vikasviswan15-Jun-07 22:55
vikasviswan15-Jun-07 22:55 
GeneralRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
Dave Sexton16-Jun-07 2:06
Dave Sexton16-Jun-07 2:06 
AnswerRe: Difference b/e Onlnit(), OnPreInit() and LoadViewState()/ LoadPostBackData() Pin
vikasparth17-Jun-07 17:37
vikasparth17-Jun-07 17:37 
Questionasp dot net 2005 Pin
babusat15-Jun-07 20:44
babusat15-Jun-07 20:44 
AnswerRe: asp dot net Pin
Christian Graus15-Jun-07 20:48
protectorChristian Graus15-Jun-07 20:48 
QuestionRe: asp dot net Pin
babusat16-Jun-07 1:56
babusat16-Jun-07 1:56 
AnswerRe: asp dot net Pin
Dave Sexton16-Jun-07 2:15
Dave Sexton16-Jun-07 2:15 
QuestionLoad event is not working in ASP.net 2003 Pin
Vipin.d15-Jun-07 20:40
Vipin.d15-Jun-07 20:40 
AnswerRe: Load event is not working in ASP.net 2003 Pin
Christian Graus15-Jun-07 20:45
protectorChristian Graus15-Jun-07 20:45 
GeneralRe: Load event is not working in ASP.net 2003 Pin
Vipin.d15-Jun-07 20:52
Vipin.d15-Jun-07 20:52 
GeneralRe: Load event is not working in ASP.net 2003 Pin
Christian Graus15-Jun-07 22:02
protectorChristian Graus15-Jun-07 22:02 
AnswerRe: Load event is not working in ASP.net 2003 Pin
Guffa16-Jun-07 7:01
Guffa16-Jun-07 7:01 
Questionlabel text in arabic culture Pin
deep715-Jun-07 20:29
deep715-Jun-07 20:29 
QuestionHelp Me..I want immd solution.... Pin
Sathyaa1515-Jun-07 20:00
Sathyaa1515-Jun-07 20:00 
AnswerRe: Help Me..I want immd solution.... Pin
Christian Graus15-Jun-07 20:52
protectorChristian Graus15-Jun-07 20:52 

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.