473,394 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

How are you supposed to make a half interesting page in Visual Studio? :-(

Hi there everyone,

I have a fairly open ended but simple question that I could really use some
assistance with. When I first bought visual studio (under the student
license) i thought it was great. Especially the design tool for ASP.net. It
was like making websites as easily as VB or C# - Drag and drop - a total
life saver.

But, now that I want to make some more complicated pages I'm finding it
really hard to work in VS. The other option is of course dreamweaver, but
then its not so good at the coding part - only the design part.

So what does everyone else do? I'm not an html or asp genius, so i need to
use a tool like dreamweaver to design with, but i also need a decent
programming environment like Visual Studio. The two just dont seem to get on
though. For example, I've tried to design pages in dreamweaver and then do
the coding in VS - utterly tedious and i seemed to be hitting loads of bugs.

I'd really appreciate any advice on how you geniuses make even remotely
attractive sites (like this one!) :)

Many thanks to anoyone who can help
Simon
Nov 17 '05 #1
5 2098
I do my HTML for the page in FrontPage, and then copy and paste it into the
page in the VS.Net IDE. From there, I can right-click any form controls to
make them runat server, add WebControls, code, etc.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.

"Simon Harvey" <sh856531@microsofts_free_emal_service.com> wrote in message
news:rS*********************@wards.force9.net...
Hi there everyone,

I have a fairly open ended but simple question that I could really use some assistance with. When I first bought visual studio (under the student
license) i thought it was great. Especially the design tool for ASP.net. It was like making websites as easily as VB or C# - Drag and drop - a total
life saver.

But, now that I want to make some more complicated pages I'm finding it
really hard to work in VS. The other option is of course dreamweaver, but
then its not so good at the coding part - only the design part.

So what does everyone else do? I'm not an html or asp genius, so i need to
use a tool like dreamweaver to design with, but i also need a decent
programming environment like Visual Studio. The two just dont seem to get on though. For example, I've tried to design pages in dreamweaver and then do the coding in VS - utterly tedious and i seemed to be hitting loads of bugs.
I'd really appreciate any advice on how you geniuses make even remotely
attractive sites (like this one!) :)

Many thanks to anoyone who can help
Simon

Nov 17 '05 #2
I normally design my pages in photoshop (or another graphics program),
simply to identify solid elements that I will need, such as a header row, or
a menu column, things that are easy enough to recreate using standard html.
I then complete the page in a text editor using simple html, and split out
the html code into user controls. From there, I can drag and drop the
header, or the menu, or whatever, into a page and not worry about it. Sure,
you won't see the actual page content at design time, but it's a ctrl+f5
away if you need to preview it. Another advantage of this is that it it
keeps your workspace clean while you're designing actual page content.

I was minding my own business when Kevin Spencer blurted out:
I do my HTML for the page in FrontPage, and then copy and paste it into the page in the VS.Net IDE. From there, I can right-click any form controls to
make them runat server, add WebControls, code, etc.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.

"Simon Harvey" <sh856531@microsofts_free_emal_service.com> wrote in message news:rS*********************@wards.force9.net...
Hi there everyone,

I have a fairly open ended but simple question that I could really use some assistance with. When I first bought visual studio (under the student
license) i thought it was great. Especially the design tool for ASP.net. It was like making websites as easily as VB or C# - Drag and drop - a total
life saver.

But, now that I want to make some more complicated pages I'm finding it
really hard to work in VS. The other option is of course dreamweaver, but
then its not so good at the coding part - only the design part.

So what does everyone else do? I'm not an html or asp genius, so i need to use a tool like dreamweaver to design with, but i also need a decent
programming environment like Visual Studio. The two just dont seem to get on though. For example, I've tried to design pages in dreamweaver and then do the coding in VS - utterly tedious and i seemed to be hitting loads of bugs.
I'd really appreciate any advice on how you geniuses make even remotely
attractive sites (like this one!) :)

Many thanks to anoyone who can help
Simon


--
Insert corny line here
Nov 18 '05 #3
Not sure why you're beating up on Kevin. Didn't sound like he was "blurting
out" anything. By the way, I also do my more complex HTML stuff in
FrontPage and then bring that file (or HTML) into VS.NET.
"-=Chris=-" <us*@newsgroup.instead> wrote in message
news:vr************@corp.supernews.com...
I normally design my pages in photoshop (or another graphics program),
simply to identify solid elements that I will need, such as a header row, or a menu column, things that are easy enough to recreate using standard html. I then complete the page in a text editor using simple html, and split out
the html code into user controls. From there, I can drag and drop the
header, or the menu, or whatever, into a page and not worry about it. Sure, you won't see the actual page content at design time, but it's a ctrl+f5
away if you need to preview it. Another advantage of this is that it it
keeps your workspace clean while you're designing actual page content.

I was minding my own business when Kevin Spencer blurted out:
I do my HTML for the page in FrontPage, and then copy and paste it into the
page in the VS.Net IDE. From there, I can right-click any form controls to
make them runat server, add WebControls, code, etc.

HTH,

Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
http://www.takempis.com
Big things are made up of
lots of Little things.

"Simon Harvey" <sh856531@microsofts_free_emal_service.com> wrote in

message
news:rS*********************@wards.force9.net...
Hi there everyone,

I have a fairly open ended but simple question that I could really use

some assistance with. When I first bought visual studio (under the student
license) i thought it was great. Especially the design tool for ASP.net. It
was like making websites as easily as VB or C# - Drag and drop - a
total life saver.

But, now that I want to make some more complicated pages I'm finding it
really hard to work in VS. The other option is of course dreamweaver, but then its not so good at the coding part - only the design part.

So what does everyone else do? I'm not an html or asp genius, so i need
to use a tool like dreamweaver to design with, but i also need a decent
programming environment like Visual Studio. The two just dont seem to
get on though. For example, I've tried to design pages in dreamweaver and
then
do the coding in VS - utterly tedious and i seemed to be hitting loads of bugs.
I'd really appreciate any advice on how you geniuses make even remotely
attractive sites (like this one!) :)

Many thanks to anoyone who can help
Simon


--
Insert corny line here

Nov 18 '05 #4
My intention wasn't to beat up on anybody. I thought I was on the parent
post when I clicked reply. Oops. The "blurted out" line, is my default
news client header... no rude intentions there either.

Sorry.

I was minding my own business when Scott M. blurted out:
Not sure why you're beating up on Kevin. Didn't sound like he was "blurting out" anything. By the way, I also do my more complex HTML stuff in
FrontPage and then bring that file (or HTML) into VS.NET.

Nov 18 '05 #5
Ok Chris. Although, you might want to re-think that News Reader header.
Now, I understand that you didn't mean anything by it, but it may not come
across that obvious to others.
"-=Chris=-" <us*@newsgroup.instead> wrote in message
news:vr************@corp.supernews.com...
My intention wasn't to beat up on anybody. I thought I was on the parent
post when I clicked reply. Oops. The "blurted out" line, is my default
news client header... no rude intentions there either.

Sorry.

I was minding my own business when Scott M. blurted out:
Not sure why you're beating up on Kevin. Didn't sound like he was

"blurting
out" anything. By the way, I also do my more complex HTML stuff in
FrontPage and then bring that file (or HTML) into VS.NET.


Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Daniel | last post by:
I am using VB.NET and for some reason debugging is not working properly. Sometimes it will work and then other times it will not work at all. I will often times have to Start the program using...
3
by: Adam Hartshorne | last post by:
Hi All, I have an interesting problem with the aforementioned IDE. I am using an external library, wildmagic to be precise. I was using version 2 of this library and have just moved to version...
1
by: Brian Henry | last post by:
How do you make a project template like how the add-in project is? I need to make my own custom template so I can create projects with predetermined sets of items and settings. thanks!
12
by: enak | last post by:
I have found some code that shows how to convert an html form to Word. The message said to simply put the following in the Page_load: Response.ContentType = "application/ms-word"...
1
by: Mark | last post by:
Hopefully somebody can help me with this very frustrating problem. In Dreamweaver I have a template page and a page created from this template called Home.aspx. In Visual Studio I have a class...
2
by: rachana | last post by:
Hi, I am trying to deploy a asp.net website developed using Visual Studio 2005 on server. Application works fine on development machine, but when trying to run on server I get following error...
4
by: =?Utf-8?B?QldC?= | last post by:
We have a mixed application that includes managed and unmanaged code. Until recently we've been able to remote debug by disabling the security policy to get the MFC managed dlls to load properly...
21
by: Prisoner at War | last post by:
Hi, People, Is it possible to have an "empty" or "dummy" <a href***without*** the browser jumping back up the page?? I have a hyperlink that doesn't point to another document, but is used to...
7
by: Andy B | last post by:
I have an instance of an object that needs to be accessed by all members of a page like page_load, button_click events and so on. Where in the codebehind would I put the creation of the object...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.