"Single record" edit control

M

Mike Chamberlain

Hi.

Is there a built in control that can handle editing a single record?

For example, I can edit a single row within the context of a DataGrid,
but I want instead to be able to click an Edit button in the grid which
will then take me to a new page to edit the values for that record. I
don't want to edit records inline as only a few summary fields are shown
in the grid itself.

I realize there are many third party tools that claim to do this, or I
could write it myself, but I wanted to know if there are any built in
solutions.

Cheers,

Mike
 
B

Brock Allen

If you're using ASP.NET 2.0 there's the DetailsView and the FormView. They
both also support inserting new records. I don't know if one for ASP.NET
v1.x, so that's something we've traditionally had to build manually.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top