Friday, February 1, 2008

How to add checkbox in Gridview in Asp.net

In this article, we shall try discuss about the most powerful and strong feature of Asp.net, GridView. Now we move to our discussion. As a developer and learner of Asp.net I faced a problem several times how to use asp.net sever side controls like, Button, Checkbox, Radio button and others.

Then I try to find out the solution in net. I found lot of information about this query. But I got the accurate information from the asp.net site.

Now I make available information through this site...

In this article discuss how to add a column of radio buttons to the GridView for the purpose of selecting a particular record. A column of radio buttons is a suitable user interface when the user is limited to choosing at most one item from the grid. At times, however, we may want to allow the user to pick an arbitrary number of items from the grid. Web-based email clients, for example, typically display the list of messages with a column of checkboxes. The user can select an arbitrary number of messages and then perform some action, such as moving the emails to another folder or deleting them.


For more information browse: http://www.asp.net/learn/data-access/tutorial-52-cs.aspx
Reference:Asp.net

No comments:

Method 'StartWorkflowOnListItem' in type 'Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider'

Exception: Method 'StartWorkflowOnListItem' in type 'Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider'...