Im new to .net. I have created a web site with several pages and some of those pages retrieve data from an oracle database and some from a sql server database. I have been using Web Expressions to create these pages and its easy enough to create these pages using the data control, grid control, etc..
But, none of the tutorials or readings I have found have addressed my next problem. How do I create a page that makes a user logon to the database when they request a page? When I create a data control its logon credentials are part of the control. I need some pages to require users to login to get the data requested.
Can anybody point me in the right direction to create a page that makes the user logon with their database logon?
thanks
But, none of the tutorials or readings I have found have addressed my next problem. How do I create a page that makes a user logon to the database when they request a page? When I create a data control its logon credentials are part of the control. I need some pages to require users to login to get the data requested.
Can anybody point me in the right direction to create a page that makes the user logon with their database logon?
thanks