How to download files from my website (C#,ASP.NET3.5)?
Hello ;
I am new to this, but I have great hope that my my ASP.NET knowledge will increase faster using this site... I have 2 questions:
First: What is the best way to display a formatted data into a webpage? In my first web site (I am developing now) I stored formatted text to SQL Server database (I used FCK Editor),each of my pages will retrieve the content and display it.. I created a web user control,that has a repeater and inside a repeater there is a label which has a databinding property set to
Eval("FullText")....Is there another way I could display my formatted text?
Second:In my website, which is not published yet I have a folder that contains ZIPed files, I want my users to down load files from this folder,the
name of the file is retrieved from a query string parameter.. I need a helpful link in C# code which explains to me how to do this...Please Help!
I appreciate any help
And Thank You ...
Tamara
|