ASP.NET textbox control is not geting refreshed..

  • Thread starter Thread starter Jitendra Singh via .NET 247
  • Start date Start date
J

Jitendra Singh via .NET 247

I have created a thread in code behind(vb.net) in ASP.NET. Thisthread puts some value in the textbox(server control) on someevent when page is already loaded. But this value is not beingshown or getting refreshed in the corresponding textbox in thepage(no error comes).
 
Are u waiting for the spawned thread to set the value before the page render
is over? Perhaps by the time you set the value from the thread, the page has
already rendered completely? Just a thought..

btw, what makes u spawn a thread on server side?

-Raj


I have created a thread in code behind(vb.net) in ASP.NET. This thread puts
some value in the textbox(server control) on some event when page is already
loaded. But this value is not being shown or getting refreshed in the
corresponding textbox in the page(no error comes).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top