Click here to Skip to main content
15,895,084 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Grid View Silverlight issue Pin
Rutvik Dave2-Feb-10 5:31
professionalRutvik Dave2-Feb-10 5:31 
Questionhow to give access to different user for different pages in asp.net with c# Pin
developerit2-Feb-10 2:38
developerit2-Feb-10 2:38 
AnswerRe: how to give access to different user for different pages in asp.net with c# Pin
R. Giskard Reventlov2-Feb-10 4:05
R. Giskard Reventlov2-Feb-10 4:05 
GeneralMessage Removed Pin
2-Feb-10 17:40
Palash Biswas2-Feb-10 17:40 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
R. Giskard Reventlov2-Feb-10 21:38
R. Giskard Reventlov2-Feb-10 21:38 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
Palash Biswas2-Feb-10 22:59
Palash Biswas2-Feb-10 22:59 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
developerit3-Feb-10 2:13
developerit3-Feb-10 2:13 
GeneralRe: how to give access to different user for different pages in asp.net with c# Pin
Palash Biswas3-Feb-10 16:56
Palash Biswas3-Feb-10 16:56 
Put this below attribute in the top of your Page Code behind and Name Parameter is the permitted user for this page....
[PrincipalPermission(SecurityAction.Demand,Name=@"kovairindia\palash",Unrestricted=false)]

Thanks
AnswerRe: how to give access to different user for different pages in asp.net with c# Pin
Palash Biswas2-Feb-10 22:55
Palash Biswas2-Feb-10 22:55 
QuestionAutomatically upload images Pin
Yosh_2-Feb-10 2:07
professionalYosh_2-Feb-10 2:07 
AnswerRe: Automatically upload images Pin
Not Active2-Feb-10 2:11
mentorNot Active2-Feb-10 2:11 
GeneralRe: Automatically upload images Pin
Yosh_2-Feb-10 3:06
professionalYosh_2-Feb-10 3:06 
GeneralRe: Automatically upload images Pin
Not Active2-Feb-10 4:11
mentorNot Active2-Feb-10 4:11 
QuestionMail sending problem Pin
Member 42602702-Feb-10 1:14
Member 42602702-Feb-10 1:14 
AnswerRe: Mail sending problem Pin
m@dhu2-Feb-10 1:46
m@dhu2-Feb-10 1:46 
GeneralRe: Mail sending problem Pin
Member 38751892-Feb-10 7:26
Member 38751892-Feb-10 7:26 
QuestionHow to create an API ? Pin
kingshez1-Feb-10 23:45
kingshez1-Feb-10 23:45 
AnswerRe: How to create an API ? Pin
Not Active2-Feb-10 2:08
mentorNot Active2-Feb-10 2:08 
AnswerRe: How to create an API ? Pin
Ashfield2-Feb-10 8:32
Ashfield2-Feb-10 8:32 
QuestionTextbox default Language Pin
jojoba20101-Feb-10 21:23
jojoba20101-Feb-10 21:23 
AnswerRe: Textbox default Language Pin
mghiassi2-Feb-10 16:44
mghiassi2-Feb-10 16:44 
QuestionEncode and decode Password when TextBox with TextMode=Password Pin
maituyet1-Feb-10 20:34
maituyet1-Feb-10 20:34 
AnswerRe: Encode and decode Password when TextBox with TextMode=Password Pin
Anurag Gandhi1-Feb-10 21:39
professionalAnurag Gandhi1-Feb-10 21:39 
AnswerRe: Encode and decode Password when TextBox with TextMode=Password Pin
sashidhar1-Feb-10 22:22
sashidhar1-Feb-10 22:22 
QuestionError updating JScript IntelliSense in asp.net Pin
Amit Spadez1-Feb-10 19:52
professionalAmit Spadez1-Feb-10 19:52 

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.