|
 |
aspx_beginners thread: Grids
Message #1 by "Steve Bartis" <steve.bartis@d...> on Thu, 26 Sep 2002 16:07:20
|
|
I want to populate a grid on a form by entering information in several
textboxs and then when I click on a button it will fill the the grid. Then
allow me to enter new data in the textboxs and then add then to the grid.
Example: First Name: ??????? Last Name: ?????? Button
grid: Bartis|Steve
Doe |John
can someone help me
Message #2 by "ramprasad upadhyaya" <rpu_forum@y...> on Sat, 28 Sep 2002 11:16:11
|
|
Hi,
This is very simple. 1.Create an asp.net web application 2.Open
default aspx page 3. Put the Text box control as meny as you want 4.Put
one HTML button 5.on click event write a javascript to submit to same
page, with some query string. 6. Insert a datagrid on the form. 7. Page
onload get the data saved from the database and fill the grid. 8. On click
of save , insetrt the data to the database and fill the grid..
Thats all...
any queries get back to me
Ramprasad
> I want to populate a grid on a form by entering information in several
t> extboxs and then when I click on a button it will fill the the grid.
Then
a> llow me to enter new data in the textboxs and then add then to the grid.
E> xample: First Name: ??????? Last Name: ?????? Button
> grid: Bartis|Steve
> Doe |John
c> an someone help me
Message #3 by "Steve J Bartis" <Steve.Bartis@d...> on Mon, 30 Sep 2002 07:42:23 -0400
|
|
This sounds good but i don't want to use a a database. I want to load the
grid like you load the flex grid in vb
"ramprasad upadhyaya" <rpu_forum@y...>
09/28/2002 07:16 AM
Please respond to "aspx_beginners"
To: "aspx_beginners" <aspx_beginners@p...>
cc:
Subject: [aspx_beginners] Re: Grids
Hi,
This is very simple. 1.Create an asp.net web application 2.Open
default aspx page 3. Put the Text box control as meny as you want 4.Put
one HTML button 5.on click event write a javascript to submit to same
page, with some query string. 6. Insert a datagrid on the form. 7. Page
onload get the data saved from the database and fill the grid. 8. On click
of save , insetrt the data to the database and fill the grid..
Thats all...
any queries get back to me
Ramprasad
> I want to populate a grid on a form by entering information in several
t> extboxs and then when I click on a button it will fill the the grid.
Then
a> llow me to enter new data in the textboxs and then add then to the
grid.
E> xample: First Name: ??????? Last Name: ?????? Button
> grid: Bartis|Steve
> Doe |John
c> an someone help me
---
Beginning ASP.NET Databases using VB.NET
http://www.wrox.com/ACON11.asp?ISBN=1861006195
Beginning ASP.NET Databases using C#
http://www.wrox.com/ACON11.asp?ISBN=1861007418
These books look at how we can create data-centric ASP.NET
applications. Requiring some basic knowledge of ASP.NET,
Access and SQL the authors guide you through the process
of connecting and consuming information in a variety of
ways. They are packed full of excellent illustrative code
examples, demonstrating important fundamental principles.
|
|
 |