furiousp

Stories kicked by furiousp

Add scripts to head dynamically(weblogs.asp.net)

submitted by djsoliddjsolid(429) 3 years, 9 months ago

Many times when i develop a user control i have the need to add some javascript to the header of the page. But the header doesn't have a method where you can add script and RegisterStartupScript inserts the script at the bottom of the page. So i thought let's create an extension method... read more...

1 comment |category: |Views: 27

tags: another

Create MessageBox user control using ASP.NET and CSS (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows how to create MessageBox user control using ASP.NET and CSS. It have the ability to render different message types. It also have a close button in order to enable users to hide the message after reading. The article will guide you through the basics of making a simple and functional user control. read more...

add a comment |category: |Views: 801

tags: another