Click here to Skip to main content
15,903,856 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: ASP.NET Dev Server Issue Pin
tha113-Mar-07 8:17
tha113-Mar-07 8:17 
QuestionRe: ASP.NET Dev Server Issue Pin
Venkatesh Mookkan13-Mar-07 20:06
Venkatesh Mookkan13-Mar-07 20:06 
Questionneed to Invoke required Field Validator explicitly Pin
Member 369621313-Mar-07 5:58
Member 369621313-Mar-07 5:58 
AnswerRe: need to Invoke required Field Validator explicitly Pin
Sandeep Akhare13-Mar-07 6:52
Sandeep Akhare13-Mar-07 6:52 
QuestionGenerating formatted Excelsheet from ASP Pin
Prasad_Quasar13-Mar-07 5:05
Prasad_Quasar13-Mar-07 5:05 
AnswerRe: Generating formatted Excelsheet from ASP Pin
Venkatesh Mookkan13-Mar-07 20:11
Venkatesh Mookkan13-Mar-07 20:11 
QuestionOverrided install sub problem Pin
Memo Soso13-Mar-07 4:53
Memo Soso13-Mar-07 4:53 
QuestionThrading with gui? Pin
EnigmaRulez13-Mar-07 4:39
EnigmaRulez13-Mar-07 4:39 
Hello, i have created a new thread to do some heavy stuff, it takes about 1-2 minute to be done, when the thread ends i want it to notify and change something in the gui, i cant access the gui from another thread so i tried creating a new delgate and invoke it, still it didnt manage to show changes in the gui... any idea?

i tried something like this:

protected btn_click(object sender, EventArgs e)

{

Thread t = new Thread(new ThreadStart(HeavyStuff))

t.start();

}

delegate void CleanGui();

void HeavyStuff()

{

// heavy stuff here

CleanGui p = CleaningGuiHere;

p.invoke();

}

void CleaningGuiHere()

{

}


AnswerRe: Thrading with gui? Pin
Eduard Keilholz13-Mar-07 6:53
Eduard Keilholz13-Mar-07 6:53 
AnswerRe: Thrading with gui? Pin
Sandeep Akhare13-Mar-07 6:57
Sandeep Akhare13-Mar-07 6:57 
GeneralRe: Thrading with gui? Pin
EnigmaRulez13-Mar-07 12:44
EnigmaRulez13-Mar-07 12:44 
QuestionRemove CSS class in C# Pin
digsy_13-Mar-07 3:54
digsy_13-Mar-07 3:54 
AnswerRe: Remove CSS class in C# Pin
Sandeep Akhare13-Mar-07 6:25
Sandeep Akhare13-Mar-07 6:25 
GeneralRe: Remove CSS class in C# Pin
digsy_13-Mar-07 6:34
digsy_13-Mar-07 6:34 
QuestionHow to Edit The SOAP Header in Visual Studio.NET Pin
w13RTH70Lo13-Mar-07 3:27
w13RTH70Lo13-Mar-07 3:27 
QuestionResizing Picture box in StrechImage mode and Gradiant problem!!!??? Pin
Narenge13-Mar-07 2:46
Narenge13-Mar-07 2:46 
QuestionWebservice object parameters from seperate assembly Pin
bradz1513-Mar-07 2:32
bradz1513-Mar-07 2:32 
AnswerRe: Webservice object parameters from seperate assembly Pin
Paddy Boyd13-Mar-07 4:34
Paddy Boyd13-Mar-07 4:34 
GeneralRe: Webservice object parameters from seperate assembly Pin
bradz1513-Mar-07 5:49
bradz1513-Mar-07 5:49 
Questionhow to get text from captcha image Pin
uday_kiran13-Mar-07 2:19
uday_kiran13-Mar-07 2:19 
AnswerRe: how to get text from captcha image Pin
badgrs13-Mar-07 2:46
badgrs13-Mar-07 2:46 
AnswerRe: how to get text from captcha image Pin
Sandeep Akhare13-Mar-07 2:56
Sandeep Akhare13-Mar-07 2:56 
QuestionI need your Opinion about this matter Pin
blitz2bleach13-Mar-07 2:17
blitz2bleach13-Mar-07 2:17 
AnswerRe: I need your Opinion about this matter Pin
Guffa13-Mar-07 7:08
Guffa13-Mar-07 7:08 
QuestionFormView Pin
Tyrone_whitey13-Mar-07 2:05
Tyrone_whitey13-Mar-07 2:05 

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.