Click here to Skip to main content
15,909,822 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralDisplay Msgbox Pin
Rinki Mukheraji10-Jan-08 0:47
Rinki Mukheraji10-Jan-08 0:47 
GeneralRe: Display Msgbox Pin
Declan Bright10-Jan-08 1:13
Declan Bright10-Jan-08 1:13 
GeneralRe: Display Msgbox Pin
Rinki Mukheraji10-Jan-08 1:23
Rinki Mukheraji10-Jan-08 1:23 
GeneralRe: Display Msgbox Pin
Declan Bright10-Jan-08 2:53
Declan Bright10-Jan-08 2:53 
Questionhow many characters does an hidden field holds Pin
jagan1239-Jan-08 23:50
jagan1239-Jan-08 23:50 
AnswerRe: how many characters does an hidden field holds Pin
N a v a n e e t h9-Jan-08 23:54
N a v a n e e t h9-Jan-08 23:54 
GeneralText file and view state data Pin
Sujit Mandal9-Jan-08 23:46
Sujit Mandal9-Jan-08 23:46 
GeneralRe: Text file and view state data Pin
N a v a n e e t h10-Jan-08 0:41
N a v a n e e t h10-Jan-08 0:41 
Sujit Mandal. wrote:
have an asp.net page.i have saved all the page data in a text file like
__EVENTTARGET=&__EVENTARGUMENT=&__VIEWSTATE=%2FwEPDwUKMTE5MDA2OTYyMQ9kFgI
CAw9kFhICAw8PFgIeBFRleHRlZGQCBw8PFgIfAAUJMS8xMC8yMDA4ZGQCCw8PFgIfAAUFTm9v
MTFkZAIPDxBkEBU...

now i want to display this data (__VIEWSTATE) when the page run for the 2nd time.
Actually my requirement is user will save the data.when 2nd time user will come to that page user will see his previous saved data.


You can't load viewstate data from a string. If you want to show it again when user visits, store the values in database/session, and reload it.


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


GeneralNeed text on Image Button Pin
Satish - Developer9-Jan-08 23:28
Satish - Developer9-Jan-08 23:28 
GeneralRe: Need text on Image Button Pin
N a v a n e e t h9-Jan-08 23:40
N a v a n e e t h9-Jan-08 23:40 
GeneralRe: Need text on Image Button Pin
Satish - Developer9-Jan-08 23:55
Satish - Developer9-Jan-08 23:55 
GeneralRe: Need text on Image Button Pin
N a v a n e e t h10-Jan-08 0:56
N a v a n e e t h10-Jan-08 0:56 
GeneralRe: Need text on Image Button Pin
Declan Bright9-Jan-08 23:55
Declan Bright9-Jan-08 23:55 
GeneralRe: Need text on Image Button Pin
Satish - Developer10-Jan-08 0:37
Satish - Developer10-Jan-08 0:37 
GeneralRe: Need text on Image Button Pin
Declan Bright10-Jan-08 0:52
Declan Bright10-Jan-08 0:52 
GeneralRe: Need text on Image Button Pin
Satish - Developer10-Jan-08 0:56
Satish - Developer10-Jan-08 0:56 
GeneralRe: Need text on Image Button Pin
Declan Bright10-Jan-08 1:25
Declan Bright10-Jan-08 1:25 
GeneralInserting Values from Dynamic Controls Pin
Imranlogi9-Jan-08 22:54
Imranlogi9-Jan-08 22:54 
GeneralRe: Inserting Values from Dynamic Controls Pin
N a v a n e e t h9-Jan-08 23:44
N a v a n e e t h9-Jan-08 23:44 
Questionabout master page validation Pin
fgfdhghgfd9-Jan-08 22:36
fgfdhghgfd9-Jan-08 22:36 
GeneralRe: about master page validation Pin
N a v a n e e t h9-Jan-08 23:45
N a v a n e e t h9-Jan-08 23:45 
Questionpublic function accessing problem Pin
Pankaj Garg9-Jan-08 22:25
Pankaj Garg9-Jan-08 22:25 
GeneralRe: public function accessing problem Pin
N a v a n e e t h9-Jan-08 23:46
N a v a n e e t h9-Jan-08 23:46 
GeneralRe: public function accessing problem Pin
Pankaj Garg9-Jan-08 23:57
Pankaj Garg9-Jan-08 23:57 
GeneralRe: public function accessing problem Pin
N a v a n e e t h10-Jan-08 22:35
N a v a n e e t h10-Jan-08 22:35 

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.