Search Results

Showing results 1 to 17 of 17
Search took 0.02 seconds.
Search: Posts Made By: babbu ; Forum: C# and child forums
Forum: C# 6 Days Ago
Replies: 15
Views: 509
Posted By babbu
is this the complete code or have you missed some portion of it.
Forum: C# 6 Days Ago
Replies: 10
Views: 387
Posted By babbu
Thank you everyone. I figured out the latter part as well.
Forum: C# 7 Days Ago
Replies: 15
Views: 509
Posted By babbu
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
Posted By babbu
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
Posted By babbu
the rows are generated but every column is blank
Forum: C# 7 Days Ago
Replies: 10
Views: 387
Posted By babbu
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
Posted By babbu
thnx a lot guys..
Forum: C# 13 Days Ago
Replies: 7
Views: 218
Posted By babbu
option = Console.ReadLine();
Forum: C# 13 Days Ago
Replies: 10
Views: 387
Posted By babbu
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
Posted By babbu
problm solved dont no how...thnx ne ways...
Forum: C# Nov 5th, 2009
Replies: 2
Views: 422
Posted By babbu
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
Posted By babbu
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
Posted By babbu
some kind of sample code will be very helpful
Forum: C# Oct 30th, 2009
Replies: 3
C#
Views: 287
Posted By babbu
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
Posted By babbu
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
Posted By babbu
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
Posted By babbu
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 =...
Showing results 1 to 17 of 17

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC