Master/Detail Question

I have two tables. Master and Detail. three of the fields in the Master table hold data that I want to carry over into the same fields in the Detail table when I add a new Detail record. How do I do this? I'm able to carry over the Master key, but am failing to be able to populate the other fields.

View Replies


ADVERTISEMENT

Dreamweaver MX Asp Page Won't Insert Master Detail

I have defined a recordset in Dreamweaver to retreive information from an Access Database Table, but everytime I try to insert a master detail page, a dialog box asks me to first create a recordset, which I already did. Any thoughts on why it keeps doing this?

View Replies View Related

Detail Of Page

I am re-building my website using ASP with an Access Database and Dreamweaver MX 2004.
I have successfully built a product page with previous and next buttons which works fine, this is set to show one product per page.

I also have a detail page which works through a third button on the main product page, this is also set show one product per page, which works okay and takes you to a detail page which then shows further details of the product, but if I go back to the product page using a "Back" button and then use the "Next" button to show the next product in the database this is ok but when I view the detail page the product has not updated and still displays the first product page, I am linking the product page to the detail page using the behaviour "Go to detail page". So the question is how do I get the detail page to link correctly with the product page. Am I using the wrong behaviour ??

View Replies View Related

Detail Page In Dreamweaver

I created a connection, recordset and master detail page using dreamweaver.

When I go to preview the page, I get an error:

"Data source name not found and no default driver specified"

Which tells me that there is not a DSN on the server. I defined the DSN locally, under System DSN. So, does that mean it is only on my system? Do I have to create the DSN on the server?

Here is the code for where I am getting the error: ....

View Replies View Related

Master Pages

I have downloaded the Visual Web Developer 2005 Beta 2 from Microsoft.I am trying to create a Master Page that all (well, most) of the pages on my site will use. Some of my pages are displayed dynamically from a database. For example, a datagrid can have 5 rows sometimes and 500 rows other times depending on what the user chooses.

My problem is that I created a sample Master Page with a header and footer and 'attached' them to a content page. The footer doesn't dynamically move to the bottom of the page when larger datagrids are loaded. It stays in the same place as it is in 'design' mode in the IDE. Also, I have tried to create other static pages, but if I realize I need more space, I have to go in and move the footer down in the master page. Otherwise the footer is right in the middle of the content when I run the page. Any tips?

View Replies View Related

Master Pages And There Elements

I have a master page with one Content Pane, on the left is a Nav bar that has a Login View in it so if the person is an Admin they see on thing if they arn't they see another.

For the regular users I have a gridView that displays a lists of dates pulled from the database. I want to access the selected value there normally if it was inside my content page i could just do Code:

EventID = ((Label)GridView1.SelectedRow.Cells[1].FindControl("Label1")).Text;

But now except GridView on is no longer in my Content Pane but on my Master Page how do I reference to it?

View Replies View Related

Linking Multiple Css Files To A Master Page

We have a master page set up and it is tied to its css file through the standard method in the <head> tag. What I would like to do though is from another page inheriting the master page to add another link to a css file.

That way i can have the sites global file used to make the general apperance consistent, then make the internal content more flexible without destroying the current css file.

Is this a possible task? When i went into the main master page and tried to add a <asp:contentplaceholder id="additionCSS" runat="server" /> tag to the head. When this is done visual studio alerts me saying it doesn't recognize the tag 'asp'. Is there a way around this? We are only just rewriting the site to use master pages now so I'm still figuring it out.

View Replies View Related

Trying To Execute A File Using Exec Master.dbo.xp_cmdshell, From ASP

I have this file I need to execute from an ASP client. since we have installed it on the SQL Database server machine, I thought I could run it like this: Code:

View Replies View Related

How Would You Design This-part Master/labor Form

Got an item master, think of it like an inventory: description, supplier, cost, unit of measure, etc.

There is an item_type field, which, when set to a particular value, REQUIRES that labor be also entered for this inventory item. I was going to just show/hide a part of the form, but the kicker is that more than 1 labor item can be entered for each inventory item.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved