Click here to Skip to main content
15,914,323 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionInvoke Member throwing member not found error for a particular function Pin
anufabian1-Mar-07 18:40
anufabian1-Mar-07 18:40 
QuestionHow to extract a CAB file in asp.net c# Pin
Malayil alex1-Mar-07 18:38
Malayil alex1-Mar-07 18:38 
AnswerRe: How to extract a CAB file in asp.net c# Pin
Vasudevan Deepak Kumar4-Mar-07 2:16
Vasudevan Deepak Kumar4-Mar-07 2:16 
Questionstoring image file binary info in to a text file Pin
pradeep kumarappagari1-Mar-07 18:36
pradeep kumarappagari1-Mar-07 18:36 
AnswerRe: storing image file binary info in to a text file Pin
Sylvester george1-Mar-07 21:38
Sylvester george1-Mar-07 21:38 
GeneralRe: storing image file binary info in to a text file Pin
pradeep kumarappagari5-Mar-07 18:57
pradeep kumarappagari5-Mar-07 18:57 
Questionvery urgent about VIEW STATE & HIDDEN Field in asp.net Pin
Vinay Dornala1-Mar-07 18:32
Vinay Dornala1-Mar-07 18:32 
AnswerRe: very urgent about VIEW STATE & HIDDEN Field in asp.net Pin
Michael Sync1-Mar-07 20:19
Michael Sync1-Mar-07 20:19 
If it's urgent, please use "Session" or "Cache" instead of ViewState.

I dont think that ViewState can be accessd from another page. cuz the ViewState is stored in the hidden field by using algorithm. so, if you are going to another page, the value of this hiddenfield wont be avaliable in another page.

so, maybe. you can use Session. eg: Session("a") = "Hello World!"



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

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

AnswerRe: very urgent about VIEW STATE & HIDDEN Field in asp.net Pin
Omkar Ghaisas1-Mar-07 22:48
Omkar Ghaisas1-Mar-07 22:48 
AnswerRe: very urgent about VIEW STATE & HIDDEN Field in asp.net Pin
Vasudevan Deepak Kumar6-Mar-07 9:53
Vasudevan Deepak Kumar6-Mar-07 9:53 
QuestionRadioButton&Datagrid Pin
nclauder1-Mar-07 18:26
nclauder1-Mar-07 18:26 
AnswerRe: RadioButton&Datagrid Pin
gauthee1-Mar-07 19:10
gauthee1-Mar-07 19:10 
GeneralRe: RadioButton&Datagrid Pin
nclauder2-Mar-07 0:33
nclauder2-Mar-07 0:33 
QuestionDyanamic User Controls [modified] Pin
SpiderR1-Mar-07 18:24
SpiderR1-Mar-07 18:24 
QuestionRe: Dyanamic User Controls Pin
badgrs1-Mar-07 22:38
badgrs1-Mar-07 22:38 
QuestionGridView Paging Problem Pin
Jay_se1-Mar-07 18:18
Jay_se1-Mar-07 18:18 
AnswerRe: GridView Paging Problem Pin
Omkar Ghaisas1-Mar-07 23:08
Omkar Ghaisas1-Mar-07 23:08 
QuestionDatagrid within a datagrid Pin
gauthee1-Mar-07 18:18
gauthee1-Mar-07 18:18 
Questionvalidation +asp.net 2.0 + c# Pin
ritu43211-Mar-07 17:47
ritu43211-Mar-07 17:47 
AnswerRe: validation +asp.net 2.0 + c# Pin
Amit Agarrwal1-Mar-07 17:57
Amit Agarrwal1-Mar-07 17:57 
QuestionASP.Net - Web.config, Global.asax Pin
Kusal1-Mar-07 15:45
Kusal1-Mar-07 15:45 
AnswerRe: ASP.Net - Web.config, Global.asax Pin
Haissam3-Mar-07 14:27
Haissam3-Mar-07 14:27 
QuestionTotal Number of Rows in DataTable Pin
atlwebguy1-Mar-07 11:02
atlwebguy1-Mar-07 11:02 
AnswerRe: Total Number of Rows in DataTable Pin
kubben1-Mar-07 11:18
kubben1-Mar-07 11:18 
AnswerRe: Total Number of Rows in DataTable Pin
playout1-Mar-07 20:10
playout1-Mar-07 20:10 

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.