Register  |  Login




Advertisement

Start Your Own Q&A Site

Create your own Q&A site easily, allowing you to quickly grow a new community around any subject matter or generate new organic traffic for your existing website.

Question

Status: Open Points: 125 Time: 11:08 - Dec 06, 2008  

decklonarankk

How do Save info from datagridview and textbox in sql 2000 databse

My form has one(1) datagridview and 7 textboxes and i need to save info. from the datagridview as well as textboxes into the database. Pls help

Categories

Answer Discussion
Tutorials

 

ddrakonn

Date:: Mar 18, 2009

Time:: 04:33

You can create class Info in your project. For example
public class Info
private string textboxInfo1
private string textboxInfo2
.....
Public string TextBoxInfo1
{
get {return textboxinfo1; }
set (textboxInfo1 = value;}
}
.....
private dataTable dataGridInfo
end class

Then in your form do something like next

private void SomeMethod()
{
Info inf = new Info();
inf.TextBoxInfo1 = TextBox1.Text;
.........
// If you load data from List<T> you will need convert to it
// I'm posting only main idea.
inf.DataTable = (DataTable)DataGridView1.DataSource;
}

After this use data from this class create Connections and Commands to post data in DB
Ask me if need more info

thiruhitech

Date:: Mar 18, 2009

Time:: 05:51

hi decklonarankk
i don't know where you using the textboxes. textboxes are with in the datagrid or outside the datagrid say clearly.

admin

Date:: Apr 09, 2009

Time:: 07:14

The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.

The Quomon Team

lnj888

Date:: Apr 24, 2011

Time:: 23:28

What do you mean?
http://www.holeesoft.com/dvd-ripper.html

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Tutorials cannot be submitted until the Answer Discussion is complete.

Submit answers in the Answer Discussion area

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top Experts

View More

Rank

Expert

Points

1.

nidhi

10279

2.

oracleofDelphi

6493

3.

rcastagna

5596

4.

LAGM

4848

5.

PeterNZ

3487

6.

gonzalo

2840

7.

Mason

2770

8.

jgivoni

2303

9.

xarcus

1820

10.

Anpanman

917

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es