Click here to Skip to main content
15,919,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Server control, Client control, Htlm control Pin
Christian Graus22-Oct-09 22:16
protectorChristian Graus22-Oct-09 22:16 
GeneralRe: Server control, Client control, Htlm control Pin
nagendrathecoder22-Oct-09 22:26
nagendrathecoder22-Oct-09 22:26 
Questionbind textbox which is in footer template of gridview [modified] Pin
vikas shukla22-Oct-09 21:17
vikas shukla22-Oct-09 21:17 
QuestionASP.NET Ajax version Pin
hrishiS22-Oct-09 21:08
hrishiS22-Oct-09 21:08 
AnswerRe: ASP.NET Ajax version Pin
meeram39522-Oct-09 21:27
meeram39522-Oct-09 21:27 
AnswerRe: ASP.NET Ajax version Pin
Christian Graus22-Oct-09 21:46
protectorChristian Graus22-Oct-09 21:46 
AnswerRe: ASP.NET Ajax version Pin
gautamamit822-Oct-09 23:31
gautamamit822-Oct-09 23:31 
QuestionASP.NET Grid with Add, Del, Edit and Rows REORDER Functionalities [modified] Pin
Venkat NP22-Oct-09 20:18
Venkat NP22-Oct-09 20:18 
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 

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.