Re: best way to proceed
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Wed, 7 Dec 2005 09:09:58 -0500
Hi,
Is this a web app?
You can use any list control as long as it allows you to make changes to
the rows (or place any kind of control you want) a datagrid may be useful.
you then have to iterate in the control to each row and see if any change
was done.
you can add a button "Add Column" to add a new row.
cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Jeff User" <jeff31162@xxxxxxxxxxx> wrote in message
news:ffkdp15uk92ck328iur3e08a45kpjmmho8@xxxxxxxxxx
> Hello all
> I need to build a web form that will allow user to enter database
> table column definitions. Each row on the form would contain column
> name, data type (chosen from a drop down list), size (if applicable)
> and other wonderful attributes. I will then take this input and build
> a CREATE table statement.
>
> I am using C# in vs2003, .net 1.1
>
> I have been reading through several groups here to get ideas, but
> really dont know what would be best.
>
> One idea is to use a datagrid, that would initially have one empty row
> with blanks or drop down lists as needed in each field (of grid). User
> would fill in each field in grid then start a new (dynamically added)
> row in the grid.
>
> or another idea is
> present 1 textbox, dropdownlist,etc as needed for describing one table
> column and then when finished filling those in, generate an HTML table
> display showing the new row of information that was just added
> (representing 1 table column), while displaying new empty text
> boxes,etc again to begin creating the next column definition.
>
> Should be able to have a check box or delte button on each row to
> delete an entry if desired.
> Of course I want it to do everything but not be complicated ;o)
>
> Any ideas, input, links, (already written code :o) )
> is appreciated.
> Jeff
>
.
- References:
- best way to proceed
- From: Jeff User
- best way to proceed
- Prev by Date: Re: Socket.Select() > 64 connections
- Next by Date: Re: finding strings with regex
- Previous by thread: best way to proceed
- Next by thread: Managing relations
- Index(es):
Relevant Pages
|