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

ASP.NET

 
AnswerRe: DropDownList SelectedIndexChanged event. Pin
postmaster@programmingknowledge.com16-Jul-06 17:30
postmaster@programmingknowledge.com16-Jul-06 17:30 
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 
Hi,
I don't know how it happened. I posted the answer but it was posted by someone else name. The data is also not proper. So I'm posting it again.

You should use session only when you have to persit data between more than one page.

Otherwise if it is related to only one page, you can fetch data from database and store it into a html hidden control, ie, .

<input type="hidden" runat="server" />
Data stored in server side html hidden cotrols are persisted during a postback.

Thanks,

Pradipta Basu
GeneralRe: Persisting data through a "Postback" Pin
Frank Kerrigan17-Jul-06 0:25
Frank Kerrigan17-Jul-06 0:25 
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 

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.