Hello,
How to show search results from Database WITHOUT Gridview.
I am making property dealing site in which when user seraches the property the results should come on the webform not in a gridview control How can i acheive this???

Recommended Answers

All 2 Replies

You may choose other data controls like - DataList, Repeater, ListView and so on. If you don't want to use the data controls then you can iterate the result using loop and render it by wrapping html tags.

Please post your SSCCE.

1.fill your dropdownlist with any unique/primary key through datareader
2.then use SELECT querry
3. open connection
4.execute querry
5. close connection

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.