locked
Master / detial web form RRS feed

  • Question

  • User803642803 posted
    Hi
    i need sample of master/ detial web form using. 2 table like order tabe and detial
    Table and this web form use for example
    Textbox for order number , text box customer and date box for order date ...etc

    And grid view for for detial table having item name ,qty,price ...etc

    And this sample in asp using vb

    Many thank for any help

    Ayman
    Saturday, September 24, 2016 8:24 PM

Answers

All replies

  • User1283705980 posted

    Hi,

    Firstly, I can't understand what you need.

    I suggest you could explain more about your requirement.

    Do you mean your master table has some texbox and your detail table has the gridview?

    The gridview contains the information which is selected in the database according to the textbox value.

    Secondly, we will not write a all codes for you.

    As you know, this forum is a support forum, not a free work team.

    So we will just tell you how to do it not do everything for you.

    Sunday, September 25, 2016 8:07 AM
  • User475983607 posted

    i need sample of master/ detial web form using. 2 table like order tabe and detial
    Table and this web form use for example
    Textbox for order number , text box customer and date box for order date ...etc

    Master/details design is a very mature subject.  Here are a few Microsoft tutorials.

    https://msdn.microsoft.com/en-us/library/stc0szde.aspx

    https://msdn.microsoft.com/en-us/library/aa581796.aspx

    http://forums.asp.net/t/1991920.aspx?Best+Strategy+for+Master+Detail+Data+Form+in+MVC+5

    Is there anyway you can post your code and describe the issue you are having?

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Sunday, September 25, 2016 12:30 PM