The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: DropDownList Data Binding From XML File in ASP.Net
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Dharmendra YadavPosted Jan 20, 2013, 6:52 AM
i have a dropdownlist control on masterpage in asp.net. I have a database named "onlineshopping" have a table named "product_Details" with column product_Name,product_id, product_category,price etc. on the content page i m using a dropdownlist to show the record of product on selecting the category from dropdownlist. i m usin session object to handle this problm bt i m unable to do this how it is possible. Plz help..............
Dharmendra YadavPosted Jan 20, 2013, 6:51 AM
i have a dropdownlist control on masterpage in asp.net. I have a database named "onlineshopping" have a table named "product_Details" with column product_Name,product_id, product_category,price etc. on the content page i m using a dropdownlist to show the record of product on selecting the category from dropdownlist. i m usin session object to handle this problm bt i m unable to do this how it is possible. Plz help..............
Former memberPosted Oct 2, 2012, 1:10 PM
You article is really nice . i have found a similer article. http://www.dotnetpools.com/Article/ArticleDetiail/?articleId=27&title=Binding%20Dropdownlist%20Control%20To%20An%20xml%20File%20Using%20C#%20in%20Asp.Net
Sam HobbsPosted Jun 8, 2011, 7:27 PM
Does ASP not have any way to load data into memory once per application execution or once per session? It seems to me that if that is done then database tables could be more efficient.
Suthish NairPosted Jun 8, 2011, 5:47 AM
using DataSet, ReadXml method and later binding to dropdown list.