PDA

Click to See Complete Forum and Search --> : Admin Panel


rmoghal
Dec 6th, 2004, 12:02 PM
Hello Guys,

Just need some help in creating an ASP.NET website. What is Admin Panel and is there any example you can point me to. Also how client get to see the database I mean there are lot of users accessing the site and putting info in the database but what is the way for client (means who owns the site) to see the info from database

All help regarding this matter is appriciated.

Thanks

Mike Hildner
Dec 6th, 2004, 07:14 PM
Do you have a requirement to create an Admin Panel? Usually it's a page (not accessable by everyone) to perform administrative functions. Functions might include disabling user accounts, viewing access etc. Functionality really needs to be defined.

As far as viewing data, lots of ways to do, check out some of the samples that show, say, viewing data in a DataGrid.