Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: datalist display adsense after particular row Pin
uglyeyes9-May-10 20:36
uglyeyes9-May-10 20:36 
QuestionMessagebox in webform Pin
Enobong Adahada4-May-10 5:50
Enobong Adahada4-May-10 5:50 
AnswerRe: Messagebox in webform Pin
JHizzle4-May-10 5:55
JHizzle4-May-10 5:55 
AnswerRe: Messagebox in webform Pin
michaelschmitt4-May-10 6:06
michaelschmitt4-May-10 6:06 
GeneralRe: Messagebox in webform Pin
Enobong Adahada4-May-10 6:58
Enobong Adahada4-May-10 6:58 
GeneralRe: Messagebox in webform Pin
T M Gray4-May-10 7:43
T M Gray4-May-10 7:43 
GeneralRe: Messagebox in webform Pin
michaelschmitt4-May-10 7:46
michaelschmitt4-May-10 7:46 
AnswerRe: Messagebox in webform Pin
Abhijit Jana4-May-10 7:24
professionalAbhijit Jana4-May-10 7:24 
You can do it using Page.ClientScript.RegisterStartupScript .

Like :

String  alertScript = "<script language='javascript'>alert('" & strMsg & "')</script>"
Page.ClientScript.RegisterStartupScript(GetType(Page), "PopupScript", alertScript)


You may also have look into this :
ASP.NET Alerts: how to display message boxes from server-side code?[^]
Cheers !
Abhijit Jana | MVP
Web Site : abhijitjana.net | Follow Me @ twitter
Don't forget to click "Good Answer" on the post(s) that helped you.

QuestionFixed gridview header is wider than gridview Pin
Andraw1114-May-10 5:45
Andraw1114-May-10 5:45 
QuestionClear Textbox without writing server side code EnableViewState=false? Pin
Sandesh M Patil4-May-10 4:46
Sandesh M Patil4-May-10 4:46 
AnswerRe: Clear Textbox without writing server side code EnableViewState=false? Pin
Mike Ellison4-May-10 6:04
Mike Ellison4-May-10 6:04 
GeneralRe: Clear Textbox without writing server side code EnableViewState=false? Pin
Sandesh M Patil4-May-10 6:11
Sandesh M Patil4-May-10 6:11 
AnswerRe: Clear Textbox without writing server side code EnableViewState=false? Pin
T M Gray4-May-10 7:51
T M Gray4-May-10 7:51 
GeneralRe: Clear Textbox without writing server side code EnableViewState=false? Pin
Sandesh M Patil4-May-10 23:48
Sandesh M Patil4-May-10 23:48 
AnswerRe: Clear Textbox without writing server side code EnableViewState=false? Pin
Martin Jarvis4-May-10 19:33
Martin Jarvis4-May-10 19:33 
GeneralRe: Clear Textbox without writing server side code EnableViewState=false? Pin
Sandesh M Patil4-May-10 23:13
Sandesh M Patil4-May-10 23:13 
AnswerRe: Clear Textbox without writing server side code EnableViewState=false? Pin
Ankur\m/5-May-10 2:14
professionalAnkur\m/5-May-10 2:14 
QuestionDisplay Date Validation as Checkbox in GridView Row Pin
ziopino704-May-10 3:21
ziopino704-May-10 3:21 
AnswerRe: Display Date Validation as Checkbox in GridView Row Pin
Paramhans Dubey4-May-10 3:27
professionalParamhans Dubey4-May-10 3:27 
GeneralRe: Display Date Validation as Checkbox in GridView Row Pin
ziopino705-May-10 6:47
ziopino705-May-10 6:47 
Questionwant to assign css to multiple textboxes Pin
Sandesh M Patil4-May-10 2:56
Sandesh M Patil4-May-10 2:56 
AnswerRe: want to assign css to multiple textboxes Pin
Peace ON4-May-10 3:00
Peace ON4-May-10 3:00 
GeneralRe: want to assign css to multiple textboxes Pin
Sandesh M Patil4-May-10 3:19
Sandesh M Patil4-May-10 3:19 
GeneralRe: want to assign css to multiple textboxes Pin
Subrahmanyam@19854-May-10 3:26
Subrahmanyam@19854-May-10 3:26 
GeneralRe: want to assign css to multiple textboxes Pin
Sandesh M Patil4-May-10 3:34
Sandesh M Patil4-May-10 3:34 

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.