pasterchic.blogg.se

Scriptcase multiple record form master detail checkbox
Scriptcase multiple record form master detail checkbox










scriptcase multiple record form master detail checkbox

The GridView control can be configured to include a Select button for each row that causes a postback and marks that row as the GridView's SelectedRow. For the single page master/details report, we will need a Button for each GridView row that, when clicked, shows the details. Such a hyperlink was added to each GridView row using a HyperLinkField. Recall that in the two-page master/detail report that each master record included a hyperlink that, when clicked, sent the user to the details page passing the clicked row's SupplierID value in the querystring. Clicking the Select button for a particular product will cause its full details to be displayed in a DetailsView control on the same page.įigure 1: Clicking the Select Button Displays the Product's Details ( Click to view full-size image) Step 1: Creating a Selectable GridView

scriptcase multiple record form master detail checkbox

This tutorial will have a GridView whose rows include the name and price of each product along with a Select button. This two page report format can be condensed into one page.

#SCRIPTCASE MULTIPLE RECORD FORM MASTER DETAIL CHECKBOX HOW TO#

In the previous tutorial we saw how to create a master/detail report using two web pages: a "master" web page, from which we displayed the list of suppliers and a "details" web page that listed those products provided by the selected supplier. Clicking the Select button for a particular product will cause its full details to be displayed in a DetailsView control on the same page.












Scriptcase multiple record form master detail checkbox