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

ASP.NET

 
AnswerRe: ASP.NET Grid with Add, Del, Edit and REORDER Functionalities Pin
Christian Graus22-Oct-09 20:21
protectorChristian Graus22-Oct-09 20:21 
AnswerRe: ASP.NET Grid with Add, Del, Edit and Rows REORDER Functionalities Pin
Abhishek Sur22-Oct-09 21:03
professionalAbhishek Sur22-Oct-09 21:03 
QuestionOne simple question on Page Refreshing Pin
xbiplav22-Oct-09 12:14
xbiplav22-Oct-09 12:14 
AnswerRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 12:31
protectorChristian Graus22-Oct-09 12:31 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 18:34
xbiplav22-Oct-09 18:34 
GeneralRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 18:37
protectorChristian Graus22-Oct-09 18:37 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 18:46
xbiplav22-Oct-09 18:46 
GeneralRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 18:59
protectorChristian Graus22-Oct-09 18:59 
No, you can't. The web is stateless. Every postback creates a new instance of that page class, which is then destroyed when the page is sent. webform1 does NOT exist if it's not visible. There's nothing to interact with. You pass values between pages by putting them on the URL or storing them in the session. The URL way is far better, it creates pages that rebuild themselves and can be bookmarked, and does not use server resources. Sometimes, you do need to use the session tho.

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: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 19:07
xbiplav22-Oct-09 19:07 
GeneralRe: One simple question on Page Refreshing Pin
Christian Graus22-Oct-09 19:08
protectorChristian Graus22-Oct-09 19:08 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav22-Oct-09 19:10
xbiplav22-Oct-09 19:10 
AnswerRe: One simple question on Page Refreshing Pin
anumole mathew25-Oct-09 23:36
anumole mathew25-Oct-09 23:36 
GeneralRe: One simple question on Page Refreshing Pin
xbiplav26-Oct-09 17:35
xbiplav26-Oct-09 17:35 
QuestionProblem with PDF Document displaying in IFrame Pin
AndyASPVB22-Oct-09 10:33
AndyASPVB22-Oct-09 10:33 
AnswerRe: Problem with PDF Document displaying in IFrame Pin
Not Active22-Oct-09 12:03
mentorNot Active22-Oct-09 12:03 
QuestionTemplate field in codebehind Pin
dptalt22-Oct-09 10:27
dptalt22-Oct-09 10:27 
Questionhow to manage multiple roles in asp.net Pin
jarajeshwaran22-Oct-09 7:33
jarajeshwaran22-Oct-09 7:33 
AnswerRe: how to manage multiple roles in asp.net Pin
Christian Graus22-Oct-09 18:34
protectorChristian Graus22-Oct-09 18:34 
QuestionASP deploments Pin
Mix Wheels22-Oct-09 4:09
Mix Wheels22-Oct-09 4:09 
AnswerRe: ASP deploments Pin
Abhishek Sur22-Oct-09 5:37
professionalAbhishek Sur22-Oct-09 5:37 
AnswerRe: ASP deploments Pin
Abhijit Jana22-Oct-09 5:56
professionalAbhijit Jana22-Oct-09 5:56 
Questioncan we check that page is refresh using javascript Pin
yrishi22-Oct-09 3:55
yrishi22-Oct-09 3:55 
AnswerRe: can we check that page is refresh using javascript Pin
Abhishek Sur22-Oct-09 4:51
professionalAbhishek Sur22-Oct-09 4:51 
AnswerRe: can we check that page is refresh using javascript Pin
April Fans25-Oct-09 21:50
April Fans25-Oct-09 21:50 
GeneralRe: can we check that page is refresh using javascript Pin
yrishi26-Oct-09 20:32
yrishi26-Oct-09 20:32 

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.