|
-
June 2nd, 2011, 10:09 AM
#1
DataGridView in ASP.NET
Hi
I am quite new to the ASP.NET framework and I am trying to design a datagridview table that does the following:
1. Retrive data from an existing database using a connection string
2. Displays that data
3. Allows user to edit and make changes to every row in the datagridview.
4. Allows to user to insert data (at the footer) into the dataset through the datagridview table using textboxes and dropdownlists
5. The dropdownlist contains elements from another database retrieved through another connection string.
lets say for example that my dataset contained the following columns:
1. ID Number
2. First Name
3. Last Name
Thank You in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|