Click here to Skip to main content
15,902,635 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Regular expression Pin
Ashfield11-May-09 1:25
Ashfield11-May-09 1:25 
QuestionLog Out issue Pin
nitin_ion10-May-09 20:52
nitin_ion10-May-09 20:52 
AnswerRe: Log Out issue Pin
Yaazi10-May-09 21:12
Yaazi10-May-09 21:12 
AnswerRe: Log Out issue Pin
dotnetmember10-May-09 21:28
dotnetmember10-May-09 21:28 
GeneralRe: Log Out issue Pin
nitin_ion10-May-09 21:53
nitin_ion10-May-09 21:53 
AnswerRe: Log Out issue Pin
Abhishek Sur10-May-09 22:43
professionalAbhishek Sur10-May-09 22:43 
AnswerRe: Log Out issue Pin
specialdreamsin11-May-09 20:04
specialdreamsin11-May-09 20:04 
QuestionMasterPage Link Problem Pin
Yaazi10-May-09 20:50
Yaazi10-May-09 20:50 
Hello friends

i am having a little issue hope anyone can help me out.
i have a situation my masterpage location changes due to some security requirements, so i am storing Foldername in Web.Config in AppSetting
like this --> add key="adminFolder" value="~/Temp/"
e.g
so i dont need to change everywhere when i have to update the foldername and getting back in Page Load event.

String adminFolder = System.Configuration.ConfigurationManager.AppSettings["adminFolder"];

protected void Page_PreInit(Object sender, EventArgs e)
{
this.MasterPageFile = adminFolder + "MasterPage.master";
}


this approach help me out to solve dynamically assign the foldername of master page
but i cant see Design View of my Code because i dont know how cant i link "adminFolder" Key in the Top of aspx file
Questionquerystring Pin
Anjani Poornima10-May-09 20:22
Anjani Poornima10-May-09 20:22 
AnswerRe: querystring Pin
saravanan0510-May-09 23:18
saravanan0510-May-09 23:18 
QuestionSpecified cast is not valid Pin
saravanan0510-May-09 18:33
saravanan0510-May-09 18:33 
AnswerRe: Specified cast is not valid Pin
dotnetmember10-May-09 19:02
dotnetmember10-May-09 19:02 
QuestionHow to Impersonate local system account in c# Pin
Cafedreamz10-May-09 15:36
Cafedreamz10-May-09 15:36 
AnswerRe: How to Impersonate local system account in c# Pin
N a v a n e e t h10-May-09 16:23
N a v a n e e t h10-May-09 16:23 
QuestionHow to place a calendar control in a dropdown list??? Pin
harissssss10-May-09 10:13
harissssss10-May-09 10:13 
AnswerRe: How to place a calendar control in a dropdown list??? Pin
Abhishek Sur10-May-09 10:31
professionalAbhishek Sur10-May-09 10:31 
AnswerRe: How to place a calendar control in a dropdown list??? Pin
AlexeiXX310-May-09 18:14
AlexeiXX310-May-09 18:14 
QuestionHow To Fetch Client IP Address Continuesly After Every Specific Second And To Redirec Client URL Pin
maxuser1310-May-09 9:20
maxuser1310-May-09 9:20 
AnswerRe: How To Fetch Client IP Address Continuesly After Every Specific Second And To Redirec Client URL Pin
Abhishek Sur10-May-09 9:59
professionalAbhishek Sur10-May-09 9:59 
QuestionUnExpected Errors on webserve Pin
Aman Bhullar10-May-09 5:52
Aman Bhullar10-May-09 5:52 
AnswerRe: UnExpected Errors on webserve Pin
Herman<T>.Instance13-May-09 3:47
Herman<T>.Instance13-May-09 3:47 
QuestionCrystal Reports not working on Web Server Pin
yogesh_kumar_agarwal10-May-09 3:38
yogesh_kumar_agarwal10-May-09 3:38 
AnswerRe: Crystal Reports not working on Web Server Pin
N a v a n e e t h10-May-09 4:40
N a v a n e e t h10-May-09 4:40 
GeneralRe: Crystal Reports not working on Web Server Pin
yogesh_kumar_agarwal10-May-09 5:02
yogesh_kumar_agarwal10-May-09 5:02 
GeneralRe: Crystal Reports not working on Web Server Pin
Ramesh Swaminathan10-May-09 5:15
Ramesh Swaminathan10-May-09 5:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.