Hi all,
I have a dropdownlist,one multiline textbox, RadioButtonList and a button.when page is loaded names are attached to dropdownlist and when i choose and name from the dropdownlist corresponding details are shown in the textbox.
Now i want to download it with several format like .doc,.pdf,.txt .To do it in RadioButtonList there are three ListItems (doc,pdf,txt).when i choose one of those ListItem and click download button,it will download according to the format i have selected in listitem.
Thanks
Loading

Satyapriya NayakPosted May 16, 2010, 9:30 AM
Iam attaching the bitmap image .
Thanks
Satyapriya NayakPosted May 16, 2010, 9:26 AM
Actually when i choose a name in dropdownlist its correspoding resume will be shown in the textbox which is stored in the database.so,i want to download it any of the format(doc,pdf,txt) i have to select the radiobutton list item and then click download ,hence it will force to download the file.
Iam attaching the bitmap image .
Thanks
CrishPosted May 16, 2010, 8:30 AM
R you saving all these three types of files in folders ?
If yes then you just need to provide path onclick of button.
On button click event write path of button.
Don't forget to Mark Do you like this Answer that solved your problem!