asp.net - SQL Server Connection to Drop Down List -


I have successfully created a connection to my SQL server and when I test the query in Visual Studio, the results set of all Finds the right result ... But when I examine the form to see if the result set looks at the drop down list properly then I get System.Data.DataRowView in the list, Not my results set

Can someone advise me that when I test the query in my IDE, it works, but when I run the form, does it show results in the top drop-down list? It can be as simple as a setting, I do not know about it.

I am developing the form in asp.net and logic in vb.net in the visual studio environment

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -