hi.. i'm new in programming and i have some difficulties..
is it possible to dynamically populate a textfield after making a selection from a drop down list??
can anyone help me please?
thanks in advance!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gaurav AgarwalPosted May 2, 2013, 2:21 AM
dorpdown1_selectedindexchange()
{
textbox1.text=dropdown1.selectedvalue;
}