Results 1 to 2 of 2

Thread: web form templates??

  1. #1

    Thread Starter
    Fanatic Member drpcken's Avatar
    Join Date
    Apr 2004
    Location
    devenv
    Posts
    591

    web form templates??

    I have MANY forms to write, which really isn't a problem, but I don't want to create a seperate page for each form. I'm wondering is there a way to write the forms as a class or its own object (maybe even a template) and then call it based on some criteria of a drop-downlist the user selects? See there are two drop downlists and when they select certain items in the DDL it will bring up one of the forms I have to write, depending on their selection. Each form will have its own set of calculations to perform.

    Hope this makes sense. Thanks for all the help guys!

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Re: web form templates??

    Multiple suggestions:

    IFRAMES
    POPUP Windows
    ASCX Web User Controls, all added to the same page (with the drop down)

    Or, my personal favorite:
    IE Web Controls for .Net, using the MultiPage object:
    http://www.asp.net/IEWebControls/Dow...ndex=0&tabid=1
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

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