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

DW MX 2004 - asp.net record insertion form wizard

New Here ,
May 17, 2009 May 17, 2009

Copy link to clipboard

Copied

Hello;

I'm using mx 2005 for asp.net development.

I'm making use of the "record insertion form wizard and record update form wizard" a lot.
As you know dw inserts a prebuilt table to the body when using these wizards.
I want to change the template which dw uses to create these tables.

I've searched the program files for this template but I was not able to find it.
I want to find this table code which dreamwear uses to generated the table and modify it so the table dw generates will look like I want.
( so I won't need to modify the generated table code again and again)

Can you help?

TOPICS
Server side applications

Views

629
Translate

Report

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
Participant ,
May 18, 2009 May 18, 2009

Copy link to clipboard

Copied

Can you use style sheets? Just a thought.

Votes

Translate

Report

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 ,
May 18, 2009 May 18, 2009

Copy link to clipboard

Copied

If I use stylesheets I still have to make modifications to every table that DW generates.
But my goal is to make the change to DWs template so It generated the table with my stylesheet everytime.

Votes

Translate

Report

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 ,
May 18, 2009 May 18, 2009

Copy link to clipboard

Copied

MX 2004 was always a bit "gummy" on this.  Instead of using the DW wizard, I downloaded a free version of Microsoft SQL Server Express Edition.  I use that for all table Inserts, Updates,etc.   This accesses the tables directly on the server.  Nothing needs to be synced, put, gotten or whatever.  Use DW for Form and UI creation and making prebuilt queries.

Hope that helps

Jerry H

Votes

Translate

Report

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 ,
May 18, 2009 May 18, 2009

Copy link to clipboard

Copied

LATEST

When I say "table" I mean the html table which dw generates when using the record insertion/update form wizards.

Not the database table.

Votes

Translate

Report

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