Click here to Skip to main content
15,906,816 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: No parameterless constructor defined for this object. [modified] Pin
firestoper11-Sep-07 6:18
firestoper11-Sep-07 6:18 
GeneralRe: No parameterless constructor defined for this object. Pin
StylezHouse11-Sep-07 7:43
StylezHouse11-Sep-07 7:43 
GeneralRe: No parameterless constructor defined for this object. Pin
firestoper11-Sep-07 14:35
firestoper11-Sep-07 14:35 
QuestionRegisterStartupScript Pin
Rev T11-Sep-07 3:52
Rev T11-Sep-07 3:52 
AnswerRe: RegisterStartupScript Pin
Sandeep Akhare11-Sep-07 3:57
Sandeep Akhare11-Sep-07 3:57 
QuestionHow to save file with some default name without prompting user Pin
here2learn11-Sep-07 2:44
here2learn11-Sep-07 2:44 
QuestionCookies and Session.Abandon() Pin
varshavmane11-Sep-07 2:40
varshavmane11-Sep-07 2:40 
AnswerRe: Cookies and Session.Abandon() Pin
Sandeep Akhare11-Sep-07 3:24
Sandeep Akhare11-Sep-07 3:24 
Hey sorry for late reply
Can you post the code where you are adding cookie from server side
see this it is working fine in my machine sequence should be like this only specially for expiry Smile | :) i think it should work now
<br />
HttpCookie cookie = new HttpCookie(TxtBxUserName.Text);<br />
            Response.Cookies.Add(cookie);<br />
            cookie.Values.Add("",TxtBxUserName.Text + "|" + TxtBxPassword.Text + ";");<br />
            Response.Cookies[TxtBxUserName.Text].Expires = DateTime.Now.AddDays(15); <br />
<br />


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




GeneralRe: Cookies and Session.Abandon() Pin
varshavmane11-Sep-07 3:35
varshavmane11-Sep-07 3:35 
AnswerRe: Cookies and Session.Abandon() Pin
Ahmad Adnan11-Sep-07 3:25
Ahmad Adnan11-Sep-07 3:25 
QuestionConfirmation box onload Pin
munklefish11-Sep-07 1:21
munklefish11-Sep-07 1:21 
AnswerRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 1:51
Sandeep Akhare11-Sep-07 1:51 
GeneralRe: Confirmation box onload Pin
munklefish11-Sep-07 2:16
munklefish11-Sep-07 2:16 
GeneralRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 2:48
Sandeep Akhare11-Sep-07 2:48 
GeneralRe: Confirmation box onload Pin
munklefish11-Sep-07 3:08
munklefish11-Sep-07 3:08 
GeneralRe: Confirmation box onload Pin
Sandeep Akhare11-Sep-07 3:14
Sandeep Akhare11-Sep-07 3:14 
Questiondisplay video in browser Pin
Khawar Abbas111-Sep-07 0:58
Khawar Abbas111-Sep-07 0:58 
AnswerRe: display video in browser Pin
SHatchard11-Sep-07 1:02
SHatchard11-Sep-07 1:02 
AnswerRe: display video in browser Pin
munklefish11-Sep-07 1:28
munklefish11-Sep-07 1:28 
QuestionA4 page size and Image Pin
AnhTin11-Sep-07 0:18
AnhTin11-Sep-07 0:18 
AnswerRe: A4 page size and Image Pin
Christian Graus11-Sep-07 0:24
protectorChristian Graus11-Sep-07 0:24 
GeneralRe: A4 page size and Image Pin
AnhTin13-Sep-07 0:55
AnhTin13-Sep-07 0:55 
Questionimage problem Pin
saravanan0511-Sep-07 0:12
saravanan0511-Sep-07 0:12 
AnswerRe: image problem Pin
Christian Graus11-Sep-07 0:25
protectorChristian Graus11-Sep-07 0:25 
AnswerRe: image problem Pin
munklefish11-Sep-07 1:32
munklefish11-Sep-07 1:32 

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.