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
 

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

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

Back
Top