Click here to Skip to main content
15,888,803 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Reading and showing a Note pad File content Pin
Paul Conrad26-Jul-08 5:13
professionalPaul Conrad26-Jul-08 5:13 
AnswerRe: Reading and showing a Note pad File content Pin
Guffa26-Jul-08 5:47
Guffa26-Jul-08 5:47 
GeneralRe: Reading and showing a Note pad File content Pin
Paul Conrad26-Jul-08 5:55
professionalPaul Conrad26-Jul-08 5:55 
GeneralRe: Reading and showing a Note pad File content Pin
Satish_S27-Jul-08 21:51
Satish_S27-Jul-08 21:51 
GeneralRe: Reading and showing a Note pad File content Pin
Guffa27-Jul-08 22:08
Guffa27-Jul-08 22:08 
GeneralRe: Reading and showing a Note pad File content Pin
Satish_S27-Jul-08 22:43
Satish_S27-Jul-08 22:43 
GeneralRe: Reading and showing a Note pad File content Pin
Satish_S27-Jul-08 22:49
Satish_S27-Jul-08 22:49 
GeneralRe: Reading and showing a Note pad File content Pin
Guffa27-Jul-08 23:55
Guffa27-Jul-08 23:55 
sathimailin1 wrote:
showing doevents is not a member of system.web.HTTPApplicationState.


Oh, so it's a web application after all?

I assumed that it wasn't, as what you are asking about so obviously doesn't work in a web application.

The Label object that you are trying to change doesn't correspond to anything that is visible anywhere, not even in a browser somewhere else in the world. The Label object is just part of the control tree of the page that is being created, it's not until your code finishes, the page is rendered into an html document, the document is sent to the browser, the browser parses the document, and displays it as a page, that the result of code that the Label object rendered is visible anywhere.

To display anything in the browser while the page is being created, you would have to write part of the page to the response stream and flush it, then write Javascript code blocks to update an element in the page for each update. This means that you have to output all the html code for the page yourself, and can't have any markup code in the .aspx file at all.

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

QuestionHow to store multiple selected values of listbox into sql server 2000 column Pin
Rameez Raja26-Jul-08 1:08
Rameez Raja26-Jul-08 1:08 
AnswerRe: How to store multiple selected values of listbox into sql server 2000 column Pin
Abhijit Jana26-Jul-08 1:30
professionalAbhijit Jana26-Jul-08 1:30 
AnswerRe: How to store multiple selected values of listbox into sql server 2000 column Pin
BhadeliaImran26-Jul-08 2:01
BhadeliaImran26-Jul-08 2:01 
GeneralRe: How to store multiple selected values of listbox into sql server 2000 column Pin
Rameez Raja26-Jul-08 19:51
Rameez Raja26-Jul-08 19:51 
QuestionTextbox Focus problem [modified] Pin
amit201126-Jul-08 0:41
amit201126-Jul-08 0:41 
Questionwebserice on LAN/WAN Pin
balu1234526-Jul-08 0:41
balu1234526-Jul-08 0:41 
AnswerRe: webserice on LAN/WAN Pin
Reza Raad26-Jul-08 17:04
Reza Raad26-Jul-08 17:04 
Questionwebplanner Pin
Member 538259225-Jul-08 23:45
Member 538259225-Jul-08 23:45 
AnswerRe: webplanner Pin
Paul Conrad26-Jul-08 5:57
professionalPaul Conrad26-Jul-08 5:57 
QuestionHow To run application on Intranet Pin
raushan_925-Jul-08 22:40
raushan_925-Jul-08 22:40 
AnswerRe: How To run application on Intranet Pin
Abhijit Jana25-Jul-08 23:57
professionalAbhijit Jana25-Jul-08 23:57 
AnswerRe: How To run application on Intranet Pin
Guffa26-Jul-08 7:19
Guffa26-Jul-08 7:19 
Questiondatagrid problem Pin
Kissy1625-Jul-08 20:25
Kissy1625-Jul-08 20:25 
AnswerRe: datagrid problem Pin
Abhijit Jana25-Jul-08 21:10
professionalAbhijit Jana25-Jul-08 21:10 
GeneralRe: datagrid problem Pin
Kissy1625-Jul-08 21:14
Kissy1625-Jul-08 21:14 
GeneralRe: datagrid problem Pin
Abhijit Jana25-Jul-08 21:25
professionalAbhijit Jana25-Jul-08 21:25 
GeneralRe: datagrid problem Pin
Kissy1625-Jul-08 21:35
Kissy1625-Jul-08 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.