hi every one,
i have develop the web application and i convert it into as a website after hosting the web application on web it does not display the message boxes
can everyone give me solution for this post,
please
regards
m.vijay
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kirtan PatelPosted Feb 18, 2010, 7:12 AM
here is C# Code to Show it :)
Page.RegisterClientScriptBlock("","");
Kirtan PatelPosted Feb 19, 2010, 6:55 AM
the code i provided is For code behind Code ...
Just try it in Button's Click event it works !! ..you do not suppose to write in HTML dear ..
its for code behind !! ..
Amit ChoudharyPosted Feb 19, 2010, 12:45 AM
Check out my article on Jquery message box it is having code file attached too.
http://www.c-sharpcorner.com/UploadFile/vendettamit/JQuerymessageboxes12012009234120PM/JQuerymessageboxes.aspx?ArticleID=d86af8af-9cf3-42ed-af68-7de95cee5d85
vijay antonyPosted Feb 18, 2010, 11:52 PM
you are right
but can you show me a clear code for that
thanks
vijay antonyPosted Feb 18, 2010, 11:51 PM
i think this is script code but i need code for how to implement in ASP.NET Web form behind code
can you help me please
Amit ChoudharyPosted Feb 18, 2010, 7:08 AM
i agree with you but you can use this message box only for you local development purpose. you message popup will appear on server after hosting
not at client side. you have to your either ajax modal popup or javascript message box.
Jquery can also give you a help in this having great look'n feel messages boxes.
vijay antonyPosted Feb 18, 2010, 6:16 AM
the message box means the common one like,
msgbox("Message Box")
when use this message box in web application its working but the same web application message box after hosted on the web its not displayed
got it my problem
Amit ChoudharyPosted Feb 18, 2010, 5:35 AM
Which message box you are using??
if you are using jquery message boxes then you have to check your link tag having the src having the correct refrence path of jquery file.
else please eleborate more your problem??