Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Admin mods for new db fields

  1. #1
    HomeSecStore is offline Junior Member
    Join Date
    Feb 2009
    Location
    Riverside, CA
    Posts
    17

    Default Admin mods for new db fields

    Hey all,

    I've added a few new fields to the Product table that need to be maintained in the Admin program. Do I just need to modify entityEdit.aspx/.cs or does it go beyond that? This is my first Admin program mod, so a little guidance would be much appreciated.

    Thanks!

    Kevin

  2. #2
    HomeSecStore is offline Junior Member
    Join Date
    Feb 2009
    Location
    Riverside, CA
    Posts
    17

    Default Got it!

    I just had the wrong files - it's entityEditProducts.aspx and entityEditProducts.aspx.cs.

    Kevin

  3. #3
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    What particular change was that? If it's just adding a new field on that page and capture the data inputted on it, then you should be able to handle it in EntityEditProduct.aspx/cs.
    Last edited by ASPAlfred; 02-14-2010 at 07:04 PM.