JQUERY
Delete Files in a Folder using JQuery Ajax and Asp.Net
Files can be deleted situated in a server using Asp.Net C# and Vb.Net with a little help from JQuery Ajax methods. The type of file can be anything like Images, PDF’s, Text files etc. Asp.Net “File” ...JQuery UI Color Animation
For years, web developers have been using JavaScript for creating effects on elements on web pages. One of the popular effects is the animating colors of various elements, like changing the ...June 11, 2013Continue Reading.Highlight HTML Table Row on Textbox focus using JQuery
Highlighting a GridView row on mouse over is extensively used in web applications. Here’s another scenario where we have an HTML table with multiple textboxes in it. Though HTML “tables” are not ...June 6, 2013Continue Reading.Pass Multiple Parameters using JQuery Ajax to an Asp.Net Web Method
Well, our Web Service methods are serving well by returning multiple values to a JQuery Ajax request. We have discussed this in brief in an article before. And, now we shall see how to “Pass multiple ...May 30, 2013Continue Reading.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 ...May 23, 2013Continue Reading.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.Refresh or Reload a Page using JQuery.
Many a times we need to Refresh or Reload an active web page or the web pages we embed on the parent page. The active page or the embeded pages can be refreshed or reloaded either manually or ...March 5, 2013Continue Reading.
