Ask a Question related to ASP.NET General, Design and Development.
-
Jordan Marton #1
VB.NET DataGrid / Record Forms
Two questions here.
1) Is it possible to make a vertically setup datagrid. Basically, i am
populating the grid with only information from one record, and I want it to
list downwards as opposed to across. Is this possible?
2) Is there an easy way/template/function in VisualBasic.Net that will
automatically create an insert/update form for a record in a database?
perhpas a modified Datagrid with TextBoxes instead of labels. Is this
possible to do?
THanks
Jordan
Jordan Marton Guest
-
Flash Forms: Goto Next Record, No Reload
How does one load a Flash Form and its initial data; go to the next record using a cfform action and a submit button; and show the next record's... -
First record of datagrid not showing
First record in grid is not showing having been called from stored proc. Grid shows rest of records with no problem. (Using DataReader) Any... -
Not able to delete record from datagrid
hi friends, i simply want to delete record by using asp.net datagrid control for that i need to pass one cell value to my function which will... -
disable save record on a Continuous Forms
"Adelin C." <adelin.champagne@hrdc-drhc.gc.ca> wrote in message news:0c3c01c356a8$34bcaaa0$a501280a@phx.gbl... If you don't want the user to make... -
[PHP] walking through database one record at a time with forms.
Better would be to make combos (reject, accept) and then submit them all at once. Displaying a separate html page for each row is slow and pain to... -
S. Justin Gengo #2
Re: VB.NET DataGrid / Record Forms
Jordan,
1) Is it possible to make a vertically setup datagrid. Basically, i am
populating the grid with only information from one record, and I want it to
list downwards as opposed to across. Is this possible?
You would be better off using the DataList or Repeater control. They are
more appropriate for this type of display. I would probably use the datalist
myself.
2) Is there an easy way/template/function in VisualBasic.Net that will
automatically create an insert/update form for a record in a database?
perhpas a modified Datagrid with TextBoxes instead of labels. Is this
possible to do?
Yes! While in your web project go to the menu and click "File-Add New Item"
then in the template area (on the right) of the window that opens choose the
"Data Form Wizard"
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Jordan Marton" <JMarton@NOSPAMmarketaxess.com> wrote in message
news:upYxeh$WDHA.2352@TK2MSFTNGP12.phx.gbl...to> Two questions here.
>
> 1) Is it possible to make a vertically setup datagrid. Basically, i am
> populating the grid with only information from one record, and I want it> list downwards as opposed to across. Is this possible?
>
> 2) Is there an easy way/template/function in VisualBasic.Net that will
> automatically create an insert/update form for a record in a database?
> perhpas a modified Datagrid with TextBoxes instead of labels. Is this
> possible to do?
>
> THanks
> Jordan
>
>
S. Justin Gengo Guest



Reply With Quote

