Click here to Skip to main content
15,910,083 members
Home / Discussions / C#
   

C#

 
GeneralManaged or Unmanaged in C# Pin
Subrahmanyam K1-Mar-05 0:37
Subrahmanyam K1-Mar-05 0:37 
GeneralRe: Managed or Unmanaged in C# Pin
Dave Kreskowiak1-Mar-05 3:29
mveDave Kreskowiak1-Mar-05 3:29 
Questionno support for Oledb provider for ODBC? Pin
Adnan Siddiqi28-Feb-05 23:53
Adnan Siddiqi28-Feb-05 23:53 
Generalhttp stream Pin
ppp00128-Feb-05 22:14
ppp00128-Feb-05 22:14 
GeneralRe: http stream Pin
leppie28-Feb-05 23:40
leppie28-Feb-05 23:40 
Generalset the font of a label to a cutom .ttf file Pin
Navdeep Sidhu28-Feb-05 20:58
Navdeep Sidhu28-Feb-05 20:58 
GeneralRe: set the font of a label to a cutom .ttf file Pin
leppie28-Feb-05 23:33
leppie28-Feb-05 23:33 
Generalappend values in a datagrid by using datatable. Pin
Manzoor Ahmad28-Feb-05 20:36
Manzoor Ahmad28-Feb-05 20:36 
hi,
the vlaues from datatable to datagrid are transferred , the problem is that when i transfer value second time, from datatable to datagrid, it overrides the first valuues of datagrid.

can u tell me how can i append values in a datagrid by using a datatable.

the code snap is like this
private void btnadd_Click(object sender, System.EventArgs e)
{
frmapp_academic_record obj = new frmapp_academic_record();
obj.ShowDialog();
if (obj.flag == true)
{
dgridacademic_record.DataSource = obj.dt.DefaultView;
}
}

GeneralRe: append values in a datagrid by using datatable. Pin
exhaulted28-Feb-05 21:08
exhaulted28-Feb-05 21:08 
Generalwhat's the difference between these two clause? Help!!!! Pin
welsrping28-Feb-05 20:35
welsrping28-Feb-05 20:35 
GeneralRe: what's the difference between these two clause? Help!!!! Pin
Robert Rohde28-Feb-05 21:35
Robert Rohde28-Feb-05 21:35 
GeneralRe: what's the difference between these two clause? Help!!!! Pin
Stefan Troschuetz28-Feb-05 21:38
Stefan Troschuetz28-Feb-05 21:38 
GeneralSharing a Udp Port Pin
Zishan Haider28-Feb-05 20:29
Zishan Haider28-Feb-05 20:29 
GeneralPassing datagrid value to other Form Pin
Adnan Siddiqi28-Feb-05 20:17
Adnan Siddiqi28-Feb-05 20:17 
GeneralRe: Passing datagrid value to other Form[Solved] Pin
Adnan Siddiqi28-Feb-05 23:46
Adnan Siddiqi28-Feb-05 23:46 
GeneralDisabling the Windows Close action in C# Pin
Md Saleem Navalur28-Feb-05 19:35
Md Saleem Navalur28-Feb-05 19:35 
GeneralRe: Disabling the Windows Close action in C# Pin
mav.northwind28-Feb-05 20:00
mav.northwind28-Feb-05 20:00 
GeneralRe: Disabling the Windows Close action in C# Pin
Md Saleem Navalur28-Feb-05 21:00
Md Saleem Navalur28-Feb-05 21:00 
GeneralRe: Disabling the Windows Close action in C# Pin
exhaulted28-Feb-05 21:10
exhaulted28-Feb-05 21:10 
GeneralRe: Disabling the Windows Close action in C# Pin
Robert Rohde28-Feb-05 21:48
Robert Rohde28-Feb-05 21:48 
GeneralRe: Disabling the Windows Close action in C# Pin
GaMBiT_KC1-Mar-05 1:56
GaMBiT_KC1-Mar-05 1:56 
GeneralGDI+ RoundRect Pin
jzb28-Feb-05 18:43
jzb28-Feb-05 18:43 
GeneralRe: GDI+ RoundRect Pin
leppie28-Feb-05 22:23
leppie28-Feb-05 22:23 
GeneralRegistry Pin
students552 university28-Feb-05 18:12
students552 university28-Feb-05 18:12 
GeneralRe: Registry Pin
exhaulted28-Feb-05 21:12
exhaulted28-Feb-05 21:12 

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.