Click here to Skip to main content
15,879,348 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWindows Process Activation Service stops responding automatically. Pin
Sunil G 311-Apr-13 1:15
Sunil G 311-Apr-13 1:15 
QuestionFREE Password Hash Library Pin
Jassim Rahma10-Apr-13 23:58
Jassim Rahma10-Apr-13 23:58 
AnswerRe: FREE Password Hash Library Pin
Richard MacCutchan11-Apr-13 0:51
mveRichard MacCutchan11-Apr-13 0:51 
GeneralRe: FREE Password Hash Library Pin
AmitGajjar15-Apr-13 2:39
professionalAmitGajjar15-Apr-13 2:39 
Questionembed logo image in email Pin
Jassim Rahma10-Apr-13 23:30
Jassim Rahma10-Apr-13 23:30 
AnswerRe: embed logo image in email Pin
Richard MacCutchan11-Apr-13 0:50
mveRichard MacCutchan11-Apr-13 0:50 
AnswerRe: embed logo image in email Pin
Blikkies11-Apr-13 0:56
professionalBlikkies11-Apr-13 0:56 
Questionresponse.redirect ()doesnt work Pin
sara-setare10-Apr-13 4:33
sara-setare10-Apr-13 4:33 
Hi all
I have problem with respons.redirect()?????
I have wrote a website with Asp for authentication users,
in login.aspx file I have wrote a script code witch authenticate user.
I want to load another file after successfull login.
this is my code in login.aspx file:
C#
 btnLogin_Click(object sender AuthenticateEventArgs e)
    {
        Boolean blnresult;
        blnresult = false;

   blnresult = Authentication(Login1.UserName, Login1.Password);
        if (blnresult == true)
        {
 // This is the actual statement which will authenticate the user
    Response.Redirect("~/Welcom.aspx",false);
            Context.ApplicationInstance.CompleteRequest();
            e.Authenticated = true;}

<asp:content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="server">
    <asp:Login ID="Login1" runat="server"   >
</asp:Login>
</asp:content>



but after login the Welcom page doesnt load!!!!
what do you think about this?
why it doesnt work?
AnswerRe: response.redirect ()doesnt work Pin
dusty_dex10-Apr-13 4:49
dusty_dex10-Apr-13 4:49 
GeneralRe: response.redirect ()doesnt work Pin
sara-setare10-Apr-13 6:03
sara-setare10-Apr-13 6:03 
GeneralRe: response.redirect ()doesnt work Pin
dusty_dex10-Apr-13 6:26
dusty_dex10-Apr-13 6:26 
Questionchange notification in asp mvc Pin
alireza173510-Apr-13 0:39
alireza173510-Apr-13 0:39 
QuestionSMTP Email not delivert to receipient, back to sender Pin
AbidHussain1289-Apr-13 23:35
AbidHussain1289-Apr-13 23:35 
AnswerRe: SMTP Email not delivert to receipient, back to sender Pin
Bernhard Hiller10-Apr-13 0:05
Bernhard Hiller10-Apr-13 0:05 
GeneralRe: SMTP Email not delivert to receipient, back to sender Pin
AbidHussain12810-Apr-13 1:38
AbidHussain12810-Apr-13 1:38 
Questionvbscript do not work on windows 2003. Pin
buffering839-Apr-13 22:18
buffering839-Apr-13 22:18 
AnswerRe: vbscript do not work on windows 2003. Pin
Garth J Lancaster9-Apr-13 22:39
professionalGarth J Lancaster9-Apr-13 22:39 
GeneralRe: vbscript do not work on windows 2003. Pin
dusty_dex10-Apr-13 2:09
dusty_dex10-Apr-13 2:09 
AnswerRe: vbscript do not work on windows 2003. Pin
dusty_dex10-Apr-13 2:12
dusty_dex10-Apr-13 2:12 
QuestionScroll panel automatically to the node selected in a treeview. Pin
VishwaKL9-Apr-13 18:29
VishwaKL9-Apr-13 18:29 
AnswerRe: Scroll panel automatically to the node selected in a treeview. Pin
VishwaKL9-Apr-13 22:21
VishwaKL9-Apr-13 22:21 
QuestionIssues with show popup when paging in mvc Pin
tuannguyenf49-Apr-13 8:14
tuannguyenf49-Apr-13 8:14 
Questionhow to decrypt password? Pin
Jassim Rahma9-Apr-13 4:11
Jassim Rahma9-Apr-13 4:11 
AnswerRe: how to decrypt password? Pin
Richard Deeming9-Apr-13 4:27
mveRichard Deeming9-Apr-13 4:27 
GeneralRe: how to decrypt password? Pin
R. Giskard Reventlov9-Apr-13 8:51
R. Giskard Reventlov9-Apr-13 8:51 

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.