Wednesday, August 11, 2010

How to display data of listbox1 on grid view by pressing button in visual C#...OR ASP.NET..please help me ..?

Well what code do you have and where are you stuck? It seems pretty straightforward to me. Just make the controls and make a button click event. In the click event, build a datatable or something based on the listbox data and whatever else, and bind it to the gridview. That's it.

No comments:

Post a Comment