Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2006-07-01 : 13:06:57
|
How do u edit the html part of the aspx web pages. Just using Visual Studio with the html view of the page or is there any other simpler and better wayThanks a lot |
|
dfiala
Posting Yak Master
116 Posts |
Posted - 2006-07-01 : 19:54:24
|
You can use any text editor to edit the aspx, and the code-behind (you can use the command line compiler). VS just wraps into a nice package. I know people who use Dreamweaver and even Notepad.Dean FialaVery Practical Software, IncNow with Blogging...http://www.vpsw.com/blogbabyMicrosoft MVP |
 |
|
DustinMichaels
Constraint Violating Yak Guru
464 Posts |
Posted - 2006-07-01 : 22:06:09
|
There is an option in video studio that lets you open up the .ascx files in html mode. I think it is under tools --> Options --> HTML Designer.Also there should be a tab somewhere that lets you switch back and forth from html mode to design view mode. |
 |
|
rtutus
Aged Yak Warrior
522 Posts |
Posted - 2006-07-03 : 20:23:01
|
so that s all, the same html editor in VS. i was wondering if there was something else to make all those beautiful web sites with fancy html presentations. or may be i ll try dreamweaver.thanks a lot |
 |
|
|
|
|