Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: multi-column tree control Pin
Jay Shankar19-Aug-04 21:05
Jay Shankar19-Aug-04 21:05 
Generalinvoke click on composite control Pin
ddelapasse19-Aug-04 8:10
ddelapasse19-Aug-04 8:10 
GeneralRe: invoke click on composite control Pin
ddelapasse19-Aug-04 8:29
ddelapasse19-Aug-04 8:29 
GeneralCalling .NET component from unmanaged C++ DLL Pin
mhand7519-Aug-04 8:07
mhand7519-Aug-04 8:07 
GeneralRe: Calling .NET component from unmanaged C++ DLL Pin
Anonymous19-Aug-04 10:42
Anonymous19-Aug-04 10:42 
GeneralRe: Calling .NET component from unmanaged C++ DLL Pin
Nick Parker19-Aug-04 12:32
protectorNick Parker19-Aug-04 12:32 
GeneralUpdating a single row Pin
C#Coder6719-Aug-04 6:28
C#Coder6719-Aug-04 6:28 
GeneralRe: Updating a single row Pin
sreejith ss nair19-Aug-04 19:09
sreejith ss nair19-Aug-04 19:09 
hi,

You wrote

When the user clicks the Insert button, I want to add a new row with values entered by the user.

In your button click you can do this much things.
1. check alll validations.
2. create a datarow of your datatable.
3. assign the input values to proper data column .
4. add this new row to your datatable.
5. Update using dataadapter.

**************************
S r e e j i t h N a i r
**************************
GeneralWeb form user controls Pin
BillAnton19-Aug-04 6:03
BillAnton19-Aug-04 6:03 
GeneralRe: Web form user controls Pin
leppie19-Aug-04 6:27
leppie19-Aug-04 6:27 
GeneralCreating SQL table with installer. Pin
IrishSonic19-Aug-04 4:52
IrishSonic19-Aug-04 4:52 
GeneralRe: Creating SQL table with installer. Pin
Not Active19-Aug-04 5:05
mentorNot Active19-Aug-04 5:05 
GeneralRe: Creating SQL table with installer. Pin
Christian Graus19-Aug-04 13:03
protectorChristian Graus19-Aug-04 13:03 
GeneralRe: Creating SQL table with installer. Pin
IrishSonic19-Aug-04 22:43
IrishSonic19-Aug-04 22:43 
GeneralRe: Creating SQL table with installer. Pin
Christian Graus22-Aug-04 10:34
protectorChristian Graus22-Aug-04 10:34 
GeneralRe: mypacman Pin
Not Active19-Aug-04 5:15
mentorNot Active19-Aug-04 5:15 
QuestionHow to store and retrieve metadata about a database table column? Pin
Salil Khedkar19-Aug-04 2:51
Salil Khedkar19-Aug-04 2:51 
QuestionWhat is the optimal way to transfer files over sockets? Pin
Salil Khedkar19-Aug-04 2:44
Salil Khedkar19-Aug-04 2:44 
GeneralClass Properties Pin
minity19-Aug-04 1:52
minity19-Aug-04 1:52 
GeneralRe: Class Properties Pin
Nick Parker19-Aug-04 5:55
protectorNick Parker19-Aug-04 5:55 
GeneralEditing the Registry Pin
Stuggo19-Aug-04 0:52
Stuggo19-Aug-04 0:52 
GeneralRe: Editing the Registry Pin
BrcKcc19-Aug-04 4:06
BrcKcc19-Aug-04 4:06 
GeneralRe: Editing the Registry Pin
Salil Khedkar19-Aug-04 20:20
Salil Khedkar19-Aug-04 20:20 
GeneralControl properties Pin
lustuyck18-Aug-04 23:52
lustuyck18-Aug-04 23:52 
GeneralRowFilter Pin
Reinier van de Wetering18-Aug-04 22:56
Reinier van de Wetering18-Aug-04 22:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.