Home All Groups Group Topic Archive Search About

How to add a new record in DataGridView? (For Web Project)

Author
15 May 2006 6:15 AM
蟲蟲小姐
How to add a new record in DataGridView? (For Web Project)

I want to know the syntax?

Is anybody can help me? Thanks a lot.

Author
15 May 2006 7:02 AM
Cor Ligthert [MVP]
You cannot,

A DataGridView is a control for a windowsform project.

For the web is the GridView

http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx

I hope this helps,

Cor

Show quoteHide quote
"????" <v**@netvigator.com> schreef in bericht
news:1147673708.519188.116690@g10g2000cwb.googlegroups.com...
> How to add a new record in DataGridView? (For Web Project)
>
> I want to know the syntax?
>
> Is anybody can help me? Thanks a lot.
>