TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vijay mahesh
NA
1
0
About cookies
Apr 12 2010 11:18 AM
How to invoke cookies on pageload?
i wrote the code as
{
Httpcookies obj1=null, obj2= null;
obj1=response.cookies("username");
obj2=response.cookies("password");
if(obj1!="null" && obj2!="null")
{
server.transfer("welcome.aspx");
}
}
but this gives me error named
non-invocable cookie., i.e cookie cannot be called as method...
error is in the line--obj1=response.cookies("username");
--obj1=response.cookies("username");
suggest me how to invoke that cookie as iam learning asp.net....
Reply
Answers (
1
)
how to send email from gridview selected data
Create Data Grid