Click here to Skip to main content
16,006,065 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: The request failed with HTTP status 400: Bad Request Pin
Christian Graus29-Apr-09 10:14
protectorChristian Graus29-Apr-09 10:14 
GeneralRe: The request failed with HTTP status 400: Bad Request Pin
Sandeep Akhare29-Apr-09 10:20
Sandeep Akhare29-Apr-09 10:20 
GeneralRe: The request failed with HTTP status 400: Bad Request Pin
Christian Graus29-Apr-09 10:23
protectorChristian Graus29-Apr-09 10:23 
GeneralRe: The request failed with HTTP status 400: Bad Request Pin
Sandeep Akhare29-Apr-09 10:31
Sandeep Akhare29-Apr-09 10:31 
GeneralRe: The request failed with HTTP status 400: Bad Request Pin
Christian Graus29-Apr-09 10:36
protectorChristian Graus29-Apr-09 10:36 
GeneralRe: The request failed with HTTP status 400: Bad Request Pin
Sandeep Akhare29-Apr-09 10:55
Sandeep Akhare29-Apr-09 10:55 
QuestionAuthorization in web.config is giving me heartburn Pin
gantww29-Apr-09 9:05
gantww29-Apr-09 9:05 
AnswerRe: Authorization in web.config is giving me heartburn Pin
Christian Graus29-Apr-09 10:15
protectorChristian Graus29-Apr-09 10:15 
GeneralRe: Authorization in web.config is giving me heartburn Pin
gantww29-Apr-09 10:21
gantww29-Apr-09 10:21 
GeneralRe: Authorization in web.config is giving me heartburn Pin
Christian Graus29-Apr-09 10:37
protectorChristian Graus29-Apr-09 10:37 
Questionurgent Pin
raviraazk29-Apr-09 6:21
raviraazk29-Apr-09 6:21 
QuestionRe: urgent Pin
AlexeiXX329-Apr-09 6:25
AlexeiXX329-Apr-09 6:25 
AnswerRe: urgent Pin
raviraazk29-Apr-09 6:28
raviraazk29-Apr-09 6:28 
GeneralRe: urgent Pin
MidwestLimey29-Apr-09 7:02
professionalMidwestLimey29-Apr-09 7:02 
GeneralRe: urgent Pin
raviraazk29-Apr-09 7:34
raviraazk29-Apr-09 7:34 
AnswerRe: urgent Pin
Christian Graus29-Apr-09 8:24
protectorChristian Graus29-Apr-09 8:24 
AnswerRe: urgent Pin
saanj29-Apr-09 23:27
saanj29-Apr-09 23:27 
QuestionAjax AutocompleteExtender does not Work Pin
jai_10129-Apr-09 5:37
jai_10129-Apr-09 5:37 
AnswerRe: Ajax AutocompleteExtender does not Work Pin
Herman<T>.Instance29-Apr-09 11:15
Herman<T>.Instance29-Apr-09 11:15 
QuestionReturning the highlighted row Pin
dptalt29-Apr-09 4:49
dptalt29-Apr-09 4:49 
AnswerRe: Returning the highlighted row Pin
AlexeiXX329-Apr-09 6:35
AlexeiXX329-Apr-09 6:35 
GeneralRe: Returning the highlighted row Pin
dptalt29-Apr-09 6:56
dptalt29-Apr-09 6:56 
GeneralRe: Returning the highlighted row Pin
AlexeiXX329-Apr-09 6:59
AlexeiXX329-Apr-09 6:59 
QuestionLogin code Pin
Gjm29-Apr-09 3:29
Gjm29-Apr-09 3:29 
(a.) I am a beginner to ASP.NET and VB.NET
(b.) I created a LOGIN table with two fields "username" and "password"
(c.) The login Is allowed to only ONE ADMINISTRATOR
(d.) The login form is Home.aspx
(e.) After login it should go to Admin.aspx
(f.) Suppose the code for accesing the USERNAME field from database is below

obj.dr("username")


1. Give me a SIMPLE code for Login Button Click event
2. Give me a SIMPLE code for SignOut Button Click event
3. Give me a SIMPLE code for Checking whether if logged in during "page load event" of each forms.
AnswerRe: Login code Pin
Abhijit Jana29-Apr-09 3:42
professionalAbhijit Jana29-Apr-09 3:42 

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.