Click here to Skip to main content
15,915,328 members

Comments by Eli Nurman (Top 5 by date)

Eli Nurman 14-Sep-11 13:12pm View    
I am not threading at all
Using the following code:
MessageBox.Show(MainForm, Q, "", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1);
Also
MessageBox.Show(null, Q, "", MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1);
does not seem to help
Eli Nurman 5-Jan-11 10:28am View    
response.setHeader is a java method. my project is ASP.NET
Eli Nurman 5-Jan-11 9:14am View    
do you have that option on a asp.net page?
Eli Nurman 5-Jan-11 9:06am View    
How would i dispose the connection?
Eli Nurman 20-Aug-10 7:55am View    
This might be because the controls are not directly in the form just in a panel container, you should change the code from "Me.Controls" the "Panel1.Controls"