Search:

Type: Posts; User: Subbarajav; Keyword(s):

Search: Search took 0.00 seconds; generated 48 minute(s) ago.

  1. Answers
    6
    Views
    27,833

    ASP.NET Re: Bind dropdown list to textbox

    Usha,
    U can write like this, dropdownlist.Attributes.Add("onchange","funname();");

    Script side,
    function funname()
    {
    TextBox1.value=this.value;
    }
  2. Answers
    3
    Views
    7,272

    ASP.NET Re: Thread in ASP.net

    U can use like this, this will consider the current thread will sleep upto 100 mseconds.
    Thread.Sleep(100);
    Can u breif me u r req..
Results 1 to 2 of 2
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact