In my web application i have one page that uses DataGrid component. This DataGrid is connected with database trough a dataSource with common select statemant ( select * from table). I set properties of DG AllowPaging on True and AllowSorting on True.
When i compile program and open this page it shows me data in mentioned DataGrid, paging and sorting doesn't work. It shows paging control and collumn name as link, but when i click on it just refreshes the grid but it doesn't changes the content of the grid.
Can anyone tell me what can be wrong?
Thanks!
PIAS
When i compile program and open this page it shows me data in mentioned DataGrid, paging and sorting doesn't work. It shows paging control and collumn name as link, but when i click on it just refreshes the grid but it doesn't changes the content of the grid.
Can anyone tell me what can be wrong?
Thanks!
PIAS