Click here to Skip to main content
15,925,181 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Change Date Format Pin
Christian Graus7-Oct-07 22:33
protectorChristian Graus7-Oct-07 22:33 
AnswerRe: Change Date Format Pin
varshavmane7-Oct-07 22:36
varshavmane7-Oct-07 22:36 
Questionredirect after session timeout Pin
selva457-Oct-07 21:44
selva457-Oct-07 21:44 
AnswerRe: redirect after session timeout Pin
John-ph7-Oct-07 23:02
John-ph7-Oct-07 23:02 
Questionproblem in searching records by date in sql query for asp.net Pin
swapnileke7-Oct-07 21:08
swapnileke7-Oct-07 21:08 
AnswerRe: problem in searching records by date in sql query for asp.net Pin
Christian Graus7-Oct-07 21:35
protectorChristian Graus7-Oct-07 21:35 
QuestionHow to retain the value of Hidden TextBox on Postback Pin
varshavmane7-Oct-07 20:56
varshavmane7-Oct-07 20:56 
AnswerRe: How to retain the value of Hidden TextBox on Postback Pin
Christian Graus7-Oct-07 21:36
protectorChristian Graus7-Oct-07 21:36 
ASP.NET 2.0 wrote:
window.location.reload();


This is not a postback. It reloads the page, and your data is lost. You need to do a postback to retain viewstate. Calling click on a button that does a postback is one way to do this, but you can also do some research and call the postback method directly ( I don't know what it's called )


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane7-Oct-07 22:27
varshavmane7-Oct-07 22:27 
AnswerRe: How to retain the value of Hidden TextBox on Postback Pin
N a v a n e e t h7-Oct-07 22:06
N a v a n e e t h7-Oct-07 22:06 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane7-Oct-07 22:30
varshavmane7-Oct-07 22:30 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
Christian Graus7-Oct-07 22:32
protectorChristian Graus7-Oct-07 22:32 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane7-Oct-07 22:44
varshavmane7-Oct-07 22:44 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
N a v a n e e t h7-Oct-07 22:50
N a v a n e e t h7-Oct-07 22:50 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane7-Oct-07 22:56
varshavmane7-Oct-07 22:56 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
N a v a n e e t h7-Oct-07 23:08
N a v a n e e t h7-Oct-07 23:08 
AnswerRe: How to retain the value of Hidden TextBox on Postback Pin
Urs Enzler7-Oct-07 22:48
Urs Enzler7-Oct-07 22:48 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane7-Oct-07 22:52
varshavmane7-Oct-07 22:52 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
Urs Enzler7-Oct-07 23:13
Urs Enzler7-Oct-07 23:13 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane7-Oct-07 23:32
varshavmane7-Oct-07 23:32 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
Urs Enzler8-Oct-07 0:41
Urs Enzler8-Oct-07 0:41 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane8-Oct-07 0:44
varshavmane8-Oct-07 0:44 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
Urs Enzler8-Oct-07 1:06
Urs Enzler8-Oct-07 1:06 
GeneralRe: How to retain the value of Hidden TextBox on Postback Pin
varshavmane8-Oct-07 1:51
varshavmane8-Oct-07 1:51 
QuestionIntegreting Yahoo Maps in ASP.Net application Pin
Paras Kaneriya7-Oct-07 20:30
Paras Kaneriya7-Oct-07 20:30 

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.