Click here to Skip to main content
16,010,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionnothing works Pin
learningman19-Oct-07 9:16
learningman19-Oct-07 9:16 
AnswerRe: nothing works [modified] Pin
Saksida Bojan19-Oct-07 20:25
Saksida Bojan19-Oct-07 20:25 
GeneralRe: nothing works Pin
Bino B21-Oct-07 20:17
Bino B21-Oct-07 20:17 
GeneralRe: nothing works Pin
Bino B21-Oct-07 20:19
Bino B21-Oct-07 20:19 
Questionclient-side POST from ASP Pin
solarthur0119-Oct-07 6:18
solarthur0119-Oct-07 6:18 
AnswerRe: client-side POST from ASP Pin
SABhatti19-Oct-07 8:21
SABhatti19-Oct-07 8:21 
GeneralRe: client-side POST from ASP Pin
solarthur0119-Oct-07 8:36
solarthur0119-Oct-07 8:36 
AnswerRe: client-side POST from ASP [modified] Pin
SABhatti19-Oct-07 8:46
SABhatti19-Oct-07 8:46 
afaik, the client (browser) has no way to know if the data has changed on the server (database) unless you go post back the page to the server.

in the head section of asp page type this


setTimeout(postbackPage, 60000); // call postbackPage after 1 minute

function postbackPage() {
// submit the form
document.formname.submit();
// OR you can call click event of submit button
document.submitbutton.click();
}



-- modified at 15:11 Friday 19th October, 2007

-----

GeneralRe: client-side POST from ASP Pin
solarthur0119-Oct-07 9:22
solarthur0119-Oct-07 9:22 
GeneralRe: client-side POST from ASP Pin
SABhatti19-Oct-07 9:32
SABhatti19-Oct-07 9:32 
GeneralRe: client-side POST from ASP Pin
Bino B21-Oct-07 20:25
Bino B21-Oct-07 20:25 
QuestionPAge crashes on entering ' and REPLACE Pin
SABhatti19-Oct-07 4:50
SABhatti19-Oct-07 4:50 
AnswerRe: PAge crashes on entering ' and REPLACE Pin
Guffa19-Oct-07 8:41
Guffa19-Oct-07 8:41 
AnswerRe: PAge crashes on entering ' and REPLACE Pin
Bino B21-Oct-07 20:28
Bino B21-Oct-07 20:28 
GeneralRe: PAge crashes on entering ' and REPLACE Pin
SABhatti22-Oct-07 13:03
SABhatti22-Oct-07 13:03 
Questionsending email using asp.net coding from gmail a/c to other Pin
yogesh_softworld12319-Oct-07 4:37
yogesh_softworld12319-Oct-07 4:37 
AnswerRe: sending email using asp.net coding from gmail a/c to other Pin
Saksida Bojan19-Oct-07 20:10
Saksida Bojan19-Oct-07 20:10 
AnswerRe: sending email using asp.net coding from gmail a/c to other Pin
Jintal Patel20-Oct-07 0:05
Jintal Patel20-Oct-07 0:05 
Questionproblem in edting in app config file Pin
Piyush Vardhan Singh19-Oct-07 3:35
Piyush Vardhan Singh19-Oct-07 3:35 
AnswerRe: problem in edting in app config file Pin
Saksida Bojan19-Oct-07 19:55
Saksida Bojan19-Oct-07 19:55 
Questioncannot connect to database Pin
solarthur0119-Oct-07 2:55
solarthur0119-Oct-07 2:55 
AnswerRe: cannot connect to database Pin
J4amieC19-Oct-07 3:27
J4amieC19-Oct-07 3:27 
GeneralRe: cannot connect to database Pin
solarthur0119-Oct-07 4:04
solarthur0119-Oct-07 4:04 
AnswerRe: cannot connect to database Pin
Paddy Boyd19-Oct-07 4:37
Paddy Boyd19-Oct-07 4:37 
GeneralRe: cannot connect to database Pin
solarthur0119-Oct-07 5:19
solarthur0119-Oct-07 5:19 

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.