ComboBox |
The professional replacement for the classic ASP.NET DropDownList component. |
DataGrid |
The server control to display data in a tabular format with options of choice, sorting and editing entries. |
Include |
The server control to include a HTML files into your ASP.NET pages as Server Side Includes (SSI). |
Menu |
The server control to display both statically and dynamically created menus on your Web pages. |
Rating |
The server control to easily provide feedback on an article, blog item, product description, etc. |
TreeView |
The ASP.NET server control to display hierarchical data in a tree structure. |
|
|
How to edit a record using DataGrid?
- Create a template containing a link for Update and apply it to one of the columns.
After that each entry in the DataGrid will have its own link for editing.
- Create Edit Form and set the EditForm.Path property.
Now, by clicking on the link for editing the Edit Form will be opened.
- In Code Behind for Edit Form write the code that will update the row in the database.
APNSoft FAQ Manager 1.0 (38) © 2003-2024 APNSoft. All rights reserved. |
|