Click here to Skip to main content
15,900,818 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DropDownList SelectedIndexChanged event. Pin
Pradipta Basu16-Jul-06 19:38
Pradipta Basu16-Jul-06 19:38 
QuestionPreferred way of returning data method Pin
MrJJKoolJ16-Jul-06 14:26
MrJJKoolJ16-Jul-06 14:26 
AnswerRe: Preferred way of returning data method Pin
eggsovereasy17-Jul-06 4:02
eggsovereasy17-Jul-06 4:02 
QuestionPersisting data through a "Postback" Pin
WebMaster16-Jul-06 11:00
WebMaster16-Jul-06 11:00 
AnswerRe: Persisting data through a "Postback" Pin
Arabinda Kolkata16-Jul-06 19:52
Arabinda Kolkata16-Jul-06 19:52 
GeneralRe: Persisting data through a "Postback" (backup) Pin
Prakash Nadar2-Jan-07 23:39
Prakash Nadar2-Jan-07 23:39 
AnswerRe: Persisting data through a "Postback" Pin
Pradipta Basu16-Jul-06 19:57
Pradipta Basu16-Jul-06 19:57 
GeneralRe: Persisting data through a "Postback" Pin
Frank Kerrigan17-Jul-06 0:25
Frank Kerrigan17-Jul-06 0:25 
You can also true viewstate on as well. Or use viewstate


Before Post
<br />
ViewState["UserName"] = UserName<br />




After Post
<br />
UserName = ViewState["UserName"]<br />


Remember this will not persit between pages.





Look where you want to go not where you don't want to crash.

Bikers Bible

GeneralRe: Persisting data through a "Postback" Pin
Pradipta Basu17-Jul-06 19:56
Pradipta Basu17-Jul-06 19:56 
GeneralRe: Persisting data through a "Postback" (backup) Pin
Prakash Nadar2-Jan-07 23:40
Prakash Nadar2-Jan-07 23:40 
Questionasp:button MouseOver Pin
Drathmar16-Jul-06 10:38
Drathmar16-Jul-06 10:38 
AnswerRe: asp:button MouseOver Pin
minhpc_bk16-Jul-06 20:14
minhpc_bk16-Jul-06 20:14 
GeneralRe: asp:button MouseOver Pin
Drathmar17-Jul-06 3:28
Drathmar17-Jul-06 3:28 
GeneralRe: asp:button MouseOver Pin
minhpc_bk17-Jul-06 3:55
minhpc_bk17-Jul-06 3:55 
QuestionPersisting Data between pages Pin
MrJJKoolJ16-Jul-06 9:38
MrJJKoolJ16-Jul-06 9:38 
Questiondrop down list Pin
sonyama16-Jul-06 7:41
sonyama16-Jul-06 7:41 
AnswerRe: drop down list Pin
dansoft16-Jul-06 15:25
dansoft16-Jul-06 15:25 
AnswerRe: drop down list Pin
postmaster@programmingknowledge.com16-Jul-06 17:31
postmaster@programmingknowledge.com16-Jul-06 17:31 
QuestionCross domain cookies Pin
Filipe Peixinho16-Jul-06 7:28
Filipe Peixinho16-Jul-06 7:28 
QuestionImport Contacts from Outlook Pin
Abhishek Joshi16-Jul-06 1:37
Abhishek Joshi16-Jul-06 1:37 
QuestionAccess Drives with Javascript Pin
Abhishek Joshi16-Jul-06 1:33
Abhishek Joshi16-Jul-06 1:33 
AnswerRe: Access Drives with Javascript Pin
Jesse Squire16-Jul-06 3:05
Jesse Squire16-Jul-06 3:05 
QuestionRunning ActiveX coutrol with Javascript Pin
Abhishek Joshi16-Jul-06 1:32
Abhishek Joshi16-Jul-06 1:32 
AnswerRe: Running ActiveX coutrol with Javascript Pin
Jesse Squire16-Jul-06 3:10
Jesse Squire16-Jul-06 3:10 
QuestionAbout Dropdown List Control Pin
Abhishek Joshi16-Jul-06 1:12
Abhishek Joshi16-Jul-06 1:12 

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.