Click here to Skip to main content
15,881,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataReader throws exception Pin
eyeseetee14-Apr-08 4:33
eyeseetee14-Apr-08 4:33 
GeneralRe: DataReader throws exception Pin
Soumini Ramakrishnan14-Apr-08 19:35
Soumini Ramakrishnan14-Apr-08 19:35 
Generalcomplete article about Membership and Role Management for ms sql server Pin
Farhad Eft14-Apr-08 3:31
Farhad Eft14-Apr-08 3:31 
GeneralRe: complete article about Membership and Role Management for ms sql server Pin
eyeseetee14-Apr-08 4:05
eyeseetee14-Apr-08 4:05 
QuestionProblem in Logout in asp.net using C# Pin
vinay_K14-Apr-08 3:22
vinay_K14-Apr-08 3:22 
GeneralRe: Problem in Logout in asp.net using C# Pin
eyeseetee14-Apr-08 3:25
eyeseetee14-Apr-08 3:25 
GeneralRe: Problem in Logout in asp.net using C# Pin
Christian Graus14-Apr-08 4:07
protectorChristian Graus14-Apr-08 4:07 
GeneralRe: Problem in Logout in asp.net using C# Pin
Abisodun14-Apr-08 6:29
Abisodun14-Apr-08 6:29 
Try preventing the page from being cached. Use the following at the top of the aspx page.

<%
Response.CacheControl = "no-cache";
Response.AppendHeader("Pragma", "no-cache");
Response.Expires = -1;
%>
GeneralRegarding Logout problem in ASP.net 2.0 using C# Pin
vinay_K14-Apr-08 3:21
vinay_K14-Apr-08 3:21 
GeneralRe: Regarding Logout problem in ASP.net 2.0 using C# Pin
Christian Graus14-Apr-08 4:06
protectorChristian Graus14-Apr-08 4:06 
QuestionHow to use message box in asp.net Pin
Deepak Nigam14-Apr-08 1:16
Deepak Nigam14-Apr-08 1:16 
AnswerRe: How to use message box in asp.net Pin
Christian Graus14-Apr-08 1:22
protectorChristian Graus14-Apr-08 1:22 
GeneralRe: How to use message box in asp.net Pin
Deepak Nigam14-Apr-08 1:59
Deepak Nigam14-Apr-08 1:59 
GeneralRe: How to use message box in asp.net Pin
Christian Graus14-Apr-08 3:03
protectorChristian Graus14-Apr-08 3:03 
GeneralRe: How to use message box in asp.net Pin
Broken Bokken14-Apr-08 9:47
Broken Bokken14-Apr-08 9:47 
AnswerRe: How to use message box in asp.net Pin
ArunVijay14-Apr-08 7:44
ArunVijay14-Apr-08 7:44 
AnswerRe: How to use message box in asp.net Pin
www.Developerof.NET14-Apr-08 20:09
www.Developerof.NET14-Apr-08 20:09 
Generaladd validator dynamically Pin
ptvce14-Apr-08 0:56
ptvce14-Apr-08 0:56 
GeneralRe: add validator dynamically Pin
Christian Graus14-Apr-08 1:02
protectorChristian Graus14-Apr-08 1:02 
GeneralRe: add validator dynamically Pin
ptvce14-Apr-08 1:11
ptvce14-Apr-08 1:11 
Generaldatareader in asp.net Pin
bkarthikeyansjcmca@gmail.com14-Apr-08 0:49
bkarthikeyansjcmca@gmail.com14-Apr-08 0:49 
GeneralRe: datareader in asp.net Pin
Christian Graus14-Apr-08 1:01
protectorChristian Graus14-Apr-08 1:01 
GeneralRe: datareader in asp.net Pin
N a v a n e e t h14-Apr-08 1:03
N a v a n e e t h14-Apr-08 1:03 
GeneralRe: datareader in asp.net Pin
ArunVijay14-Apr-08 7:53
ArunVijay14-Apr-08 7:53 
Generalselect source is vanished when two menus are displayed from one sitemap, Pin
_tasleem14-Apr-08 0:22
_tasleem14-Apr-08 0:22 

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.