Tagged Questions

0
votes
0answers
11 views

how to create a master detail insert form

i'm using the Northwind database and I want to create a C# .Net Framework windows form to generate an order input. I already linked the tables in my dataset and the binding source …
1
vote
3answers
32 views

How to check that a record of master table is being used/referenced by child table

In my ERP application, I am taking a extra field named 'IsRemoved' as boolean. Whenever a user deletes any record, the record is not deleted - only its "IsRemoved" column gets valu …
0
votes
1answer
108 views

How to make a subreport/master-detail in VS crystal reports without it being clickable?

Often I'm creating reports in Visual Studio's Crystal Reports and want to have a master-detail or 1-many type thing. Something like this: Invoice Number 13245 Total: $1,000,00 …
0
votes
2answers
80 views

What .NET control do i want to use?

What .NET control do i should i use to display this to the user? I have 2 types of elements, a package and item. The data an item contains is id, size and status. The package can …
0
votes
1answer
101 views

Master-Detail View ASP.NET MVC

Hello Everybody, I'm new to MVC and I'm involved in a project that is developed with ASP.NET MVC 1.0. I'm also weak in JavaScript :-( I'm trying to demonstrate how Master-Details …
0
votes
1answer
78 views

Aggregate detail values in Master-Detail view

I have a master-detail relationship in some custom entities. Say I have the following structure: class Master : INotifyPropertyChanged { public int Id { get; set; } // + prop …
0
votes
0answers
16 views

Implementing a non-hierarchical Master-Detail pattern in WPF

I'd like to implement the Master-Detail pattern in my WPF application, so that when the user selects an item in a ListView its details are displayed elsewhere. However my data sour …
3
votes
3answers
526 views

Updating Parent/Child Records with model binders in ASP.Net MVC

I have modified the Nerd Dinner application to allow editing of child records by adding the following code to the DinnerForm.ascx <p> <%int i = 0; foreach (NerdD …
0
votes
1answer
83 views

What’s the best way to display a single record in a webpage?

I have a master/detail form. I have a jquery grid for the detail, works fine. I'm not sure how to display the master single record. I don't want to use an html table. Just a st …
0
votes
4answers
230 views

Rails Form Builders - How to display a read only field or protect a field

I have created a form that needs to show data from 2 tables (parent and child). When the form is submitted only the child fields are updated (the parent fields are meant to be disp …
0
votes
1answer
59 views

How do you do List/Detail Editing with a UITableView?

What's the best way to have a list of text items, tap on one and be able to edit it? How about going to a detail view? But then how do you get your change back into the UITableView …
0
votes
1answer
53 views

Saving/editing parent and child information on same webpage

This is a question related to how people are handling a situation in the user interface for a web application. I have a page which is displayed when a user wants to create/edit a …
0
votes
1answer
207 views

Gridview row information disappearing after selectedIndexChanged

I have a master/details setup with a GridView and DetailsView both in UpdatePanels. When the DetailsView is edited and updated, I want these changes to be reflected in the GridVie …
1
vote
2answers
289 views

How to handle entity creation/editing in a master-detail

I'm wondering what strategies people are using to handle the creation and editing of an entity in a master-detail setup. (Our app is an internet-enabled desktop app.) Here's how w …
0
votes
2answers
375 views

How to insert records in master/detail relationship

I have two tables: OutputPackages (master) |PackageID| OutputItems (detail) |ItemID|PackageID| OutputItems has an index called 'idxPackage' set on the PackageID column. Ite …

1 2 next
15 30 50 per page