Archive for the ‘asp.net’ Category

Example using jQuery with ASP.Net (SOAP) WebServices

I don’t know about you, but I’ve had enough of slow loading aspx pages because of the huge ScriptManager JavaScript files that are needed to be downloaded. I also don’t see why I should have to register web services through it to be able to use them in my client side code.
Once answer is to [...]

Continue reading »

Test/debug a local website on windows mobile 5 emulator

I had to test an ASP.net web project I am am doing which is designed to be viewed on a windows mobile or pda. After looking all over the internet I couldn’t find much information on how to do this through one of the many emulators that are available and can be linked up with [...]

Continue reading »

jQuery StarRating Asp.Net webcontrol

Here is the jQuery Star Rating Asp.Net web control. It comes in three sections: the vb.net webcontrol, the css and the javascript. Credit and thanks to Ritesh Agrawal and the guy from PHP Letter for the jQuery and css code. I have made small modifications to the jQuery code to grab the currently selected rating [...]

Continue reading »