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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dreamweaver and .NET

Status
Not open for further replies.

cjburkha

Programmer
Jul 30, 2004
76
US
Hi,

I need to buy a web development tool, and I am trying to decide between Dreamweaver and VS.NET 2003.

My main point is how well Dreamweaver handles intellisence. If I use a datagrid, for example, will Deamweaver tell me what methods and properties my datagrid has?

If I make my own class and include it in the page, will Dreamweaver tell me what methods and properties my class has? I know VS will do this, but I was wondering if Dreamweaver does this for .NET.

For example, if I am using JavaScript in Dreamweaver, and I write string. then all the string methods will come up, and I don't have to look in the reference to see if it is string.length, string.len, string.Length, string.Length(), or even something like string.GetUBound().

Thanks for your time,

CJB
 
I have just started using DW for .net development. Others in my team are using VS but as I am more familiar with the DW interface I can quickly develop better looking pages with DW.

Hope that helps Cheech

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top