Click here to Skip to main content
15,909,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: help needed urgently Pin
sooreeagt10-May-07 18:29
sooreeagt10-May-07 18:29 
QuestionGridView unique ID issues Pin
Sam Heller10-May-07 6:48
Sam Heller10-May-07 6:48 
AnswerRe: GridView unique ID issues Pin
PSK_10-May-07 19:40
PSK_10-May-07 19:40 
GeneralRe: GridView unique ID issues Pin
Sam Heller10-May-07 22:47
Sam Heller10-May-07 22:47 
QuestionError while using Word object in ASP.Net Pin
Shakila Karunamurthy10-May-07 6:36
Shakila Karunamurthy10-May-07 6:36 
AnswerRe: Error while using Word object in ASP.Net Pin
DanB198310-May-07 8:29
DanB198310-May-07 8:29 
QuestionAdRotator Control and doubleclick adserving Pin
shaunll10-May-07 6:02
shaunll10-May-07 6:02 
Questionasp.net cookies Pin
maganti.venkat10-May-07 5:36
maganti.venkat10-May-07 5:36 
hi friends,
please help me.

the problem is with cookies ie
when i change one cookie value all otheer cookies are changing.
but i dont want to change all cookies.iam using cookie collection.

this is the ex code :

protected void Page_Load(object sender, EventArgs e)
{

TextBox1.Text = Request.Cookies["TC"]["one"];
TextBox2.Text = Request.Cookies["TC"]["to"];
TextBox3.Text = Request.Cookies["TC"]["Three"];
Response.Write(Request.Cookies["TC"]["MAX"]);

}
protected void Button1_Click(object sender, EventArgs e)
{
Response.Write("Click event");

Request.Cookies["TC"]["one"] = "900";
// Response.Redirect("testCookie.aspx");

}

please help me to solve this problem
AnswerRe: asp.net cookies Pin
Guffa10-May-07 8:01
Guffa10-May-07 8:01 
QuestionGridView bind with dropdown, needed page refresh .. Pin
Milw199110-May-07 5:35
Milw199110-May-07 5:35 
AnswerRe: GridView bind with dropdown, needed page refresh .. Pin
SimulationofSai10-May-07 9:17
SimulationofSai10-May-07 9:17 
GeneralRe: GridView bind with dropdown, needed page refresh .. Pin
Milw199111-May-07 8:57
Milw199111-May-07 8:57 
Questionhow to access hidden columns in the grid Pin
rama charan10-May-07 5:15
rama charan10-May-07 5:15 
AnswerRe: how to access hidden columns in the grid Pin
SimulationofSai10-May-07 9:26
SimulationofSai10-May-07 9:26 
GeneralRe: how to access hidden columns in the grid Pin
rama charan10-May-07 21:04
rama charan10-May-07 21:04 
QuestionDatagrid Dropdownlist Pin
robw188810-May-07 5:05
robw188810-May-07 5:05 
AnswerRe: Datagrid Dropdownlist Pin
DanB198310-May-07 23:42
DanB198310-May-07 23:42 
GeneralRe: Datagrid Dropdownlist Pin
robw188811-May-07 1:08
robw188811-May-07 1:08 
QuestionHow help others through coding in their project and earn money ? Pin
Bijay Bhaskar Deo10-May-07 4:06
Bijay Bhaskar Deo10-May-07 4:06 
AnswerRe: How help others through coding in their project and earn money ? Pin
enjoycrack10-May-07 4:10
enjoycrack10-May-07 4:10 
GeneralRe: Very Urgent Pin
Kurmala10-May-07 3:26
Kurmala10-May-07 3:26 
GeneralRe: Very Urgent Pin
Sathesh Sakthivel10-May-07 3:27
Sathesh Sakthivel10-May-07 3:27 
QuestionVery Urgent Pin
Kurmala10-May-07 3:10
Kurmala10-May-07 3:10 
AnswerRe: Very Urgent Pin
Sathesh Sakthivel10-May-07 3:13
Sathesh Sakthivel10-May-07 3:13 
QuestionRe: Very Urgent Pin
Kurmala10-May-07 3:19
Kurmala10-May-07 3:19 

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.