Click here to Skip to main content
16,006,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: New to ASp.net ....few Questions Pin
N a v a n e e t h24-Feb-08 20:48
N a v a n e e t h24-Feb-08 20:48 
GeneralRe: New to ASp.net ....few Questions Pin
sindhutiwari24-Feb-08 21:01
sindhutiwari24-Feb-08 21:01 
GeneralRe: New to ASp.net ....few Questions Pin
Christian Graus24-Feb-08 21:36
protectorChristian Graus24-Feb-08 21:36 
JokeRe: New to ASp.net ....few Questions Pin
Guffa24-Feb-08 22:39
Guffa24-Feb-08 22:39 
GeneralRe: New to ASp.net ....few Questions Pin
Guffa24-Feb-08 22:43
Guffa24-Feb-08 22:43 
QuestionRe: New to ASp.net ....few Questions Pin
sindhutiwari24-Feb-08 22:54
sindhutiwari24-Feb-08 22:54 
GeneralRe: New to ASp.net ....few Questions Pin
Christian Graus24-Feb-08 23:02
protectorChristian Graus24-Feb-08 23:02 
GeneralRe: New to ASp.net ....few Questions Pin
Guffa25-Feb-08 0:53
Guffa25-Feb-08 0:53 
sindhutiwari wrote:
...and regarding "da" Leave it ..


All kidding aside, I think that you should consider the small niceties like writing proper english like "you" instead of "u", "about" instead of "abt", and so on. You are more likely to get a response if you do. It's more time consuming to read sloppy writing, and if you don't even bother to type all the letters in a word, do you expect that anyone would bother to read them?

"Please" means something that "plz" or even "plzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" fails to do. A "Thank you" feels more sincere than a "10x alot".

sindhutiwari wrote:
Q1. Tracking Session State ..i came to know that it is done in
three ways ..
1. via cookies
2. URL
3. client profiles.


Four ways.

4. Form data

Cookies and Session variables are user specific, i.e. if the user has more than one window, they share the same state.

Querystring and form data are window specific, i.e. if the user has more than one window, they have separate state.

Cookies, querystring and form data are sent via the browser in plain text. Session variables never leave the server.

Data that you put in cookies and session variables stays there. The querystring and form data has to be sent along from every page, or the data is lost.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: New to ASp.net ....few Questions Pin
sindhutiwari25-Feb-08 1:45
sindhutiwari25-Feb-08 1:45 
Generalimage button + asp.net2.0 Pin
ritu432124-Feb-08 20:14
ritu432124-Feb-08 20:14 
GeneralRe: image button + asp.net2.0 Pin
Sandeep Akhare24-Feb-08 20:27
Sandeep Akhare24-Feb-08 20:27 
GeneralInserting Data into Gridview Pin
Deepak Nigam24-Feb-08 20:09
Deepak Nigam24-Feb-08 20:09 
GeneralRe: Inserting Data into Gridview Pin
N a v a n e e t h24-Feb-08 20:11
N a v a n e e t h24-Feb-08 20:11 
Questionhow can i login into yahoo by using asp.net code Pin
Shaik Haneef24-Feb-08 19:33
Shaik Haneef24-Feb-08 19:33 
AnswerRe: how can i login into yahoo by using asp.net code Pin
Christian Graus24-Feb-08 19:37
protectorChristian Graus24-Feb-08 19:37 
AnswerRe: how can i login into yahoo by using asp.net code Pin
N a v a n e e t h24-Feb-08 20:00
N a v a n e e t h24-Feb-08 20:00 
Questionprompt by date in asp.net Pin
roysudipta24-Feb-08 19:26
roysudipta24-Feb-08 19:26 
GeneralRe: prompt by date in asp.net Pin
N a v a n e e t h24-Feb-08 19:32
N a v a n e e t h24-Feb-08 19:32 
GeneralJavascript Problem. Pin
Khan.Bangash24-Feb-08 19:22
Khan.Bangash24-Feb-08 19:22 
GeneralRe: Javascript Problem. Pin
N a v a n e e t h24-Feb-08 19:30
N a v a n e e t h24-Feb-08 19:30 
GeneralRe: Javascript Problem. Pin
Khan.Bangash24-Feb-08 19:42
Khan.Bangash24-Feb-08 19:42 
GeneralRe: Javascript Problem. Pin
N a v a n e e t h24-Feb-08 19:50
N a v a n e e t h24-Feb-08 19:50 
Generalthat assembly does not allow partially filled callers Pin
Nishad24-Feb-08 19:05
Nishad24-Feb-08 19:05 
QuestionHow to disable viewstate of textbox. Pin
Nagraj Naik24-Feb-08 18:47
Nagraj Naik24-Feb-08 18:47 
AnswerRe: How to disable viewstate of textbox. Pin
Christian Graus24-Feb-08 18:48
protectorChristian Graus24-Feb-08 18:48 

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.