Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
geodev #1
Editing a record from a datagrid.
I’m building a small application and I have to build it using asp.net, vb.net
and my database is MSDE. I have a datagrid with a list of customers and that
is working great. I now need to be able to edit and delete these entries.
Having done some reading I realised that there are some built in features
with datagrid that allows you to do this easily directly onto the datagrid.
Unfortunately I have a lot of customer data so this is not possible because
my datagrid would be 4 pages wide (not to user friendly).
So I’m thinking of being able to have a edit hyperlink text next to each
customer record in the datagrid that when clicked takes the user to an update
page, with all their details set out where they can update things through
text fields, drop boxes etc. How do I do this? Any comments and example code
would be very helpful.
Thank you in advance,
geodev
geodev Guest
-
Datagrid editing
Hi, All I use ASP.NET 1.1 on Win2K3 server. I created datagrid and with the editing, delete and update feature. I deploy this application on... -
Editing a datagrid nested within another datagrid
I am trying to nest three datagrids within one larger grid, showing who is working in each unit for each given shift. The final layout looks kinda... -
Disabling a field when editing an existing record in a Datagrid
I created an ASP.net form with an editable datagrid on it. I can create new records, and update and delete existing records. The problem I have is... -
editing record in access database
I am trying to pull a record into a form and then edit it. (not working to well) Hoping someone can show me a better way than this: <% option... -
Need Web-Based DB Record Editing Tool
Hi, all. Is anybody currently using a web-based tool to add/edit/delete records to SQL Server 2000 tables? I've been writing my own ADO.NET &...



Reply With Quote

