Click here to Skip to main content
15,898,134 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sandeep Pin
Sandeep Akhare20-Feb-07 23:28
Sandeep Akhare20-Feb-07 23:28 
GeneralRe: Sandeep Pin
rama charan20-Feb-07 23:54
rama charan20-Feb-07 23:54 
Questionhow to redirect ot desired page after forms authentication Pin
rama charan20-Feb-07 22:59
rama charan20-Feb-07 22:59 
AnswerRe: how to redirect ot desired page after forms authentication Pin
PandemoniumPasha20-Feb-07 23:32
PandemoniumPasha20-Feb-07 23:32 
Generalhow to redirect ot desired page after forms authentication Pin
rama charan20-Feb-07 23:46
rama charan20-Feb-07 23:46 
GeneralRe: how to redirect ot desired page after forms authentication Pin
luckyve21-Feb-07 0:46
luckyve21-Feb-07 0:46 
GeneralRe: how to redirect ot desired page after forms authentication Pin
rama charan21-Feb-07 0:55
rama charan21-Feb-07 0:55 
GeneralRe: how to redirect ot desired page after forms authentication Pin
luckyve21-Feb-07 2:24
luckyve21-Feb-07 2:24 
if (txtuser.Text.Trim().Length>0 && txtpass.Text.Trim().Length>0 )<br />
	{ <br />
	<br />
           bool Success;<br />
           //here you should set your dataset = class or any other "if.." <br />
             to check if the login is true or not . your dataset should      return Success ( it meants " out,bool" )<br />
              if(Success)<br />
				{<br />
					<br />
					System.Web.HttpContext.Current.Response.Redirect("WebForm2.aspx");<br />
}

Generalits not working Pin
rama charan21-Feb-07 3:09
rama charan21-Feb-07 3:09 
QuestionDELETE FILE Pin
Sam Heller20-Feb-07 22:30
Sam Heller20-Feb-07 22:30 
AnswerRe: DELETE FILE Pin
Sandeep Akhare20-Feb-07 22:54
Sandeep Akhare20-Feb-07 22:54 
Questionpersist session variables Pin
PandemoniumPasha20-Feb-07 22:29
PandemoniumPasha20-Feb-07 22:29 
AnswerRe: persist session variables Pin
Sam Heller20-Feb-07 22:30
Sam Heller20-Feb-07 22:30 
AnswerRe: persist session variables Pin
Sandeep Akhare20-Feb-07 22:44
Sandeep Akhare20-Feb-07 22:44 
GeneralRe: persist session variables Pin
PandemoniumPasha20-Feb-07 23:11
PandemoniumPasha20-Feb-07 23:11 
GeneralRe: persist session variables Pin
Marcus J. Smith21-Feb-07 2:49
professionalMarcus J. Smith21-Feb-07 2:49 
GeneralRe: persist session variables Pin
PandemoniumPasha21-Feb-07 23:28
PandemoniumPasha21-Feb-07 23:28 
QuestionAuto expanding tree view? Pin
Hossrod20-Feb-07 21:14
Hossrod20-Feb-07 21:14 
Questionhow to use crystal report viewer with parameater Pin
findtango20-Feb-07 21:10
findtango20-Feb-07 21:10 
AnswerRe: how to use crystal report viewer with parameater Pin
Sylvester george20-Feb-07 21:24
Sylvester george20-Feb-07 21:24 
GeneralRe: how to use crystal report viewer with parameater Pin
findtango20-Feb-07 21:34
findtango20-Feb-07 21:34 
Questioneditable dropdownlist Pin
jabbarsb20-Feb-07 20:59
jabbarsb20-Feb-07 20:59 
AnswerRe: editable dropdownlist Pin
Sylvester george20-Feb-07 21:26
Sylvester george20-Feb-07 21:26 
GeneralRe: editable dropdownlist Pin
Vsree20-Feb-07 22:06
Vsree20-Feb-07 22:06 
GeneralRe: editable dropdownlist Pin
Sam Heller20-Feb-07 22:36
Sam Heller20-Feb-07 22:36 

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.