Html in c#

Asked By Lawrence raja
09-Feb-10 01:16 AM
Earn up to 0 extra points for answering this tough question.
Gud Morning to all,

                           I had some files uploaded in database. then the file names are displayed in dropdownlist. I selected one filename then i click the view button that particular file open as HTML format by c# coding.pls anybody tell me sir.


Thanks in Advanced

  re: Html in c#

Sakshi a replied to Lawrence raja
09-Feb-10 01:21 AM

A simillar article already in eggheadcafe.com
see this,

http://www.eggheadcafe.com/community/aspnet/2/10143791/how-to-save-html-file-in.aspx

  re: Html in c#

Web Star replied to Lawrence raja
09-Feb-10 01:33 AM
 I suggest u don't store all type of file in database , u upload file on hard dervie of server and store file name in database table
And u bind name list of file in dropdownlist , after that u show that file in html page with proper path for that file and file name getting from database.
hope u got my point

  re: Html in c#

Lalit M. replied to Lawrence raja
09-Feb-10 01:51 AM
show this link

http://www.expression-web-designer-help.com/dropDisplay/Populate-Dropdown-from-database.htm
Create New Account