djsolid

Stories submitted by djsolid

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

ASP.NET AJAX 4.0 Template Example(weblogs.asp.net)

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

Yesterday was released the first preview of ASP.NET 4.0. Lot's of cool stuff come with this release and with this article i will try to demonstrate the use of templates. The example is available for download Let's start... read more...

add a comment |category: |Views: 76

tags: another

Shoutcast.NET - Get Details From a Shoutcast Server(weblogs.asp.net)

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

I have been using Shoutcast for a long time. And each and every time had to do the same stuff if i wanted to get details such as song title, current listener etc. So i decided to write a simple class library to make things easier. What you have to do in order to be able to use this library is to find out the exact url of your stream. read more...

add a comment |category: |Views: 39

tags: another