Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Read and Write the file Pin
N a v a n e e t h17-Feb-08 22:35
N a v a n e e t h17-Feb-08 22:35 
Questionmessage box after saving the information Pin
Sonia Gupta17-Feb-08 21:24
Sonia Gupta17-Feb-08 21:24 
GeneralRe: message box after saving the information Pin
N a v a n e e t h17-Feb-08 21:44
N a v a n e e t h17-Feb-08 21:44 
GeneralRe: message box after saving the information [modified] Pin
sumit703417-Feb-08 21:54
sumit703417-Feb-08 21:54 
GeneralRe: message box after saving the information Pin
Christian Graus17-Feb-08 22:07
protectorChristian Graus17-Feb-08 22:07 
GeneralRe: message box after saving the information Pin
Venkatesh Mookkan17-Feb-08 22:08
Venkatesh Mookkan17-Feb-08 22:08 
GeneralRe: message box after saving the information Pin
Paddy Boyd17-Feb-08 22:08
Paddy Boyd17-Feb-08 22:08 
GeneralRe: message box after saving the information Pin
Christian Graus17-Feb-08 22:10
protectorChristian Graus17-Feb-08 22:10 
To expand on Navaneeth's (correct) answer, you need to save the data and then you'll need to post back to the same page, and insert script so when the page reloads, it shows a message box with alert("your data saved"), or whatever. But, if you're doing a postback, you may as well just write it on the page, instead of the nastiness of a message box. If you use AJAX, then you can wait for the response and use javascript to show the message box after the AJAX call has saved the data.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralViewstate Error in web server Pin
Deepak the Cool17-Feb-08 21:04
Deepak the Cool17-Feb-08 21:04 
GeneralRe: Viewstate Error in web server Pin
Christian Graus17-Feb-08 21:54
protectorChristian Graus17-Feb-08 21:54 
GeneralRe: Viewstate Error in web server Pin
Deepak the Cool17-Feb-08 22:09
Deepak the Cool17-Feb-08 22:09 
Generalwidth of the chart ratio Pin
Member 387988117-Feb-08 21:00
Member 387988117-Feb-08 21:00 
Questionhow to build your own form builder Pin
mhand717-Feb-08 20:32
mhand717-Feb-08 20:32 
QuestionHow to read and write web config file userid,password ? Pin
Parvai17-Feb-08 20:05
Parvai17-Feb-08 20:05 
AnswerRe: How to read and write web config file userid,password ? Pin
Christian Graus17-Feb-08 21:53
protectorChristian Graus17-Feb-08 21:53 
GeneralHelp Me in GridView Pin
Zeeshan Ahmed Memon17-Feb-08 20:02
Zeeshan Ahmed Memon17-Feb-08 20:02 
GeneralRe: Help Me in GridView Pin
N a v a n e e t h17-Feb-08 20:09
N a v a n e e t h17-Feb-08 20:09 
GeneralRe: Help Me in GridView Pin
johnmuthu21-Apr-08 9:41
johnmuthu21-Apr-08 9:41 
QuestionA Challenging Dynamic web page issue Pin
georgegarvasis17-Feb-08 19:15
georgegarvasis17-Feb-08 19:15 
GeneralRe: A Challenging Dynamic web page issue Pin
Christian Graus17-Feb-08 19:27
protectorChristian Graus17-Feb-08 19:27 
GeneralRe: A Challenging Dynamic web page issue Pin
N a v a n e e t h17-Feb-08 19:28
N a v a n e e t h17-Feb-08 19:28 
GeneralInherited controls in datagrid template columns Pin
danasegaranea17-Feb-08 18:28
danasegaranea17-Feb-08 18:28 
GeneralRe: Inherited controls in datagrid template columns Pin
N a v a n e e t h17-Feb-08 18:49
N a v a n e e t h17-Feb-08 18:49 
GeneralRe: Inherited controls in datagrid template columns Pin
danasegaranea17-Feb-08 18:54
danasegaranea17-Feb-08 18:54 
GeneralRe: Inherited controls in datagrid template columns Pin
N a v a n e e t h17-Feb-08 19:23
N a v a n e e t h17-Feb-08 19:23 

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.