Click here to Skip to main content
15,893,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: html button Pin
_AK_25-Apr-07 23:36
_AK_25-Apr-07 23:36 
Questionneed help with my table size Pin
neodeaths25-Apr-07 22:20
neodeaths25-Apr-07 22:20 
AnswerRe: need help with my table size Pin
Pete O'Hanlon25-Apr-07 22:31
mvePete O'Hanlon25-Apr-07 22:31 
AnswerRe: need help with my table size Pin
RichardGrimmer26-Apr-07 5:26
RichardGrimmer26-Apr-07 5:26 
Questionhow to validate the phone no text box in asp.net? Pin
sathyan_829425-Apr-07 21:50
sathyan_829425-Apr-07 21:50 
AnswerRe: how to validate the phone no text box in asp.net? Pin
Amr Abdel-Mohsen25-Apr-07 22:16
Amr Abdel-Mohsen25-Apr-07 22:16 
QuestionWindows Authentication: Logout Pin
ahmadlead25-Apr-07 21:49
ahmadlead25-Apr-07 21:49 
AnswerRe: Windows Authentication: Logout Pin
Venk25925-Apr-07 22:55
Venk25925-Apr-07 22:55 
In the Click Event of the Logout button call this


FormsAuthentication.SignOut()
FormsAuthentication.RedirectToLoginPage()


First statement will destroy the authentication ticket, next statement will redirect to the page, which is specified in the authentication section of web.config file.


GeneralRe: Windows Authentication: Logout Pin
ahmadlead25-Apr-07 23:55
ahmadlead25-Apr-07 23:55 
GeneralRe: Windows Authentication: Logout Pin
ahmadlead26-Apr-07 20:18
ahmadlead26-Apr-07 20:18 
QuestionSend mail alerts periodically Pin
arun rajappan25-Apr-07 21:37
arun rajappan25-Apr-07 21:37 
AnswerRe: Send mail alerts periodically Pin
szukuro25-Apr-07 22:29
szukuro25-Apr-07 22:29 
GeneralRe: Send mail alerts periodically Pin
Dave Sexton26-Apr-07 0:32
Dave Sexton26-Apr-07 0:32 
GeneralRe: Send mail alerts periodically Pin
arun rajappan26-Apr-07 3:25
arun rajappan26-Apr-07 3:25 
Questionprinting Pin
TheEagle25-Apr-07 21:35
TheEagle25-Apr-07 21:35 
QuestionDATAGRID template column problem Pin
Faisal Khatri25-Apr-07 21:28
Faisal Khatri25-Apr-07 21:28 
AnswerRe: DATAGRID template column problem Pin
_AK_25-Apr-07 21:37
_AK_25-Apr-07 21:37 
GeneralRe: DATAGRID template column problem Pin
Faisal Khatri25-Apr-07 21:39
Faisal Khatri25-Apr-07 21:39 
GeneralRe: DATAGRID template column problem Pin
_AK_25-Apr-07 22:08
_AK_25-Apr-07 22:08 
GeneralRe: DATAGRID template column problem Pin
Faisal Khatri25-Apr-07 22:44
Faisal Khatri25-Apr-07 22:44 
GeneralRe: DATAGRID template column problem Pin
_AK_25-Apr-07 23:01
_AK_25-Apr-07 23:01 
AnswerRe: DATAGRID template column problem [modified] Pin
RaghuSanta26-Apr-07 20:59
RaghuSanta26-Apr-07 20:59 
QuestionDeployment Pin
.NET- India 25-Apr-07 21:11
.NET- India 25-Apr-07 21:11 
QuestionProblem with sending mail........... Pin
anujose25-Apr-07 20:18
anujose25-Apr-07 20:18 
Questionfeedback form Pin
saravanan0525-Apr-07 20:16
saravanan0525-Apr-07 20: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.