Click here to Skip to main content
15,911,132 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Is user id safer that username in a querystring for member profiles Pin
Albert8319-Jun-08 20:59
Albert8319-Jun-08 20:59 
QuestionHow do I get the CalendarExtender to show over a dropdown Pin
Member 387988119-Jun-08 18:45
Member 387988119-Jun-08 18:45 
AnswerRe: How do I get the CalendarExtender to show over a dropdown Pin
Christian Graus19-Jun-08 18:45
protectorChristian Graus19-Jun-08 18:45 
GeneralRe: How do I get the CalendarExtender to show over a dropdown Pin
Member 387988119-Jun-08 18:54
Member 387988119-Jun-08 18:54 
QuestionProblem with Activex Control visible Pin
Member 329688319-Jun-08 18:29
Member 329688319-Jun-08 18:29 
AnswerRe: Problem with Activex Control visible Pin
Abhijit Jana19-Jun-08 18:42
professionalAbhijit Jana19-Jun-08 18:42 
GeneralRe: Problem with Activex Control visible [modified] Pin
Member 329688319-Jun-08 18:51
Member 329688319-Jun-08 18:51 
QuestionBack and Next button Pin
J Liang19-Jun-08 15:47
J Liang19-Jun-08 15:47 
Hi,

Let me go straight to the point.

I am doing a something like a wizard we use to setup some programs or system. I have 5 pages which all 5 pages is link together with 'Back' and 'Next' button. It was working fine until I tried the Back button and click Next again. I find it some what difficult to detect that the user clicked back and therefore when the user click next again, I suppose to do 'Update' and not 'Add' and also sometimes what the user typed in the form is not there any more.

I'd tried a few solutions such as putting in checks whether the user already entered data by taking the primary key after inserting the data and put into a invincible label, so when the user press back, the system can check the label whether there is any value in it.

I find it a bit tedious to do so, so I decided to come here to seek some expert advice on the best practice to do this - How to Add and Update respectively and keep everything on the page no matter the user click Back and Next how many times.

This is what I did on the Back button

this.btnBack.Attributes.Add("onclick", "javascript:history.back();return false;");

AnswerRe: Back and Next button Pin
Venkatesh Mookkan19-Jun-08 17:44
Venkatesh Mookkan19-Jun-08 17:44 
AnswerRe: Back and Next button Pin
Christian Graus19-Jun-08 18:49
protectorChristian Graus19-Jun-08 18:49 
QuestionOnblur event of a textbox cancels onclick event of a button. Pin
bin_bin119-Jun-08 12:59
bin_bin119-Jun-08 12:59 
AnswerRe: Onblur event of a textbox cancels onclick event of a button. Pin
Venkatesh Mookkan19-Jun-08 17:52
Venkatesh Mookkan19-Jun-08 17:52 
GeneralRe: Onblur event of a textbox cancels onclick event of a button. Pin
bin_bin119-Jun-08 18:25
bin_bin119-Jun-08 18:25 
Questionvisual web developer 2008 express edition Pin
jds120719-Jun-08 12:51
jds120719-Jun-08 12:51 
AnswerRe: visual web developer 2008 express edition Pin
Venkatesh Mookkan19-Jun-08 17:55
Venkatesh Mookkan19-Jun-08 17:55 
QuestionShare menu across multiple pages [modified] Pin
Dan Neely19-Jun-08 8:26
Dan Neely19-Jun-08 8:26 
AnswerRe: Share menu across multiple pages Pin
Abhijit Jana19-Jun-08 10:26
professionalAbhijit Jana19-Jun-08 10:26 
Questionaccordion and link button databind Pin
mohamed antar19-Jun-08 8:20
mohamed antar19-Jun-08 8:20 
QuestionHelp with listview Pin
Member 406547219-Jun-08 7:50
Member 406547219-Jun-08 7:50 
AnswerRe: Help with listview Pin
Binod K19-Jun-08 19:03
Binod K19-Jun-08 19:03 
GeneralRe: Help with listview Pin
Member 406547220-Jun-08 1:09
Member 406547220-Jun-08 1:09 
Questiontrying to connect to database Pin
jds120719-Jun-08 7:25
jds120719-Jun-08 7:25 
AnswerRe: trying to connect to database Pin
Blue_Boy19-Jun-08 9:33
Blue_Boy19-Jun-08 9:33 
QuestionCollapsiblePanelExtender Pin
vjvjvjvj19-Jun-08 6:19
vjvjvjvj19-Jun-08 6:19 
QuestionLogout Problem in .net 2.0 Pin
M_Menon19-Jun-08 5:27
M_Menon19-Jun-08 5:27 

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.