Contents tagged with Visual Studio 2008
-
Check All Check Boxes in List View with JQuery
Hi, Its quite simple to use check all checkboxes in List view using JQuery.
-
Sending SMS through ASP.NET using SMS sending API from providers.
Here i am describing you simplest way to send SMS using ASP.NET and API from SMS sender providers.
-
Alternative of SortedDictionary in Silverlight
Hi,
-
Display random number in c#
Again a small tip, How to display n digit random numbers in ASP.NET using c# ? Its a bit simple you need to call Random class to generate numbers with minimum and maximum limits of digits (numbers).
-
Run the Windows .net Application in System Tray on System Startup
Hi,
-
Sum of two Textbox values into third Textbox using JQuery
A script that sums up two textbox values using jQuery. **Note that I am not using any validation for textbox values.
-
Add n number of blank rows in GridView without database.
Today I got a query to add 3 blank rows in GridView so I posted here.
-
ASP.NET Popup Login control using DIV and CSS
This is my first blog. is there any mistake please forgive me. As i have seen that most people ask for Popup Login control in ASP.NET to achieve this their are number of ways but simplest method is to use DIV and CSS.