Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Newbie:Never done C#: Can I code for a link like HTML?

Status
Not open for further replies.

eramgarden

Programmer
Aug 27, 2003
279
US
I've never done C# before... But i want to write a small app for a webpage...

I have a webpage with 4 link on it, 3 of them points to a website (href=" and the forth one points to a file on the "c drive". The page also has images.

Is it possible to do this webpage in C#? ie: have 4 links, click on the links and have webpages/file display?

If yes, a sample code would be great.

Thanks a lot.
 
I think this is a case of: Yes, you can, but all that can already be done much easier with HTML.

But if you want to do this in ASP.NET, you might want to ask in that forum.

Chip H.


If you want to get the best response to a question, please check out FAQ222-2244 first
 
The 4th link pops-up a msg saying "do you want to download the file or save it to disk".

Anyway to do this first page in C# and NOT have the msg pop-up??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top