Click here to Skip to main content
15,913,758 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
Abhijit Jana27-Nov-09 3:49
professionalAbhijit Jana27-Nov-09 3:49 
QuestionRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
Manprit.bagga27-Nov-09 17:37
Manprit.bagga27-Nov-09 17:37 
AnswerRe: How to programmatically add message in out of office (Outlook feature) using asp.net Pin
dmofo7-Jun-10 8:20
dmofo7-Jun-10 8:20 
Questionchat in asp.net Pin
am.net27-Nov-09 2:11
am.net27-Nov-09 2:11 
AnswerRe: chat in asp.net Pin
Abhishek Sur27-Nov-09 2:18
professionalAbhishek Sur27-Nov-09 2:18 
AnswerRe: chat in asp.net Pin
Abhijit Jana27-Nov-09 3:59
professionalAbhijit Jana27-Nov-09 3:59 
QuestionArray List life Time and Scope Pin
Anil Kumar.Arvapalli27-Nov-09 1:50
Anil Kumar.Arvapalli27-Nov-09 1:50 
AnswerRe: Array List life Time and Scope Pin
Christian Graus27-Nov-09 2:10
protectorChristian Graus27-Nov-09 2:10 
you should buy a basic ASP.NET book and read it, so you have an understanding of the framework you are using.

The answer to your specific question is, each postback causes a new instance of the page class to be created, and it exists only for that postback. That is why things like viewstate and the session exist ( again, look into that book )


Pardhu2 wrote:
ourDir = new System.IO.DirectoryInfo("F:\\.Net Samples\\EnumerateFiles and Folders\\Farewell Party");


Also, once you deploy your app, it won't be able to see above the root of your website. Again, refer to that book.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

QuestionInsert GridView Records on one click Pin
lrsalunkhe27-Nov-09 0:17
lrsalunkhe27-Nov-09 0:17 
AnswerRe: Insert GridView Records on one click Pin
dan!sh 27-Nov-09 0:29
professional dan!sh 27-Nov-09 0:29 
Questionhow to add column to gridview for row count Pin
shiva.kore27-Nov-09 0:00
shiva.kore27-Nov-09 0:00 
AnswerRe: how to add column to gridview for row count Pin
saini arun27-Nov-09 0:09
saini arun27-Nov-09 0:09 
QuestionGrid view content as email Pin
jinovv26-Nov-09 23:35
jinovv26-Nov-09 23:35 
AnswerRe: Grid view content as email Pin
pinna_hari26-Nov-09 23:47
pinna_hari26-Nov-09 23:47 
GeneralRe: Grid view content as email Pin
Abhishek Sur27-Nov-09 3:28
professionalAbhishek Sur27-Nov-09 3:28 
AnswerRe: Grid view content as email Pin
Abhijit Jana26-Nov-09 23:49
professionalAbhijit Jana26-Nov-09 23:49 
AnswerRe: Grid view content as email Pin
Abhishek Sur27-Nov-09 3:31
professionalAbhishek Sur27-Nov-09 3:31 
Questionhow to create web application suitable for all browsers Pin
fak.kumar26-Nov-09 22:20
fak.kumar26-Nov-09 22:20 
AnswerRe: how to create web application suitable for all browsers Pin
Vimalsoft(Pty) Ltd26-Nov-09 22:25
professionalVimalsoft(Pty) Ltd26-Nov-09 22:25 
AnswerRe: how to create web application suitable for all browsers Pin
Abhijit Jana26-Nov-09 22:42
professionalAbhijit Jana26-Nov-09 22:42 
QuestionAdd textbox column at the end of Gridview columns dynamically Pin
Nekkantidivya26-Nov-09 21:57
Nekkantidivya26-Nov-09 21:57 
AnswerRe: Add textbox column at the end of Gridview columns dynamically Pin
sashidhar26-Nov-09 22:05
sashidhar26-Nov-09 22:05 
AnswerRe: Add textbox column at the end of Gridview columns dynamically Pin
Nishant Singh26-Nov-09 22:05
Nishant Singh26-Nov-09 22:05 
QuestionGMap get nearer cordinate Pin
divyesh143226-Nov-09 21:46
divyesh143226-Nov-09 21:46 
Questionregarding browser compatibility. Pin
shiva.kore26-Nov-09 21:35
shiva.kore26-Nov-09 21:35 

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.