Click here to Skip to main content
15,907,492 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: OnSelectedIndexChanged not firing for first selected item in a DropDownList Pin
minhpc_bk17-Aug-06 15:57
minhpc_bk17-Aug-06 15:57 
QuestionError Occurs in Datagrid Paging!....... Pin
Prabs frm PGP17-Aug-06 0:09
Prabs frm PGP17-Aug-06 0:09 
AnswerRe: Error Occurs in Datagrid Paging!....... Pin
Grapes-R-Fun17-Aug-06 6:00
Grapes-R-Fun17-Aug-06 6:00 
QuestionSome Interview Question , Dammmmmmmm Urgent Plz Pin
VishalSharmaDev16-Aug-06 23:57
VishalSharmaDev16-Aug-06 23:57 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Jesse Squire17-Aug-06 1:03
Jesse Squire17-Aug-06 1:03 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
leckey17-Aug-06 7:33
leckey17-Aug-06 7:33 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Ramasubramaniam17-Aug-06 7:45
Ramasubramaniam17-Aug-06 7:45 
AnswerRe: Some Interview Question , Dammmmmmmm Urgent Plz [modified] Pin
Uma Kameswari17-Aug-06 18:15
Uma Kameswari17-Aug-06 18:15 
The session ID in ASP.NET is usually stored as a nonpersistent cookie on the client. The format of this cookie for example, asp.net_sessionid=jhmbobkcbinehlpkjhopabbe.

In addition to the traditional nonpersistent cookie method of maintaining state, ASP.NET supports a “cookieless” mode. When the cookieless mode is enabled, ASP.NET embeds the session ID in the URL that is sent back to the client. This provides persistence for clients using browsers that either do not support cookies or have cookies disabled. Cookieless mode is worth keeping in mind, considering the current emotions concerning cookies and tracking customers with them.


Regards,
Uma



-- modified at 0:17 Friday 18th August, 2006
GeneralRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Ramasubramaniam18-Aug-06 5:08
Ramasubramaniam18-Aug-06 5:08 
GeneralRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Uma Kameswari18-Aug-06 19:46
Uma Kameswari18-Aug-06 19:46 
GeneralRe: Some Interview Question , Dammmmmmmm Urgent Plz Pin
Ramasubramaniam21-Aug-06 3:44
Ramasubramaniam21-Aug-06 3:44 
QuestionRole based Sitemap node listing Pin
Tiger45616-Aug-06 23:28
Tiger45616-Aug-06 23:28 
AnswerRe: Role based Sitemap node listing Pin
Mike Ellison17-Aug-06 3:19
Mike Ellison17-Aug-06 3:19 
GeneralRe: Role based Sitemap node listing Pin
Tiger45617-Aug-06 18:32
Tiger45617-Aug-06 18:32 
GeneralRe: Role based Sitemap node listing Pin
Mike Ellison18-Aug-06 5:18
Mike Ellison18-Aug-06 5:18 
GeneralRe: Role based Sitemap node listing Pin
Tiger45621-Aug-06 5:51
Tiger45621-Aug-06 5:51 
Questiondownload a file on a button click Pin
Sivaprasad C16-Aug-06 21:51
Sivaprasad C16-Aug-06 21:51 
GeneralRe: download a file on a button click Pin
_AK_16-Aug-06 23:07
_AK_16-Aug-06 23:07 
GeneralRe: download a file on a button click Pin
Sivaprasad C17-Aug-06 8:41
Sivaprasad C17-Aug-06 8:41 
AnswerRe: download a file on a button click Pin
psamy16-Aug-06 23:15
psamy16-Aug-06 23:15 
AnswerRe: download a file on a button click Pin
Ramasubramaniam17-Aug-06 7:47
Ramasubramaniam17-Aug-06 7:47 
GeneralRe: download a file on a button click Pin
Sivaprasad C17-Aug-06 8:44
Sivaprasad C17-Aug-06 8:44 
QuestionGridView Pin
blurMember16-Aug-06 20:45
blurMember16-Aug-06 20:45 
AnswerRe: GridView Pin
coolestCoder16-Aug-06 21:09
coolestCoder16-Aug-06 21:09 
GeneralRe: GridView Pin
blurMember16-Aug-06 21:19
blurMember16-Aug-06 21: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.