Click here to Skip to main content
15,889,651 members
Home / Discussions / C#
   

C#

 
AnswerRe: Images, Email, Streams Pin
Guffa20-Jul-07 14:01
Guffa20-Jul-07 14:01 
QuestionC# on mobile devices Pin
Gareth H20-Jul-07 10:23
Gareth H20-Jul-07 10:23 
AnswerRe: C# on mobile devices Pin
leckey20-Jul-07 10:44
leckey20-Jul-07 10:44 
QuestionWindows Button control Pin
ridda78620-Jul-07 9:58
ridda78620-Jul-07 9:58 
AnswerRe: Windows Button control Pin
Paul Conrad20-Jul-07 10:26
professionalPaul Conrad20-Jul-07 10:26 
GeneralRe: Windows Button control Pin
ridda78620-Jul-07 20:02
ridda78620-Jul-07 20:02 
GeneralRe: Windows Button control Pin
Paul Conrad21-Jul-07 4:50
professionalPaul Conrad21-Jul-07 4:50 
Answerlogout problem[modified] Pin
daku120-Jul-07 9:46
daku120-Jul-07 9:46 
when i click on logout button it does not log me out can some one tell me why is thing doing this. i have a question asp.net c#
when i click logout button i am still login. what i have did made method for logout than called it from lougout button clik event but nothing happens because need to log out in my master page logout button there there for i created in my master page and called it in my master page button ckic event. the code are follow
public void logout()
{
//sandip patel 7/18/2007
//Request.Cookies["memberID"].Expires = DateTime.Now.AddMinutes(20);


//Session["Email Address"] = null ;
//Session["Password"] = null ;
Session.Abandon();
Response.Redirect("Default.aspx");
}
and lougout click event i have call this function logout();
can some one tell me what am i doing wrong please
sandip



-- modified at 21:22 Friday 20th July, 2007
AnswerRe: C# logout ploblem Pin
daku120-Jul-07 13:11
daku120-Jul-07 13:11 
AnswerRe: C# logout ploblem Pin
T.EDY20-Jul-07 16:08
T.EDY20-Jul-07 16:08 
QuestionHelp with .chm Pin
RussBus20-Jul-07 9:39
RussBus20-Jul-07 9:39 
AnswerRe: Help with .chm Pin
leckey20-Jul-07 10:11
leckey20-Jul-07 10:11 
AnswerRe: Help with .chm Pin
ekynox20-Jul-07 14:21
ekynox20-Jul-07 14:21 
Questionc# literal conversion Pin
Chris Rickard20-Jul-07 9:33
Chris Rickard20-Jul-07 9:33 
AnswerRe: c# literal conversion Pin
Luc Pattyn20-Jul-07 17:45
sitebuilderLuc Pattyn20-Jul-07 17:45 
GeneralRe: c# literal conversion Pin
Chris Rickard20-Jul-07 18:07
Chris Rickard20-Jul-07 18:07 
GeneralRe: c# literal conversion Pin
Luc Pattyn20-Jul-07 18:21
sitebuilderLuc Pattyn20-Jul-07 18:21 
GeneralRe: c# literal conversion Pin
Chris Rickard20-Jul-07 18:32
Chris Rickard20-Jul-07 18:32 
QuestionRetrieve build-configuration in VS2003 Pin
AlexZieg7120-Jul-07 9:23
AlexZieg7120-Jul-07 9:23 
AnswerRe: Retrieve build-configuration in VS2003 Pin
Dave Kreskowiak20-Jul-07 9:55
mveDave Kreskowiak20-Jul-07 9:55 
QuestionMethods with generic value type parameters in C# [modified] Pin
gshen20-Jul-07 8:18
gshen20-Jul-07 8:18 
AnswerRe: Methods with generic value type parameters in C# Pin
Kevin McFarlane20-Jul-07 8:38
Kevin McFarlane20-Jul-07 8:38 
GeneralRe: Methods with generic value type parameters in C# Pin
gshen20-Jul-07 8:47
gshen20-Jul-07 8:47 
GeneralRe: Methods with generic value type parameters in C# Pin
Dave Kreskowiak20-Jul-07 9:01
mveDave Kreskowiak20-Jul-07 9:01 
GeneralRe: Methods with generic value type parameters in C# Pin
Kevin McFarlane20-Jul-07 9:02
Kevin McFarlane20-Jul-07 9:02 

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.