473,382 Members | 1,775 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,382 software developers and data experts.

<Div> and Visual Studio?

IE 6 supports the DOM for the most part. Am I missing something or is
this absent from Visual Studio 2003? Does Web Matrix have it?

You see, I'm trying to get Visual Studio and Dreamweaver MX to play
together nicely. And with html tables they do. So I thought I'd try
some layers instead of tables. I created some layers in Dreamweaver
then in VS put in some ASP.NET hyperlink, but then Dreamweaver wouln't
let me edit the layer anymore. Is this just wishful thinking on my
part?

I'm a VS and ASP.NET kinda guy but I need to develop a website with a
designer who only uses Dreamweaver. I'm wondering what is going to
break what, or what works and what doesn't work in this scenario. If
anyone has some guidelines I'd like to hear them.

Thanks for your help.
Nov 17 '05 #1
4 5083
Not sure what you're getting at, Bruce. Are you asking if there are classes
in ASP.Net that render divs? Try the Panel Web Server Control
(<asp:Panel...>), the HtmlGenericControl (<div runat=server...>), and of
course, the HTML div (<div>).

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

"Bruce W...1" <br***@noDirectEmail.com> wrote in message
news:3F***************@noDirectEmail.com...
IE 6 supports the DOM for the most part. Am I missing something or is
this absent from Visual Studio 2003? Does Web Matrix have it?

You see, I'm trying to get Visual Studio and Dreamweaver MX to play
together nicely. And with html tables they do. So I thought I'd try
some layers instead of tables. I created some layers in Dreamweaver
then in VS put in some ASP.NET hyperlink, but then Dreamweaver wouln't
let me edit the layer anymore. Is this just wishful thinking on my
part?

I'm a VS and ASP.NET kinda guy but I need to develop a website with a
designer who only uses Dreamweaver. I'm wondering what is going to
break what, or what works and what doesn't work in this scenario. If
anyone has some guidelines I'd like to hear them.

Thanks for your help.

Nov 17 '05 #2
Kevin Spencer wrote:

Not sure what you're getting at, Bruce. Are you asking if there are classes
in ASP.Net that render divs? Try the Panel Web Server Control
(<asp:Panel...>), the HtmlGenericControl (<div runat=server...>), and of
course, the HTML div (<div>).

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

================================================== ==

Good thought. I never considered controls rendering <Div> tags. But
that wasn't really was I was getting at.

In Dreamweaver you can use layers instead of tables. They can overlap
eachother and have transparency. I was looking for the same layer
functionality (or at least compatibility) in Visual Studio. In VS there
isn't even a Div item in the HTML toolbar, and no WYSIWYG layer editting
abilities. Or is this somehow implemented under the covers?
Nov 17 '05 #3
Kevin Spencer wrote:

Not sure what you're getting at, Bruce. Are you asking if there are classes
in ASP.Net that render divs? Try the Panel Web Server Control
(<asp:Panel...>), the HtmlGenericControl (<div runat=server...>), and of
course, the HTML div (<div>).

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

================================================

I retract what I said. The panel controls do seem to have layer
functionality. Was just playing with this. Thanks for the tip.

They do not however seem to overlap or have transparency.
Nov 17 '05 #4
Dreamweaver doesn't have anything that isn't HTML. What Dreamweaver calls
"Layers" are what Microsoft calls "Panels," (in Visual Studio.Net - in
FrontPage they are also called "Layers") and what the W3C calls "divs." divs
can overlap and have transparency, as well as a host of other attributes and
styles. What bemuses me is why these software companies rename such objects.
I can only guess that it's some kind of misguided marketing ploy.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

"Bruce W...1" <br***@noDirectEmail.com> wrote in message
news:3F***************@noDirectEmail.com...
Kevin Spencer wrote:

Not sure what you're getting at, Bruce. Are you asking if there are classes in ASP.Net that render divs? Try the Panel Web Server Control
(<asp:Panel...>), the HtmlGenericControl (<div runat=server...>), and of
course, the HTML div (<div>).

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.

================================================

I retract what I said. The panel controls do seem to have layer
functionality. Was just playing with this. Thanks for the tip.

They do not however seem to overlap or have transparency.

Nov 17 '05 #5

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

Similar topics

61
by: Toby Austin | last post by:
I'm trying to replace <table>s with <div>s as much as possible. However, I can't figure out how to do the following… <table> <tr> <td valign="top" width="100%">some data that will...
44
by: Jim M | last post by:
I have had great success with using <iframe> with overflow-y set to auto. I can get a similar look with the <iframe> tag. BUT... In all cases I need to have fixed heights. Is there a way to...
8
by: localhost | last post by:
I would like to wrap all of the HTML inside of my <body> tag inside a <div> with in my code-behind. I do not want to touch the .aspx page template at all. I know how to make the body tag...
4
by: David | last post by:
I attempted the following <div id="div" runat="server"> <tr><td></td></tr> <tr><td></td></tr> </div> This is to hide a group of rows depending on some business rules in my code behind.
8
by: Patrick | last post by:
Hi you all, I've just downloaded the latest beta of the .Net Framework and Visual Studio Expression 2005 edition. I only created a simple ASPX file with some code-beside/behind (however you want...
3
by: Josef K. | last post by:
Asp.net generates the following html when producing RadioButton lists: <td><input id="RadioButtonList_3" type="radio" name="MyRadioButtonList" value="644"...
3
by: Jim in Arizona | last post by:
Most of the asp.net learning I've done has been from books that were written during the 1.0 framework. I didn't have a copy of visual studio when I started reading them then I got a hold of VS 2005...
2
by: ShankerNair | last post by:
Howdy all, I would like to manipulate an HTML tag - a <div>, using ASP.NET, C# is the code behind. The tag would look something like this - <div id="divLime" style="visiblity:hidden"> ...
8
prino
by: prino | last post by:
Hi all, I've written code (in REXX) that takes files in legacy languages (PL/I, COBOL, z/OS assembler, etc) and converts them into HTML in a format similar to what's displayed in the z/OS ISPF...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.