Click here to Skip to main content
16,008,075 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questioncapture video and play the same video with delay Pin
Member 828422620-Jan-12 21:14
Member 828422620-Jan-12 21:14 
AnswerRe: capture video and play the same video with delay Pin
thatraja1-Feb-12 7:37
professionalthatraja1-Feb-12 7:37 
QuestioneGrocery Store using QR Codes Pin
Mabchour 198916-Jan-12 14:06
Mabchour 198916-Jan-12 14:06 
Questionneed help to create a report viewer/editor Pin
neodeaths16-Jan-12 5:21
neodeaths16-Jan-12 5:21 
AnswerRe: need help to create a report viewer/editor Pin
thatraja1-Feb-12 7:53
professionalthatraja1-Feb-12 7:53 
QuestionWPF "Gestures" Pin
programmervb.netc++13-Jan-12 5:57
programmervb.netc++13-Jan-12 5:57 
AnswerRe: WPF "Gestures" Pin
Richard Chambers13-Jan-12 7:37
Richard Chambers13-Jan-12 7:37 
QuestionRedirect to other page than specified by default Pin
Kujtim Hyseni12-Jan-12 23:32
Kujtim Hyseni12-Jan-12 23:32 
Hello,

in my app I heave three roles: "admin", "user" and "company". The user can heave only one role. I want that after checking the database redirect them to certain pages - more precisely their content panel. How to specify the page to redirect for each user when it is not contained in:


C#
FormsAuthentication.RedirectFromLoginPage(userName,createPersistantCookie);


or

C#
FormsAuthenticationUtil.RedirectFromLoginPage(userName,  commaSeperatedRoles, createPersistantCookie);



I know it is specified in web.config as default and it works for your site, but, the problem is that when I type in the URL to directly access the "admin"'s content panel (admin\default.aspx) and then try to login as "user" it does not directs me to the "user"'s content panel (user\default.aspx) but it remembers the "admin"'s one (admin\default.aspx) and redirects me to login.aspx which is NOT correct. The user exists and it should redirecting me to the default user's page.

What you suggest about this?
AnswerRe: Redirect to other page than specified by default Pin
Pete O'Hanlon12-Jan-12 23:37
mvePete O'Hanlon12-Jan-12 23:37 
Questionvb.net give me codes Pin
sachin d. patil12-Jan-12 4:02
sachin d. patil12-Jan-12 4:02 
AnswerRe: vb.net give me codes Pin
Not Active12-Jan-12 4:07
mentorNot Active12-Jan-12 4:07 
AnswerRe: vb.net give me codes Pin
Dave Kreskowiak12-Jan-12 4:10
mveDave Kreskowiak12-Jan-12 4:10 
AnswerRe: vb.net give me codes Pin
Pete O'Hanlon12-Jan-12 4:46
mvePete O'Hanlon12-Jan-12 4:46 
AnswerRe: vb.net give me codes Pin
Luc Pattyn12-Jan-12 8:38
sitebuilderLuc Pattyn12-Jan-12 8:38 
GeneralRe: vb.net give me codes Pin
Pete O'Hanlon12-Jan-12 8:44
mvePete O'Hanlon12-Jan-12 8:44 
GeneralRe: vb.net give me codes Pin
Luc Pattyn12-Jan-12 8:53
sitebuilderLuc Pattyn12-Jan-12 8:53 
GeneralRe: vb.net give me codes Pin
Pete O'Hanlon12-Jan-12 11:37
mvePete O'Hanlon12-Jan-12 11:37 
GeneralRe: vb.net give me codes Pin
Bert Mitton16-Jan-12 5:38
professionalBert Mitton16-Jan-12 5:38 
AnswerRe: vb.net give me codes Pin
yatin88sunny21-Jan-12 23:01
yatin88sunny21-Jan-12 23:01 
GeneralRe: vb.net give me codes Pin
Richard MacCutchan21-Jan-12 23:15
mveRichard MacCutchan21-Jan-12 23:15 
GeneralRe: vb.net give me codes Pin
yatin88sunny21-Jan-12 23:43
yatin88sunny21-Jan-12 23:43 
GeneralRe: vb.net give me codes Pin
Richard MacCutchan22-Jan-12 0:11
mveRichard MacCutchan22-Jan-12 0:11 
GeneralRe: vb.net give me codes Pin
yatin88sunny22-Jan-12 0:33
yatin88sunny22-Jan-12 0:33 
GeneralRe: vb.net give me codes Pin
Richard MacCutchan22-Jan-12 0:55
mveRichard MacCutchan22-Jan-12 0:55 
QuestionUpdate Multiple rows in DataTable at once Pin
Naunt11-Jan-12 20:18
Naunt11-Jan-12 20:18 

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.