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

ASP.NET

 
Questionchecking a radio button programmatically Pin
mbams16-Aug-09 4:36
mbams16-Aug-09 4:36 
AnswerRe: checking a radio button programmatically Pin
Not Active16-Aug-09 5:30
mentorNot Active16-Aug-09 5:30 
AnswerRe: checking a radio button programmatically Pin
Abhishek Sur16-Aug-09 6:33
professionalAbhishek Sur16-Aug-09 6:33 
mbams wrote:
store the dataset in session object


First of all, dont do this. Why do you have to set an Entire detaset in session, rather you store in database and get when required.


mbams wrote:
whenever a user clicks on the back button of the form to access a previously answered question


Well, in your case, as I said, always store user's input to the database. Use <a href=nextpage.aspx> to ensure everything to be in the history. If you really require the back functionality you should use <a > tag.

Hope you are getting me. Thumbs Up | :thumbsup:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionConnecting to Oracle Database. Pin
srikantha_nagaraj16-Aug-09 1:35
srikantha_nagaraj16-Aug-09 1:35 
AnswerRe: Connecting to Oracle Database. Pin
Not Active16-Aug-09 5:31
mentorNot Active16-Aug-09 5:31 
AnswerRe: Connecting to Oracle Database. Pin
Abhishek Sur16-Aug-09 6:28
professionalAbhishek Sur16-Aug-09 6:28 
QuestionRe: Connecting to Oracle Database. Pin
srikantha_nagaraj16-Aug-09 16:54
srikantha_nagaraj16-Aug-09 16:54 
AnswerRe: Connecting to Oracle Database. Pin
Abhijit Jana16-Aug-09 18:17
professionalAbhijit Jana16-Aug-09 18:17 
AnswerRe: Connecting to Oracle Database. Pin
Abhishek Sur16-Aug-09 22:31
professionalAbhishek Sur16-Aug-09 22:31 
Questionupdate xml in real time from database Pin
leon8516-Aug-09 0:43
leon8516-Aug-09 0:43 
AnswerRe: update xml in real time from database Pin
Abhishek Sur16-Aug-09 6:14
professionalAbhishek Sur16-Aug-09 6:14 
GeneralRe: update xml in real time from database Pin
leon8516-Aug-09 17:45
leon8516-Aug-09 17:45 
QuestionSending Mail Problem Pin
pampam11015-Aug-09 20:52
pampam11015-Aug-09 20:52 
AnswerRe: Sending Mail Problem Pin
Abhijit Jana15-Aug-09 21:02
professionalAbhijit Jana15-Aug-09 21:02 
GeneralRe: Sending Mail Problem Pin
pampam11015-Aug-09 21:19
pampam11015-Aug-09 21:19 
GeneralRe: Sending Mail Problem Pin
Abhijit Jana15-Aug-09 21:35
professionalAbhijit Jana15-Aug-09 21:35 
GeneralRe: Sending Mail Problem Pin
pampam11015-Aug-09 21:51
pampam11015-Aug-09 21:51 
GeneralRe: Sending Mail Problem Pin
Parwej Ahamad15-Aug-09 22:00
professionalParwej Ahamad15-Aug-09 22:00 
AnswerRe: Sending Mail Problem Pin
mrcooll15-Aug-09 22:31
mrcooll15-Aug-09 22:31 
GeneralRe: Sending Mail Problem Pin
pampam11015-Aug-09 23:57
pampam11015-Aug-09 23:57 
AnswerRe: Sending Mail Problem Pin
Abhishek Sur16-Aug-09 6:26
professionalAbhishek Sur16-Aug-09 6:26 
QuestionUpload Files details into database VB code ASP.NET Pin
daffy_200315-Aug-09 17:52
daffy_200315-Aug-09 17:52 
AnswerRe: Upload Files details into database VB code ASP.NET Pin
Abhijit Jana15-Aug-09 20:28
professionalAbhijit Jana15-Aug-09 20:28 
GeneralRe: Upload Files details into database VB code ASP.NET Pin
daffy_200315-Aug-09 21:11
daffy_200315-Aug-09 21:11 
GeneralRe: Upload Files details into database VB code ASP.NET Pin
Abhijit Jana15-Aug-09 21:23
professionalAbhijit Jana15-Aug-09 21:23 

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.