Click here to Skip to main content
15,910,787 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change the appearance of the form Pin
max2929721-Jul-07 16:33
max2929721-Jul-07 16:33 
GeneralRe: Change the appearance of the form Pin
mav.northwind21-Jul-07 21:09
mav.northwind21-Jul-07 21:09 
GeneralRe: Change the appearance of the form Pin
max2929722-Jul-07 10:15
max2929722-Jul-07 10:15 
Question[STAThread] Pin
max2929720-Jul-07 14:20
max2929720-Jul-07 14:20 
AnswerRe: [STAThread] Pin
Luc Pattyn20-Jul-07 17:42
sitebuilderLuc Pattyn20-Jul-07 17:42 
QuestionFinding a Point on a Circle Pin
max2929720-Jul-07 14:11
max2929720-Jul-07 14:11 
AnswerRe: Finding a Point on a Circle Pin
Christian Graus20-Jul-07 20:38
protectorChristian Graus20-Jul-07 20:38 
AnswerRe: Finding a Point on a Circle Pin
blackjack215021-Jul-07 2:39
blackjack215021-Jul-07 2:39 
GeneralRe: Finding a Point on a Circle Pin
mav.northwind22-Jul-07 5:19
mav.northwind22-Jul-07 5:19 
QuestionImages, Email, Streams Pin
Will Code for Food20-Jul-07 10:32
Will Code for Food20-Jul-07 10:32 
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 

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.