How to type text in downdown list
ASP.NET
4
Posts
3
Posters
0
Views
1
Watching
-
with the keyboard. What did you mean to ask ?
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
-
Look this code.it shows on label1 which item s selected in dropdownlist.Change dropdownlist autopostback property enable Label1.Text = DropDownList1.SelectedItem.Text;
I'm willing to bet $5000 that this is not what the OP wanted.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.