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

ASP.NET

 
AnswerRe: event handlers that loads before page_load Pin
Sandeep Akhare7-Feb-07 21:09
Sandeep Akhare7-Feb-07 21:09 
GeneralRe: event handlers that loads before page_load Pin
blue_arc7-Feb-07 23:35
blue_arc7-Feb-07 23:35 
QuestionDataGrid Pin
Imthu7-Feb-07 19:53
Imthu7-Feb-07 19:53 
AnswerRe: DataGrid Pin
_AK_7-Feb-07 20:05
_AK_7-Feb-07 20:05 
AnswerRe: DataGrid Pin
kuwl_mark7-Feb-07 20:45
kuwl_mark7-Feb-07 20:45 
GeneralRe: DataGrid Pin
Imthu8-Feb-07 1:35
Imthu8-Feb-07 1:35 
AnswerRe: DataGrid Pin
gauthee8-Feb-07 0:34
gauthee8-Feb-07 0:34 
QuestionModifying the application sections depending on user login Pin
Omkar Ghaisas7-Feb-07 19:50
Omkar Ghaisas7-Feb-07 19:50 
Hi,
I am making a web portal where in there's one section which is only visible to some particular users. Also there are individual pages which are in general accessible to everyone but the EDIT / ADD / DELETE functionality on those pages is only accessible to Admins.

Now I have a login page and once the user logs on successfully, I do a FormsAuthentication.RedirectFromLoginPage which takes me to Default page.

But now the approach has to be changed a bit. This representation would clear it.
Default page(open to all without any login initially, and a seperate link to allow the user to login for accessing special functionality) -> If not logged on, the user can move around but wont have any access for EDIT/ADD/DELETE and even the special section. -> Once user clicks the special link -> redirect to Memberlogin page and once authenticated -> redirect to default page yet again -> This time depending on user's rights enable or disable the EDIT/ADD/DELETE func and allow the special func to be accessed now.

How can this be achieved ?
Can we have FormsAuthentication enabled and instead of using RedirectFromLoginPage do a manual redirect and once user logs off, do a FormsAuthentication.SignOut() ?

Pls guide me.
Omkar Ghaisas
Questionparticular column in table in dataset Pin
sarodam7-Feb-07 19:43
sarodam7-Feb-07 19:43 
Questionweb-service access problem Pin
saqib827-Feb-07 19:36
saqib827-Feb-07 19:36 
AnswerRe: web-service access problem Pin
jasti.prasanthi8-Feb-07 0:12
jasti.prasanthi8-Feb-07 0:12 
GeneralRe: web-service access problem Pin
saqib828-Feb-07 0:36
saqib828-Feb-07 0:36 
QuestionAbout Webservices Pin
srilu nagalla7-Feb-07 19:36
srilu nagalla7-Feb-07 19:36 
AnswerRe: About Webservices Pin
_AK_7-Feb-07 19:37
_AK_7-Feb-07 19:37 
GeneralRe: About Webservices Pin
srilu nagalla7-Feb-07 20:12
srilu nagalla7-Feb-07 20:12 
GeneralRe: About Webservices Pin
_AK_7-Feb-07 20:23
_AK_7-Feb-07 20:23 
Questionasp.net and netmeeting Pin
Sebastian T Xavier7-Feb-07 19:17
Sebastian T Xavier7-Feb-07 19:17 
QuestionConnectivity of asp.net and MySQL Pin
Rock Star.7-Feb-07 19:12
Rock Star.7-Feb-07 19:12 
AnswerRe: Connectivity of asp.net and MySQL Pin
jasti.prasanthi8-Feb-07 0:16
jasti.prasanthi8-Feb-07 0:16 
GeneralRe: Connectivity of asp.net and MySQL Pin
Rock Star.8-Feb-07 22:59
Rock Star.8-Feb-07 22:59 
QuestionThe Date format problem with MS-Access DB Pin
Praveen 1237-Feb-07 19:05
Praveen 1237-Feb-07 19:05 
AnswerRe: The Date format problem with MS-Access DB Pin
Sylvester george7-Feb-07 19:10
Sylvester george7-Feb-07 19:10 
QuestionRe: The Date format problem with MS-Access DB Pin
Praveen 1237-Feb-07 19:24
Praveen 1237-Feb-07 19:24 
QuestionHow to make Column of DataTable Visible False Pin
varshavmane7-Feb-07 18:55
varshavmane7-Feb-07 18:55 
AnswerRe: How to make Column of DataTable Visible False Pin
_AK_7-Feb-07 18:59
_AK_7-Feb-07 18:59 

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.