Results 1 to 3 of 3

Thread: Create complex form

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2022
    Location
    Wellesley, MA
    Posts
    1

    Create complex form

    I am new to VS 2022 , had some training in VB 2005... but not ASP. I would like guidance/suggestions on presenting client with basic "TeacherInfo" and 2 subforms "AddressHistory" and "RolesHistory", data exist on SQL DB as 3 tables. Screen should contain 1 Teacher each having 2 subforms, each have history < 20 rows. I currently do this with an MS Access form application bound to two subforms. Trying to recreate consistent look/feel to client. I need to present CRUD operations. I am restricted (by employer) to only use ASP.NET Web Application (with Framework) using only VS2022 w/VB. OR from a Web designer perspective, would it be, regarding response time, better to put the basic infor one one screen, along with 2 radio buttons which should always return to main form and the update SQL tables. I have seen quite a few videos with CRUD and User Controls. Guidance/Steps on best approach greatly appreciated.
    Attached Images Attached Images  

  2. #2
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    25,458

    Re: Create complex form

    Asp.Net Form creation is similar to HTML/CSS. You can use 2 forms...

  3. #3
    Super Moderator dday9's Avatar
    Join Date
    Mar 2011
    Location
    South Louisiana
    Posts
    11,698

    Re: Create complex form

    What is your experience with web technologies, e.g. JSON, JavaScript, HTML, CSS, etc.
    "Code is like humor. When you have to explain it, it is bad." - Cory House
    VbLessons | Code Tags | Sword of Fury - Jameram

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width