Click here to Skip to main content
15,891,529 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSetting Environment Variables Pin
indian14326-May-11 13:01
indian14326-May-11 13:01 
AnswerRe: Setting Environment Variables Pin
R. Giskard Reventlov26-May-11 23:09
R. Giskard Reventlov26-May-11 23:09 
GeneralRe: Setting Environment Variables Pin
indian14327-May-11 5:52
indian14327-May-11 5:52 
QuestionFilter RSS Feeds by Keywords Using LINQ to XML Pin
Dominick Marciano26-May-11 12:48
professionalDominick Marciano26-May-11 12:48 
QuestionHow to call back to a VBS file or EXE from the Menu control? [modified] Pin
Jun Du26-May-11 5:36
Jun Du26-May-11 5:36 
AnswerRe: How to call back to a VBS file or EXE from the Menu control? Pin
Dalek Dave1-Jun-11 22:29
professionalDalek Dave1-Jun-11 22:29 
Questionauthenticate particular page in a directory to particular user or role Pin
Asif Rehman26-May-11 3:30
Asif Rehman26-May-11 3:30 
AnswerRe: authenticate particular page in a directory to particular user or role Pin
Orcun Iyigun26-May-11 6:45
Orcun Iyigun26-May-11 6:45 
The one that I know of you can do it from web.config file. So in your web.config you need to use the location tag to exclude the pages that you do not want to authenticate..
Look at this example:
<configuration>
<location path="YourPath/yourfile.aspx">
<system.web>
<authorization>
<deny users="?" /> - OR - <allow users="?" />
</authorization>
</system.web>
</location>
</configuration>
QuestionEventValidation between v1.1 and 2.0 Pin
bryanforst26-May-11 0:39
bryanforst26-May-11 0:39 
AnswerRe: EventValidation between v1.1 and 2.0 Pin
Orcun Iyigun26-May-11 7:11
Orcun Iyigun26-May-11 7:11 
QuestionCan i ristrict a perticular page to not to resize in a website. Pin
saxenaabhi625-May-11 14:37
saxenaabhi625-May-11 14:37 
AnswerRe: Can i ristrict a perticular page to not to resize in a website. Pin
Not Active25-May-11 15:38
mentorNot Active25-May-11 15:38 
GeneralRe: Can i ristrict a perticular page to not to resize in a website. Pin
saxenaabhi625-May-11 15:46
saxenaabhi625-May-11 15:46 
QuestionHow do I get a hidden input value to refer to a text box? Pin
Dave Clark QED25-May-11 12:05
Dave Clark QED25-May-11 12:05 
AnswerRe: How do I get a hidden input value to refer to a text box? Pin
Not Active25-May-11 15:36
mentorNot Active25-May-11 15:36 
GeneralRe: How do I get a hidden input value to refer to a text box? Pin
saxenaabhi625-May-11 15:44
saxenaabhi625-May-11 15:44 
QuestionLogin Control doesnt work Pin
Dmitry Makovetskiy25-May-11 9:00
Dmitry Makovetskiy25-May-11 9:00 
AnswerRe: Login Control doesnt work Pin
Not Active25-May-11 9:28
mentorNot Active25-May-11 9:28 
GeneralRe: Login Control doesnt work Pin
Dmitry Makovetskiy25-May-11 9:35
Dmitry Makovetskiy25-May-11 9:35 
GeneralRe: Login Control doesnt work Pin
Not Active25-May-11 10:08
mentorNot Active25-May-11 10:08 
QuestionI need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Ricardo Vela25-May-11 7:54
Ricardo Vela25-May-11 7:54 
AnswerRe: I need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Not Active25-May-11 8:09
mentorNot Active25-May-11 8:09 
AnswerRe: I need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Prasanta_Prince25-May-11 18:25
Prasanta_Prince25-May-11 18:25 
GeneralRe: I need replace a selected word in the text of textBox not all text I can´t use SelectedText or SelectionLength like windows Form in asp.net Pin
Ricardo Vela25-May-11 21:23
Ricardo Vela25-May-11 21:23 
QuestionCreating a Cookie and Setting it Pin
Vimalsoft(Pty) Ltd25-May-11 7:02
professionalVimalsoft(Pty) Ltd25-May-11 7:02 

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.