public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
_Default obj = new _Default();
Thread thread = new Thread(new ThreadStart(obj.ThreadStart));
thread.Start();
}
public void ThreadStart()
{
reading();
}
private void reading()
{
}
}
1 Replies - 2027 Views - Last Post: 02 November 2011 - 05:16 AM
#1
Error while Setting Web label Control form a Thread
Posted 01 November 2011 - 10:38 PM
Replies To: Error while Setting Web label Control form a Thread
#2
Re: Error while Setting Web label Control form a Thread
Posted 02 November 2011 - 05:16 AM
Let's not open duplicate topics - just add to the thread next time!
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote






|