C
cybergoth_0
Hi
I am having trouble working out how to get data from a cookie to
sqldatasource.
my cookie is like this
Response.Cookies("A")("ID") = "1"
Response.Cookies("A")("LoginName") = "Name"
I am assuming that 'A' goes in CookieName? But how do I specify
getting 'ID' value and 'LoginName' Value? I was thinking that I would
use the Name property, is that right?
<asp:CookieParameter CookieName="A" DefaultValue="" Name="ID" />
<asp:CookieParameter CookieName="A" DefaultValue="" Name="LoginName"
/>
Thank you
I am having trouble working out how to get data from a cookie to
sqldatasource.
my cookie is like this
Response.Cookies("A")("ID") = "1"
Response.Cookies("A")("LoginName") = "Name"
I am assuming that 'A' goes in CookieName? But how do I specify
getting 'ID' value and 'LoginName' Value? I was thinking that I would
use the Name property, is that right?
<asp:CookieParameter CookieName="A" DefaultValue="" Name="ID" />
<asp:CookieParameter CookieName="A" DefaultValue="" Name="LoginName"
/>
Thank you