troy
|
Posted: 09/24/2004, 3:35 AM |
|
I am using cc .
I have a edit and record grid on the same page, and when I insert or edit a item , and click update or insert the item goes to the bottom of the grid, I what it to be shown at the top of the grid, so you no it has been edited or inserted. I have 40 or 50 items in the database.
I am using asp/vbScript.
can you help me?
thank you
|
|
 |
phpoint
Posts: 4
|
Posted: 09/25/2004, 8:12 PM |
|
1.Open page containing your datagrid defination
( Your database must have datefield to know create time)
2. Select your datagrid
3. select from properties window - data - datasource (three period...)
4. select Order by field
you can select any order type (datafield) ascending/descending - apply
save page and publish. Very easy.
|
 |
 |
|