Click here to Skip to main content
15,881,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Is it support vs.net 2005 with sql server2000 Pin
minhpc_bk7-Jul-06 16:17
minhpc_bk7-Jul-06 16:17 
QuestionHow to use text to speech [modified] Pin
nisha26126-Jul-06 19:09
nisha26126-Jul-06 19:09 
AnswerRe: How to use text to speech Pin
ketankumar6-Jul-06 20:08
ketankumar6-Jul-06 20:08 
AnswerRe: How to use text to speech [modified] Pin
Asif Sayed7-Jul-06 10:20
Asif Sayed7-Jul-06 10:20 
Newsdropdownlist-flexible size Pin
fine6-Jul-06 17:37
fine6-Jul-06 17:37 
GeneralRe: dropdownlist-flexible size Pin
Amit Agarrwal6-Jul-06 23:44
Amit Agarrwal6-Jul-06 23:44 
QuestionIs there a way to "invalidate" a treenode in a Treeview? Pin
WebMaster6-Jul-06 14:20
WebMaster6-Jul-06 14:20 
QuestionSaving session data on the fly without posting back. Pin
dantheman886-Jul-06 13:18
dantheman886-Jul-06 13:18 
I am very new to ASP.NET, and am working on a web form with C# behind. I need to save session data as soon as the user fills it in/selects it so that it can be recovered if they leave the page and come back. I was able to get this to work using TextChanged and SelectedIndexChanged events to save the approriate data using this.Session["key"] = mydata sort of thing. I could then load the saved session data the next time the page was loaded. However, this required me to use AutoPostBack ="True" on all my form fields and has the form posting back after the user changes any form element.

I would like to be able to update the session data in the background without posting back and refreshing the page every time. I know this can be done using some sort of hidden iframe or AJAX type of thing, but I am really lost. If anyone could point me in the right direction it would be greatly appreciated. Thanks in advance.
AnswerRe: Saving session data on the fly without posting back. Pin
Edbert P6-Jul-06 13:47
Edbert P6-Jul-06 13:47 
QuestionPopUp problem Pin
ppayal6-Jul-06 10:09
ppayal6-Jul-06 10:09 
Questionsorting dataView by using ordinal Pin
sishya6-Jul-06 9:58
sishya6-Jul-06 9:58 
AnswerRe: sorting dataView by using ordinal Pin
mnaveed6-Jul-06 23:52
mnaveed6-Jul-06 23:52 
QuestionWSE authenticated web service Pin
Jason Weibel6-Jul-06 4:31
Jason Weibel6-Jul-06 4:31 
Questiondynamic forms builder Pin
haneen19846-Jul-06 4:25
haneen19846-Jul-06 4:25 
AnswerRe: dynamic forms builder Pin
Jason Weibel6-Jul-06 5:26
Jason Weibel6-Jul-06 5:26 
QuestionPostback question Pin
leckey6-Jul-06 4:15
leckey6-Jul-06 4:15 
AnswerRe: Postback question Pin
ToddHileHoffer6-Jul-06 9:26
ToddHileHoffer6-Jul-06 9:26 
GeneralRe: Postback question Pin
leckey6-Jul-06 10:03
leckey6-Jul-06 10:03 
QuestionTiff file Pin
roopeshgangwar6-Jul-06 3:53
roopeshgangwar6-Jul-06 3:53 
AnswerRe: Tiff file Pin
ToddHileHoffer6-Jul-06 9:29
ToddHileHoffer6-Jul-06 9:29 
GeneralRe: Tiff file Pin
roopeshgangwar6-Jul-06 17:32
roopeshgangwar6-Jul-06 17:32 
QuestionPopup blocker window Pin
MalikRizwan6-Jul-06 3:41
MalikRizwan6-Jul-06 3:41 
AnswerRe: Popup blocker window Pin
Sushant Duggal6-Jul-06 18:18
Sushant Duggal6-Jul-06 18:18 
AnswerRe: Popup blocker window Pin
Vuks6-Jul-06 21:32
Vuks6-Jul-06 21:32 
GeneralRe: Popup blocker window Pin
MalikRizwan6-Jul-06 22:36
MalikRizwan6-Jul-06 22:36 

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.