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

ASP.NET

 
QuestionCMS Pin
Shaahinm26-Jul-08 4:41
Shaahinm26-Jul-08 4:41 
AnswerRe: CMS Pin
Paul Conrad26-Jul-08 5:10
professionalPaul Conrad26-Jul-08 5:10 
GeneralRe: CMS Pin
Shaahinm26-Jul-08 5:21
Shaahinm26-Jul-08 5:21 
Questionhow to connect asp.net 2.0 with oracle 9i/10g Pin
amistry_petlad26-Jul-08 4:04
amistry_petlad26-Jul-08 4:04 
RantRe: how to connect asp.net 2.0 with oracle 9i/10g Pin
Paul Conrad26-Jul-08 5:12
professionalPaul Conrad26-Jul-08 5:12 
GeneralRe: how to connect asp.net 2.0 with oracle 9i/10g Pin
amistry_petlad26-Jul-08 5:43
amistry_petlad26-Jul-08 5:43 
GeneralRe: how to connect asp.net 2.0 with oracle 9i/10g Pin
Paul Conrad26-Jul-08 5:49
professionalPaul Conrad26-Jul-08 5:49 
GeneralRe: how to connect asp.net 2.0 with oracle 9i/10g Pin
amistry_petlad26-Jul-08 5:52
amistry_petlad26-Jul-08 5:52 
QuestionClear Session Pin
venkat86_ece26-Jul-08 3:05
venkat86_ece26-Jul-08 3:05 
AnswerRe: Clear Session Pin
Guffa26-Jul-08 3:57
Guffa26-Jul-08 3:57 
QuestionReading and showing a Note pad File content Pin
Satish_S26-Jul-08 2:34
Satish_S26-Jul-08 2:34 
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 
sathimailin1 wrote:
I have a doubt


You mean that you have a question?

Why do people from India always say "doubt" when they mean "question"? Is it the same word in Hindi?

sathimailin1 wrote:
i tried by placing my label inside the loop but i am getting the contents after the whole text file is read.


That's because your changes just ends up on the message queue, they are not handled until the main loop resumes, i.e. after your method finishes.

Use the DoEvent method to handle the message queue while you are in a loop.

Alternatively, run the method in a separate thread, and use Invoke to change the label from the UI thread.

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

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 
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 

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.