Question : why is it preferred to use gpmc rather than the built-in gp policy

in the passed ive created:
- ou's
- groups
- added computer & user configuration settings
- add ran ris succesfully

1.  why do i need or should i use gpmc?
2.  instead of running manually - run: gpupdate /force, can i set some setting in gp policy or gpmc that will run this automatically, so that  WILL NOT receive error messages in the EVENTVIEWER?
3. are there any other scheduled settings i should set that may at some stage stop functioning and as a result add an error in the Eventviewer?
4. are there any other useful settings i should set if i run:
- master dc's
- file & print servers
- streaming servers
- dhcp servers
- exchange servers
etc etc

Answer : why is it preferred to use gpmc rather than the built-in gp policy

I can't see the page load event handler, and another problem is not binding the GridView after the post-back.  I see that you are setting the page size to 3, and that you are binding the grid after changing the PageIndex property, which would have been my guess.  The SqlDataSource control automatically coordinates paging with the GridView, but when you handle it manually, it needs to be handled correctly.  I used to do a get from the database on initial page load into a DataTable, and then store that into a session variable that could be retrieved on post-back, so that I didn't have to do a get again.  I never bind a data reader to the GridView, though, so there is another possibility for a problem, since a data reader gives you a forward-only view of the data.  Paging may require a different construct.
Random Solutions  
 
programming4us programming4us