ASP.NET
Return Multiple Values Using Asp.Net Web Service and JQuery Ajax
We have discussed about Asp.Net Web Service in one of our previous articles which dealt about Auto Completing textbox by extracting data from the database. Using similar method, we will make the Web ...Insert New Records in Database Table Using GridView
No need to say that a Asp.Net Gridview control is one of the most versatile tool ever to be used on websites and in web applications. Its easy to use and it also comes with lots of features. In one of ...May 11, 2013Continue Reading.Enter Only Numbers and Decimal Values Using JQuery
In one of our previously published articles, we have shown with example on how we can restrict numeric values inside Input boxes using JavaScript, albeit accepting Decimal values too. If you have ...May 2, 2013Continue Reading.Clear all textbox values inside a container using JQuery
JQuery has definitely made the lives of programmers easy in many ways. One of the features we will discuss in this article is how to clear values in all textboxes inside a container with just a click ...April 23, 2013Continue Reading.AutoComplete Textbox using JQuery and Asp.Net Web Service
AutoComplete is popular Jargon used in the world of programming. It’s basically a program which looks for a list words matching a group of letters or a single letter, from a given source. The source ...April 12, 2013Continue Reading.Show Floating DIV on each GridView Row MouseOver in Asp.Net
It is needless to say how important an Asp.Net GridView control is, with respect to its usefulness. Previously we have shown how to highlight a Row of a GridView control. Taking cue from our previous ...March 27, 2013Continue Reading.Repeater Control in Asp.Net
Asp.Net Repeater Control displays a list of data fetched from various available sources such as the Database, an XML file or files fetched from a folder. This container resembles the GridView control ...February 27, 2013Continue Reading.Multiple File Upload in Asp.Net
Microsoft’s .Net has a come a long way when it comes to uploading various types of files. With Asp.Net version 2.0, it has introduced the “FileUpload” server side control for the very first time. This ...February 21, 2013Continue Reading.Show, Hide and Animate Controls using JQuery.
A simple but useful process of showing and hiding of a Server control or an HTML tag is what we are going discuss in this article. Simple, if it is done using JQuery and useful since it allows us to ...February 18, 2013Continue Reading.Asp.Net – How to do a Partial PostBack using UpdatePanel and ScriptManager Controls?
“Asynchronous Java and XML” also known as the “AJAX” has come a long way. It has always been very useful since the Classic ASP era. And it has definitely made web browsing very easy and thrilling. ...February 14, 2013Continue Reading.
