I am developing a c# windows form Application
For eg. If I select 1 value from listbox all the corresponding values should be displayed in Listview using stored procedure with ID as input parameter.
Any code or solution will be appreciated Please
Thanks
Loading
Akhil MittalPosted May 15, 2014, 11:51 PM
When you get the data, populate ypur list box in the same event.