Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Simple encyption/keys question - please pelase help :) Pin
Cormac M Redmond1-Jan-07 1:48
Cormac M Redmond1-Jan-07 1:48 
GeneralRe: Simple encyption/keys question - please pelase help :) Pin
Nader Elshehabi1-Jan-07 2:01
Nader Elshehabi1-Jan-07 2:01 
GeneralRe: Simple encyption/keys question - please pelase help :) Pin
Cormac M Redmond1-Jan-07 2:35
Cormac M Redmond1-Jan-07 2:35 
GeneralRe: Simple encyption/keys question - please pelase help :) Pin
Colin Angus Mackay1-Jan-07 4:28
Colin Angus Mackay1-Jan-07 4:28 
QuestionStore a COMPOTISE pattern in MS Access? Pin
[DK]KiloDunse31-Dec-06 7:13
[DK]KiloDunse31-Dec-06 7:13 
AnswerRe: Store a COMPOTISE pattern in MS Access? Pin
KevinMac31-Dec-06 7:57
KevinMac31-Dec-06 7:57 
GeneralRe: Store a COMPOTISE pattern in MS Access? Pin
[DK]KiloDunse31-Dec-06 9:47
[DK]KiloDunse31-Dec-06 9:47 
Questionproblem for set RememberMe CheckBox in ASP.net Login Control. Pin
hdv21231-Dec-06 5:53
hdv21231-Dec-06 5:53 
hi i have a login control to my page, it's work good,but when i at runtime set RememberMe checkBox to true and refresh page or recompile it, the

checkbox is empty and not remember me, how to solve this problem ?

Note : my problem was solved by this Article :
http://www.codeproject.com/useritems/Remember_me_next_time.asp
but when i run my Page the following error has shown me on this line :

protected void Page_Load(object sender, EventArgs e)<br />
    {<br />
        this.Login1.Focus();<br />
        if (!IsPostBack)<br />
        {<br />
            if (Response.Cookies["myCookie"] != null)<br />
            {<br />
                HttpCookie cookie = Response.Cookies.Get("myCookie");<br />
                string emailID = cookie.Values["Email"].ToString(); 	 ->  Object reference not set to an instance of an object.<br />
                string pass = cookie.Values["Pass"].ToString();<br />
<br />
                if(Membership.ValidateUser(emailID,pass))<br />
                {<br />
                    System.Web.Security.FormsAuthentication.RedirectFromLoginPage(emailID,true);<br />
                }<br />
            }<br />
        }<br />
    }

thank
Questionautomate login using httpwebrequest problem Pin
kimo_23eg31-Dec-06 2:27
kimo_23eg31-Dec-06 2:27 
Questionhow to interacting with command prompt ? Pin
hdv21231-Dec-06 1:52
hdv21231-Dec-06 1:52 
AnswerRe: how to interacting with command prompt ? Pin
Dominik Reichl31-Dec-06 2:15
Dominik Reichl31-Dec-06 2:15 
QuestionNetworking issue Pin
snouto30-Dec-06 23:03
snouto30-Dec-06 23:03 
AnswerRe: Networking issue Pin
Eric Georgiades30-Dec-06 23:55
Eric Georgiades30-Dec-06 23:55 
GeneralRe: Networking issue Pin
Luc Pattyn31-Dec-06 1:28
sitebuilderLuc Pattyn31-Dec-06 1:28 
QuestionHow to Connect SFTP using C# ? Pin
sireesh babu30-Dec-06 22:02
sireesh babu30-Dec-06 22:02 
QuestionListview - deleting checked items. Pin
Glen Harvy30-Dec-06 20:59
Glen Harvy30-Dec-06 20:59 
AnswerRe: Listview - deleting checked items. Pin
mav.northwind30-Dec-06 22:39
mav.northwind30-Dec-06 22:39 
GeneralRe: Listview - deleting checked items. Pin
Glen Harvy31-Dec-06 16:28
Glen Harvy31-Dec-06 16:28 
QuestionHow do I stop listening for events? Pin
JoeRip30-Dec-06 19:21
JoeRip30-Dec-06 19:21 
AnswerRe: How do I stop listening for events? Pin
Dominik Reichl30-Dec-06 22:34
Dominik Reichl30-Dec-06 22:34 
QuestionRetrieve Webpage content problem Pin
hung_ngole30-Dec-06 17:33
hung_ngole30-Dec-06 17:33 
QuestionOpening notepad from own program Pin
dsl/fahk30-Dec-06 17:26
dsl/fahk30-Dec-06 17:26 
AnswerRe: Opening notepad from own program Pin
Luc Pattyn30-Dec-06 18:11
sitebuilderLuc Pattyn30-Dec-06 18:11 
GeneralRe: Opening notepad from own program Pin
dsl/fahk1-Jan-07 10:27
dsl/fahk1-Jan-07 10:27 
QuestionListview gridlines problem after SP1 install Pin
Glen Harvy30-Dec-06 14:07
Glen Harvy30-Dec-06 14:07 

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.