Click here to Skip to main content
15,914,109 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Open a popup window on hyperlink click Pin
Jaiprakash M Bankolli15-May-07 2:23
Jaiprakash M Bankolli15-May-07 2:23 
QuestionCheck all checkboxes as the header checkbox is checked Pin
.NET- India 14-May-07 23:12
.NET- India 14-May-07 23:12 
AnswerRe: Check all checkboxes as the header checkbox is checked Pin
mareers14-May-07 23:18
mareers14-May-07 23:18 
AnswerRe: Check all checkboxes as the header checkbox is checked Pin
Sherin Iranimose14-May-07 23:29
Sherin Iranimose14-May-07 23:29 
AnswerRe: Check all checkboxes as the header checkbox is checked Pin
meeram39515-May-07 0:09
meeram39515-May-07 0:09 
Questionsecurity + asp.net 2.0 +c# Pin
ritu432114-May-07 22:58
ritu432114-May-07 22:58 
AnswerRe: security + asp.net 2.0 +c# Pin
Bijay Bhaskar Deo14-May-07 23:31
Bijay Bhaskar Deo14-May-07 23:31 
AnswerRe: security + asp.net 2.0 +c# Pin
Sherin Iranimose14-May-07 23:36
Sherin Iranimose14-May-07 23:36 
You can set session inside login page.
From login page redirect to a middle page.
from middle page Check session for user role.
if
admin redirect to secure page
else
redirect to another page

eg: from login page
Session("role")=user_role
redirect to middle_page
From middle page
if(Session("role") = "admin") then
redirect to secure page
else
redirect to another page







If U Have Interest, U Can...

Sherin Iranimose



AnswerRe: security + asp.net 2.0 +c# Pin
Jaiprakash M Bankolli15-May-07 2:26
Jaiprakash M Bankolli15-May-07 2:26 
QuestionUrgent Runtime Error on hosting provider Pin
Amr M. K.14-May-07 22:54
Amr M. K.14-May-07 22:54 
AnswerRe: Urgent Runtime Error on hosting provider Pin
Sandeep Kumar14-May-07 23:11
Sandeep Kumar14-May-07 23:11 
AnswerRe: Urgent Runtime Error on hosting provider Pin
Jaiprakash M Bankolli15-May-07 2:29
Jaiprakash M Bankolli15-May-07 2:29 
QuestionMail box unavailable Pin
Sebastian T Xavier14-May-07 21:36
Sebastian T Xavier14-May-07 21:36 
AnswerRe: Mail box unavailable Pin
Jaiprakash M Bankolli15-May-07 2:30
Jaiprakash M Bankolli15-May-07 2:30 
GeneralRe: Mail box unavailable Pin
Sebastian T Xavier15-May-07 23:33
Sebastian T Xavier15-May-07 23:33 
AnswerRe: Mail box unavailable Pin
RichardGrimmer15-May-07 5:30
RichardGrimmer15-May-07 5:30 
GeneralRe: Mail box unavailable Pin
Sebastian T Xavier15-May-07 23:43
Sebastian T Xavier15-May-07 23:43 
GeneralRe: Mail box unavailable Pin
RichardGrimmer16-May-07 2:19
RichardGrimmer16-May-07 2:19 
Questionhow t ofind the control in itemtemplate of datalist Pin
sooreeagt14-May-07 21:19
sooreeagt14-May-07 21:19 
AnswerRe: how t ofind the control in itemtemplate of datalist Pin
DuckFace14-May-07 22:28
DuckFace14-May-07 22:28 
GeneralRe: how t ofind the control in itemtemplate of datalist Pin
sooreeagt14-May-07 22:54
sooreeagt14-May-07 22:54 
QuestionC#.net Problem Pin
vijay_8314-May-07 20:38
vijay_8314-May-07 20:38 
AnswerRe: C#.net Problem Pin
Jaiprakash M Bankolli15-May-07 2:32
Jaiprakash M Bankolli15-May-07 2:32 
QuestionIssues in loading images in Word Automation [modified] Pin
Sankara Narayana14-May-07 20:13
Sankara Narayana14-May-07 20:13 
QuestionIs it possible ? Pin
Sandeep Akhare14-May-07 19:58
Sandeep Akhare14-May-07 19:58 

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.