How to edit multiple rows in web application

A

ad

I use DataGrid in my web application for editing data.
But the DataGrid can edit one row at a time.
How can I let the user edit multiple rows at a time?
 
D

DalePres

You'll have to either write custom display code or you could use a Repeater
control or create a custom control by inheriting from the Repeater control.

HTH

DalePres
MCAD, MCDBA, MCSE
 
A

ad

Thank,
Could you give me am example?



DalePres said:
You'll have to either write custom display code or you could use a Repeater
control or create a custom control by inheriting from the Repeater control.

HTH

DalePres
MCAD, MCDBA, MCSE
 
D

DalePres

I don't have an example that is trim enough for posting here. Take a look
at this article. While it isn't a complete solution, it was what I used as
the starting point for my first custom Repeater control and can introduce
you to the concept.

http://coltkwong.com/blogs/juliet/posts/467.aspx

Let me know if that helps. If not, I might be able to put something
together over the next week.

HTH

DalePres
 

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

Top