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 ...
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 ...
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 ...
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 ...
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 ...
It can be annoying when you have installed a brand new software on your PC, and it refuses to function the way you expect it to. ...
“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. ...
An Asp.Net DropDownList control holds a collection of data which allows the user to select a single data from a drop down list. This control can either be used as standalone control on a web page or ...
We have used the GridView control in Asp.Net for various purposes in our projects, time and again for a long very time now. But we know that most of its features are available at the server side. ...
Single row or multiple rows can be transferred from one DataGridView to another with help of few lines of code. Why would somebody do that? We have come across a situation where we had to upgrade ...