Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

ASP.Net 2.0 support

New Here ,
Oct 25, 2007 Oct 25, 2007
I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run it? I would like to use the ASP.Net object HiddenField.
TOPICS
Server side applications
326
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 25, 2007 Oct 25, 2007
Use one of the Visual Studio products to do 2.0.


"chazter6" <webforumsuser@macromedia.com> wrote in message
news:ffqsem$1qu$1@forums.macromedia.com...
>I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it
> possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run
> it?
> I would like to use the ASP.Net object HiddenField.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 25, 2007 Oct 25, 2007
You can use the DreamWeaver editor to write any kind of code, but you won't
get much use from any of the built-in tools, templates, etc.

For coding, you should use Visual Studio, There are express versions that
are free; check the Microsoft site.

HTH,

Steve


"chazter6" <webforumsuser@macromedia.com> wrote in message
news:ffqsem$1qu$1@forums.macromedia.com...
>I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it
> possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run
> it?
> I would like to use the ASP.Net object HiddenField.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 26, 2007 Oct 26, 2007

>I read somewhere the Dreamweaver 8.0.2 only supports upto ASP.1.1. Is it
> possible to manually code ASP.NET 2.0 objects in Dreamweaver 8.0.2 and run
> it?

Yes, but that kind of defeats to main points of ASP.net 2.0

1) VS. drag and drop built in web controls
2) compiled code

If you do ASP.net, better off using VS.net

-Darrel


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 26, 2007 Oct 26, 2007
LATEST
-m-@v@-m-, Steve, darrel,

Thanks for replying. I am heading to that direction using Visual Studio. I have downloaded VS Express for ASP.Net applictions.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines