Click here to Skip to main content
15,902,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Display broken images in the listview. Pin
T M Gray2-Feb-10 7:10
T M Gray2-Feb-10 7:10 
GeneralRe: Display broken images in the listview. Pin
jessy_j102-Feb-10 9:47
jessy_j102-Feb-10 9:47 
QuestionGetting Error Message: Expression is a value and therefore cannot be the target of an assignment Pin
technette1-Feb-10 5:44
technette1-Feb-10 5:44 
AnswerRe: Getting Error Message: Expression is a value and therefore cannot be the target of an assignment Pin
Eddy Vluggen1-Feb-10 11:50
professionalEddy Vluggen1-Feb-10 11:50 
QuestionSave data to database after specific interval! Pin
Learner5201-Feb-10 2:20
Learner5201-Feb-10 2:20 
AnswerRe: Save data to database after specific interval! Pin
dan!sh 1-Feb-10 3:31
professional dan!sh 1-Feb-10 3:31 
GeneralRe: Save data to database after specific interval! Pin
Learner5201-Feb-10 11:54
Learner5201-Feb-10 11:54 
GeneralRe: Save data to database after specific interval! [modified] Pin
dan!sh 2-Feb-10 3:50
professional dan!sh 2-Feb-10 3:50 
Learner520 wrote:
now scenario is Off course form is lenghty



That is what you should look to get rid off. Functionality might work. But think of someone using their mobile phones (no 3G) to browse your website or someone with almost dead internet connection. I would be very frustration to wait for ages to get form loaded.

Hence, I suggested to split form across the pages and you can save them when user moves from one page to another.

BTW if you still need to have save happening with current structure, you would need Ajax. You can keep your submit button in an UpdatePanel and then trigger its click event regularly. You can use a Timer for this. Set its interval as 10 mins and handle Elapsed event to call Save/Submit button click.

Use of UpdatePanel would help you getting rid of the page reload. Also, if you are doing save on regular basis, you will need to keep track if save is called first time or not. You should do save first and Update then after.

"No matter how many fish in the sea; it will be so empty without me." - From song "Without me" by Eminem

modified on Tuesday, February 2, 2010 9:58 AM

GeneralRe: Save data to database after specific interval! Pin
Learner5202-Feb-10 22:43
Learner5202-Feb-10 22:43 
Questionsys.webforms.pagerequestmanagerservererrorexception : input string was not in correct format Pin
Member 38798811-Feb-10 0:55
Member 38798811-Feb-10 0:55 
AnswerRe: sys.webforms.pagerequestmanagerservererrorexception : input string was not in correct format Pin
R. Giskard Reventlov1-Feb-10 1:26
R. Giskard Reventlov1-Feb-10 1:26 
Questionhow to send bulk emails automatically from database time to time Pin
abdulwahab7931-Jan-10 23:18
abdulwahab7931-Jan-10 23:18 
AnswerRe: how to send bulk emails automatically from database time to time Pin
Unforgiv3n1-Feb-10 0:34
Unforgiv3n1-Feb-10 0:34 
AnswerRe: how to send bulk emails automatically from database time to time Pin
sashidhar1-Feb-10 1:04
sashidhar1-Feb-10 1:04 
AnswerRe: how to send bulk emails automatically from database time to time Pin
Inderjeet Kaur1-Feb-10 1:34
Inderjeet Kaur1-Feb-10 1:34 
GeneralRe: how to send bulk emails automatically from database time to time Pin
Palash Biswas2-Feb-10 17:47
Palash Biswas2-Feb-10 17:47 
AnswerRe: how to send bulk emails automatically from database time to time Pin
Ashfield1-Feb-10 8:45
Ashfield1-Feb-10 8:45 
Questionhow we print HTML page with Default printer selection Pin
lrsalunkhe31-Jan-10 22:37
lrsalunkhe31-Jan-10 22:37 
AnswerRe: how we print HTML page with Default printer selection Pin
sashidhar1-Feb-10 0:12
sashidhar1-Feb-10 0:12 
GeneralRe: how we print HTML page with Default printer selection Pin
lrsalunkhe1-Feb-10 0:31
lrsalunkhe1-Feb-10 0:31 
GeneralRe: how we print HTML page with Default printer selection [modified] Pin
sashidhar1-Feb-10 0:53
sashidhar1-Feb-10 0:53 
QuestionHow to use URL in Asp.Net application Pin
dwadasi31-Jan-10 22:05
dwadasi31-Jan-10 22:05 
AnswerRe: How to use URL in Asp.Net application Pin
Dinesh Mani31-Jan-10 22:31
Dinesh Mani31-Jan-10 22:31 
GeneralRe: How to use URL in Asp.Net application Pin
dwadasi31-Jan-10 23:34
dwadasi31-Jan-10 23:34 
QuestionGetting This Error "Selenium.SeleniumException: Timed out after 30000ms" Pin
Samarjeet Singh@india31-Jan-10 21:02
Samarjeet Singh@india31-Jan-10 21:02 

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.