how can i show the data of sql table in different dropdown
list?
Answer / prabhanshu srivastava
DropDownList1.DataTextField(sqldatareaderobject.datatable);
Mail id: developerprabhu@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the code for closing the form(using controls) instead of directly closing it?
What is a variable in asp?
What are Scripting Objects?
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
What is difference between server.transfer and response.redirect ?
2 Answers CIStems Software, Effexoft, VebTel,
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
6) Events in page life cycle?
Is asp a programming language?
How to refresh an asp page on a single click of a button?
What is the difference between the value-type variables and reference-type variables
what is meant by ajax
Explain the event handlers of session object?