Which property on a Combo Box do you set with a column name,
prior to setting the DataSource, to display data in the
combo box?
Answer Posted / kakani
DataTextField property
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the code Access Security (CAS) in .net Framework?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What is a 307 redirect?
How many types of session state management options available in asp.net?
What is fulltrust?
Define reflection in .net?
What is a SESSION and APPLICATION object?
What is the advantage of mvc over asp.net? : Asp.Net MVC
Define web.config in .net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How would you turn off cookies on one page of your website?
What are the Types of chaching. How to implement caching
What is the difference between login controls and forms authentication?
Explain difference between friend and protected friend?