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

ASP.NET

 
GeneralRe: button not causing postback on click??? Pin
bradz1520-Feb-07 5:44
bradz1520-Feb-07 5:44 
AnswerRe: button not causing postback on click??? Pin
sathesh pandian19-Feb-07 22:39
sathesh pandian19-Feb-07 22:39 
GeneralRe: button not causing postback on click??? Pin
bradz1520-Feb-07 5:44
bradz1520-Feb-07 5:44 
AnswerRe: button not causing postback on click??? Pin
Sandeep Akhare27-Feb-07 1:56
Sandeep Akhare27-Feb-07 1:56 
QuestionWebservice namespace Pin
itemplate19-Feb-07 9:52
itemplate19-Feb-07 9:52 
QuestionWebservice schemalocation [modified] Pin
itemplate19-Feb-07 9:51
itemplate19-Feb-07 9:51 
Questionhow to session variable Pin
rao raja19-Feb-07 8:11
rao raja19-Feb-07 8:11 
AnswerRe: how to session variable Pin
Marcus J. Smith19-Feb-07 8:43
professionalMarcus J. Smith19-Feb-07 8:43 
Session variables allow you to store information between post backs. The web is stateless, meaning that it doesnt know what it sent you what you are doing or anything between server hits, so to maintain this you can use session variables/cookies/etc...

The session variables can be set simply by coding Session("VariableName") = Value and then can be retrieved by coding Value = Session("VariableName").

The session is maintained by a SessionID that is created at the first request and is stored as a session cookie in the user's browser in most cases.


Cleako

AnswerRe: how to session variable Pin
Neeraj Arora19-Feb-07 17:25
Neeraj Arora19-Feb-07 17:25 
QuestionImages Pin
Amit Kumar G19-Feb-07 7:40
Amit Kumar G19-Feb-07 7:40 
AnswerRe: Images Pin
Guffa19-Feb-07 8:33
Guffa19-Feb-07 8:33 
GeneralRe: Images Pin
Amit Kumar G19-Feb-07 9:03
Amit Kumar G19-Feb-07 9:03 
GeneralRe: Images Pin
Christian Graus19-Feb-07 11:24
protectorChristian Graus19-Feb-07 11:24 
AnswerRe: Images Pin
sathesh pandian19-Feb-07 22:42
sathesh pandian19-Feb-07 22:42 
QuestionRetain Drop Down List Current Values between response.redirects Pin
dasumohan19-Feb-07 6:24
dasumohan19-Feb-07 6:24 
AnswerRe: Retain Drop Down List Current Values between response.redirects Pin
Amit Kumar G19-Feb-07 9:07
Amit Kumar G19-Feb-07 9:07 
AnswerRe: Retain Drop Down List Current Values between response.redirects Pin
Neeraj Arora19-Feb-07 17:30
Neeraj Arora19-Feb-07 17:30 
QuestionPortal or ? Pin
sadaniel19-Feb-07 6:16
sadaniel19-Feb-07 6:16 
AnswerRe: Portal or ? Pin
badgrs19-Feb-07 8:41
badgrs19-Feb-07 8:41 
GeneralRe: Portal or ? Pin
sadaniel19-Feb-07 9:39
sadaniel19-Feb-07 9:39 
Questionplease help Pin
Sarfaraj Ahmed19-Feb-07 5:56
Sarfaraj Ahmed19-Feb-07 5:56 
AnswerRe: please help Pin
andyharman19-Feb-07 7:25
professionalandyharman19-Feb-07 7:25 
Questionincrement page's speed? Pin
B.A19-Feb-07 5:17
B.A19-Feb-07 5:17 
AnswerRe: increment page's speed? Pin
badgrs19-Feb-07 8:39
badgrs19-Feb-07 8:39 
AnswerRe: increment page's speed? Pin
Neeraj Arora19-Feb-07 18:03
Neeraj Arora19-Feb-07 18:03 

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.