Forum: C# 6 Days Ago |
| Replies: 15 Views: 509 is this the complete code or have you missed some portion of it. |
Forum: C# 6 Days Ago |
| Replies: 10 Views: 387 Thank you everyone. I figured out the latter part as well. |
Forum: C# 7 Days Ago |
| Replies: 15 Views: 509 u said the only change tht u have made is the name of the column in ur database.
i hope u have also changed the name of the column in your code as well..
for example in the insert query u shud... |
Forum: C# 7 Days Ago |
| Replies: 10 Views: 387 ok got the error now its working.
now i also want to add a check box column in the datagridview.
however i want it to be the column in the extreme right.
i can simply create a new check box... |
Forum: C# 7 Days Ago |
| Replies: 10 Views: 387 the rows are generated but every column is blank |
Forum: C# 7 Days Ago |
| Replies: 10 Views: 387 i tried it the adatapost's way
dataGridView1.DataSource = null;
OleDbDataAdapter clientinfoDataAdapter;
DataTable clientinfoDataTable = new DataTable();
... |
Forum: C# 8 Days Ago |
| Replies: 10 Views: 387 |
Forum: C# 13 Days Ago |
| Replies: 7 Views: 218 option = Console.ReadLine(); |
Forum: C# 13 Days Ago |
| Replies: 10 Views: 387 m using ms access and c#
i fetch the data frm the database which includes sr.no. and store in a data table.
i thn display the contents using a datagridview.
everythin is working fine..
heres the... |
Forum: C# Nov 5th, 2009 |
| Replies: 2 Views: 422 problm solved dont no how...thnx ne ways... |
Forum: C# Nov 5th, 2009 |
| Replies: 2 Views: 422 also tried the following code
SqlConnection connect;
string con = "Data Source = localhost; Initial Catalog=master ;Integrated Security = True;";
connect... |
Forum: C# Nov 5th, 2009 |
| Replies: 2 Views: 422 m using visual studio 2005 and sql server 2005.
i want to create a backup of the sql server which m doin using the following code..
if (saveBackupDialog.ShowDialog() == DialogResult.OK)
... |
Forum: C# Nov 3rd, 2009 |
| Replies: 6 Views: 587 some kind of sample code will be very helpful |
Forum: C# Oct 30th, 2009 |
| Replies: 3 Views: 287 first add a check box column to the datagridview.
to do this click on the datagridview control on ur form.
click on the right arrow on the top of ur datagrid.
click edit columns
add a column and... |
Forum: C# Oct 30th, 2009 |
| Replies: 6 Views: 587 in excel 07 the limit is 1048567. however even if this many rows are filled up cant we use another sheet.
and i was looking forward to export it in a single excel file with multiple workbooks.... |
Forum: C# Oct 29th, 2009 |
| Replies: 6 Views: 587 hie
m using visual studio 2005 and sql 2005
i want to export my sql database to excel.. |
Forum: C# Oct 29th, 2009 |
| Replies: 6 Views: 392 hie lennie..
i have visual studio 2005 and the code works fine. not sure about visual 2003 but u can still giv it a try...
textbox1.text =... |