Click here to Skip to main content
15,898,373 members

Comments by Dev Krish (Top 7 by date)

Dev Krish 13-Sep-13 3:33am View    
You can't use both at a time.
Dev Krish 13-Sep-13 3:15am View    
Then you can use session_start event to redirect to user or admin page.
Dev Krish 13-Sep-13 3:13am View    
you need to install oracle data provider for .Net. Please use this link to install ODP
"http://www.oracle.com/technetwork/topics/dotnet/index-085163.html"
Dev Krish 13-Sep-13 3:10am View    
you can solve your problem in two ways:
1. Create a page using master page
2. Add a tag to you file MasterPageFile="~/MASTER_PAGE_PATH" in aspx page using help of this link "http://stackoverflow.com/questions/5549638/how-to-add-master-page-to-already-created-webform"
Dev Krish 13-Sep-13 3:01am View    
Hey have you created a page using a master page or just simply created a page.