Well I tried to search a lot but couldnt get it so I am posting this question here. In my application I am binding the Dropdown menu with the column of the SQL Table in database.
The user will select the appropriate choice from the drop down menu and add some data in the text box provided along with.
The problem I am facing is that I want to export he entire thing like the particular selection in the drop down and the data in the textbox into excel file once the button is clicked.
How should I approach in exporting the data into Excel worksheet.