Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 09, 2012 10:44 AM by ramiramilu
Member
150 Points
210 Posts
May 04, 2012 01:23 PM|LINK
Hello All,
i want to add div tag using jquery and register that jquery on serverside means how to add below sscript in my div tag.and i have used
alert message using scriptmanager.registerclientscript.i also want to make div tag more fancy means adding color,font etc....
///serverside code
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "Alert" + i, "<script> alert('" + objEvaluatedWork.Message.ToString() + "')</script>", false);</script>";
///////////
If any one have any idea please tell me as earlier as possible.
Thanks,
jinal gajjar.
All-Star
23382 Points
2490 Posts
Microsoft
May 09, 2012 10:09 AM|LINK
Hi,
Please check the similar link below which I have replied on it.
http://forums.asp.net/t/1800880.aspx/1/10?Re+create+dynamic+div+dynamically+and+display+alert+message+in+div+using+script+ScriptManager+RegisterClientScriptBlock
Thank you.
95493 Points
14106 Posts
May 09, 2012 10:44 AM|LINK
use JQuery FancyBox2 - http://fancybox.net/
similarly you have lot of plugins in jquery....then from server side just use RegisterStartupScript and invoke this modalpopup...
khushboo_Nay...
Member
150 Points
210 Posts
add fancy div tag using jquery for alert message
May 04, 2012 01:23 PM|LINK
Hello All,
i want to add div tag using jquery and register that jquery on serverside means how to add below sscript in my div tag.and i have used
alert message using scriptmanager.registerclientscript.i also want to make div tag more fancy means adding color,font etc....
///serverside code
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "Alert" + i, "<script> alert('" + objEvaluatedWork.Message.ToString() + "')</script>", false);</script>";
///////////
If any one have any idea please tell me as earlier as possible.
Thanks,
jinal gajjar.
Catherine Sh...
All-Star
23382 Points
2490 Posts
Microsoft
Re: add fancy div tag using jquery for alert message
May 09, 2012 10:09 AM|LINK
Hi,
Please check the similar link below which I have replied on it.
http://forums.asp.net/t/1800880.aspx/1/10?Re+create+dynamic+div+dynamically+and+display+alert+message+in+div+using+script+ScriptManager+RegisterClientScriptBlock
Thank you.
Feedback to us
Develop and promote your apps in Windows Store
ramiramilu
All-Star
95493 Points
14106 Posts
Re: add fancy div tag using jquery for alert message
May 09, 2012 10:44 AM|LINK
use JQuery FancyBox2 - http://fancybox.net/
similarly you have lot of plugins in jquery....then from server side just use RegisterStartupScript and invoke this modalpopup...
Thanks,
JumpStart