Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionPassing parameters to Javascript popup window Pin
pavanip23-Feb-09 22:53
pavanip23-Feb-09 22:53 
AnswerRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:03
Greg Chelstowski23-Feb-09 23:03 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip23-Feb-09 23:13
pavanip23-Feb-09 23:13 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:28
Greg Chelstowski23-Feb-09 23:28 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip24-Feb-09 0:35
pavanip24-Feb-09 0:35 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski24-Feb-09 1:32
Greg Chelstowski24-Feb-09 1:32 
Questionlogin control error Pin
rosae61923-Feb-09 22:53
rosae61923-Feb-09 22:53 
AnswerRe: login control error Pin
ABitSmart24-Feb-09 2:36
ABitSmart24-Feb-09 2:36 
rosae619 wrote:
'ASP.login_aspx.SiteLevelCustomAuthenticationMethod(string, string)': not all code paths return a value

Doesn't this say that SiteLevelCustomAuthenticationMethod is not returning something when it should ?

rosae619 wrote:
while (Dr.Read())
{
if ((UserName == Dr["user"].ToString()) & (Password == Dr["Pswd"].ToString()))
{
boolReturnValue = true;
}
Dr.Close();
return boolReturnValue;
}


You have closed the while loop at wrong place.
QuestionConvert HTML to XML Pin
rhemy23-Feb-09 22:45
rhemy23-Feb-09 22:45 
QuestionMechanism to handle user authentication and authorization Pin
mukkanti00723-Feb-09 21:53
mukkanti00723-Feb-09 21:53 
AnswerRe: Mechanism to handle user authentication and authorization Pin
Expert Coming23-Feb-09 22:21
Expert Coming23-Feb-09 22:21 
GeneralRe: Mechanism to handle user authentication and authorization Pin
mukkanti00724-Feb-09 23:29
mukkanti00724-Feb-09 23:29 
QuestionSimple activation email Pin
netsooz (Amir Hamidi)23-Feb-09 21:52
netsooz (Amir Hamidi)23-Feb-09 21:52 
AnswerRe: Simple activation email Pin
Greg Chelstowski23-Feb-09 22:01
Greg Chelstowski23-Feb-09 22:01 
AnswerRe: Simple activation email Pin
Abhijit Jana23-Feb-09 22:04
professionalAbhijit Jana23-Feb-09 22:04 
GeneralRe: Simple activation email Pin
J4amieC23-Feb-09 22:09
J4amieC23-Feb-09 22:09 
GeneralRe: Simple activation email Pin
Expert Coming23-Feb-09 22:12
Expert Coming23-Feb-09 22:12 
GeneralRe: Simple activation email Pin
J4amieC24-Feb-09 0:04
J4amieC24-Feb-09 0:04 
GeneralRe: Simple activation email Pin
Abhijit Jana23-Feb-09 22:13
professionalAbhijit Jana23-Feb-09 22:13 
GeneralRe: Simple activation email Pin
Expert Coming23-Feb-09 22:17
Expert Coming23-Feb-09 22:17 
GeneralRe: Simple activation email Pin
J4amieC24-Feb-09 0:00
J4amieC24-Feb-09 0:00 
GeneralRe: Simple activation email Pin
J4amieC24-Feb-09 0:02
J4amieC24-Feb-09 0:02 
GeneralRe: Simple activation email Pin
Abhijit Jana24-Feb-09 0:42
professionalAbhijit Jana24-Feb-09 0:42 
QuestionLeftMouseUp / LeftMouseDown events for ASP.NET controls Pin
alvarog0123-Feb-09 21:46
alvarog0123-Feb-09 21:46 
AnswerRe: LeftMouseUp / LeftMouseDown events for ASP.NET controls Pin
Greg Chelstowski23-Feb-09 22:16
Greg Chelstowski23-Feb-09 22:16 

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.