Click here to Skip to main content
15,899,935 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionBinary Data [modified] Pin
ASPnoob25-Oct-07 13:58
ASPnoob25-Oct-07 13:58 
AnswerRe: Binary Data Pin
Sudhir Yadav25-Oct-07 16:08
Sudhir Yadav25-Oct-07 16:08 
GeneralRe: Binary Data Pin
ASPnoob25-Oct-07 16:45
ASPnoob25-Oct-07 16:45 
GeneralRe: Binary Data Pin
N a v a n e e t h25-Oct-07 19:40
N a v a n e e t h25-Oct-07 19:40 
AnswerRe: Binary Data Pin
Imran Khan Pathan25-Oct-07 18:42
Imran Khan Pathan25-Oct-07 18:42 
GeneralRe: Binary Data Pin
N a v a n e e t h25-Oct-07 19:41
N a v a n e e t h25-Oct-07 19:41 
QuestionServer Side Alert Messages. Pin
Dio2225-Oct-07 10:23
Dio2225-Oct-07 10:23 
AnswerRe: Server Side Alert Messages. Pin
Malcolm Smart25-Oct-07 10:27
Malcolm Smart25-Oct-07 10:27 
On you event code, on completion, register the javascript with the ScriptManager. This can only be done during a postback, as the server can't push data to the client.
<br />
//do lots of server side type stuff<br />
//tell the user you are complete...<br />
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "myuniquekey", @"alert('operation is complete');", true);<br />


"More functions should disregard input values and just return 12. It would make life easier." - comment posted on WTF


"This time yesterday, I still had 24 hours to meet the deadline I've just missed today."

AnswerServer Side Alert Messages. Pin
Sarani Ravindran28-Oct-07 1:12
Sarani Ravindran28-Oct-07 1:12 
Questionrandomly changing images with a time interval Pin
sivaram praveen25-Oct-07 7:58
sivaram praveen25-Oct-07 7:58 
AnswerRe: randomly changing images with a time interval Pin
pmarfleet25-Oct-07 10:04
pmarfleet25-Oct-07 10:04 
Questionlogout not abandoning session Pin
janetb9925-Oct-07 7:05
janetb9925-Oct-07 7:05 
QuestionRegular expression for names Pin
kjosh25-Oct-07 5:48
kjosh25-Oct-07 5:48 
AnswerRe: Regular expression for names Pin
Expert Coming25-Oct-07 6:36
Expert Coming25-Oct-07 6:36 
AnswerRegular expression for names Pin
Sarani Ravindran28-Oct-07 1:42
Sarani Ravindran28-Oct-07 1:42 
QuestionConnecting To dialog box question.... Pin
David Knechtges25-Oct-07 5:35
David Knechtges25-Oct-07 5:35 
QuestionNested Master Page - Issues(Please help) Pin
Md Arif25-Oct-07 5:27
Md Arif25-Oct-07 5:27 
AnswerRe: Nested Master Page - Issues(Please help) Pin
Guffa25-Oct-07 6:02
Guffa25-Oct-07 6:02 
GeneralRe: Nested Master Page - Issues(Please help) Pin
Md Arif25-Oct-07 8:17
Md Arif25-Oct-07 8:17 
GeneralRe: Nested Master Page - Issues(Please help) Pin
Guffa25-Oct-07 10:25
Guffa25-Oct-07 10:25 
QuestionCould anyone know how to use AT Command via GSM modem?Thanks [modified] Pin
jaski25-Oct-07 5:02
jaski25-Oct-07 5:02 
AnswerRe: Could anyone know how to use AT Command via GSM modem?Thanks Pin
Saksida Bojan25-Oct-07 6:01
Saksida Bojan25-Oct-07 6:01 
Questiondisplaying text in lable Pin
jai 12325-Oct-07 4:05
jai 12325-Oct-07 4:05 
AnswerRe: displaying text in lable Pin
Pete O'Hanlon25-Oct-07 4:13
mvePete O'Hanlon25-Oct-07 4:13 
GeneralRe: displaying text in lable Pin
jai 12325-Oct-07 4:43
jai 12325-Oct-07 4:43 

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.