Changing order on Datagrid

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

Hi,

How do i let a user change the order of some parameters on a web page?
suppose by default when the web page is loaded, suppose he sees this like on
a grid
PK Rule
1 Rule 1
2 Rule 2
3 Rule 3
4 Rule 4

Now I want him to change the order anyway he wants and then when he clicks
submit it should update the DB.
Is DataGrid the best way to do it?
please advice,
Stephen
 
Hi,

How do i let a user change the order of some parameters on a web page?
suppose by default when the web page is loaded, suppose he sees this like on
a grid
PK Rule
1 Rule 1
2 Rule 2
3 Rule 3
4 Rule 4

Now I want him to change the order anyway he wants and then when he clicks
submit it should update the DB.
Is DataGrid the best way to do it?
please advice,
Stephen

One way you could do it is using GridView and have "move up" and "move
down" button's on each row.
Peter Kellner
http://peterkellner.net
 
Oops....
Peter,
is grid view in VS 2005 and v2.0?
I am using VS 2003
thanks,
stephen
 

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

Similar Threads

Question on Datagrid 2
can this be done 3
Use Custom COntrol in DataGrid 1
Url Rewriting Trouble 4
Dynamic LinkButton 13
New Build for my Son 38
2 DataGrids & Paging 2
datagrid question 5

Back
Top