Click here to Skip to main content
15,913,587 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Open File Pin
Rutvik Dave21-Jan-09 11:25
professionalRutvik Dave21-Jan-09 11:25 
GeneralRe: Open File Pin
Terick21-Jan-09 11:32
Terick21-Jan-09 11:32 
GeneralRe: Open File Pin
Terick21-Jan-09 11:44
Terick21-Jan-09 11:44 
Questionschema serialization question Pin
Member 391904921-Jan-09 9:42
Member 391904921-Jan-09 9:42 
QuestionObject references not persisted in ViewState [modified] Pin
kmullen21-Jan-09 8:55
kmullen21-Jan-09 8:55 
AnswerRe: Object references not persisted in ViewState Pin
Neeraj Kr21-Jan-09 19:38
Neeraj Kr21-Jan-09 19:38 
QuestionBrowser Back button not using cache Pin
dptalt21-Jan-09 5:45
dptalt21-Jan-09 5:45 
AnswerRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 6:35
ToddHileHoffer21-Jan-09 6:35 
One easy method would be to store the data in session (this will work for a data table or data set) then bind it to the grid. Check to see if the data exists in page load and bind it. Then you don't have to requery the data.

Normally, I would think the back button would cause the page to reload. But I guess it is.


I didn't get any requirements for the signature


GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 6:46
dptalt21-Jan-09 6:46 
GeneralRe: Browser Back button not using cache Pin
ToddHileHoffer21-Jan-09 7:01
ToddHileHoffer21-Jan-09 7:01 
GeneralRe: Browser Back button not using cache Pin
dptalt21-Jan-09 7:33
dptalt21-Jan-09 7:33 
AnswerRe: Browser Back button not using cache Pin
Sundar_R21-Jan-09 17:59
Sundar_R21-Jan-09 17:59 
QuestionPassing input parameter to external js file function Pin
anandhakrishnan21-Jan-09 2:38
anandhakrishnan21-Jan-09 2:38 
AnswerRe: Passing input parameter to external js file function Pin
ToddHileHoffer21-Jan-09 4:40
ToddHileHoffer21-Jan-09 4:40 
AnswerRe: Passing input parameter to external js file function Pin
led mike21-Jan-09 4:51
led mike21-Jan-09 4:51 
AnswerRe: Passing input parameter to external js file function Pin
Abhishek Sur21-Jan-09 19:56
professionalAbhishek Sur21-Jan-09 19:56 
QuestionHow to assign a perticular page as https:// ??? Pin
Anand Desai21-Jan-09 1:36
Anand Desai21-Jan-09 1:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
ToddHileHoffer21-Jan-09 4:36
ToddHileHoffer21-Jan-09 4:36 
AnswerRe: How to assign a perticular page as https:// ??? Pin
Jon Rista21-Jan-09 18:55
Jon Rista21-Jan-09 18:55 
Questionaccessing page control in aspx.cs Pin
meghamaharshi21-Jan-09 0:56
meghamaharshi21-Jan-09 0:56 
AnswerRe: accessing page control in aspx.cs Pin
Christian Graus21-Jan-09 1:06
protectorChristian Graus21-Jan-09 1:06 
GeneralRe: accessing page control in aspx.cs Pin
meghamaharshi21-Jan-09 1:10
meghamaharshi21-Jan-09 1:10 
GeneralRe: accessing page control in aspx.cs Pin
Christian Graus21-Jan-09 1:11
protectorChristian Graus21-Jan-09 1:11 
QuestionUsercontrol Pin
mehrdadc4821-Jan-09 0:45
mehrdadc4821-Jan-09 0:45 
AnswerRe: Usercontrol Pin
Christian Graus21-Jan-09 1:08
protectorChristian Graus21-Jan-09 1:08 

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.