blah blah blah is here! blah blah » Close

0
votes
0 answers

Rows are not insert in datagrid.. Please Help...

Hi. I want to insert data grid using datatable and define the grid columns in a program. Please help me what`s wrong with this code??? [code] SqlConnection connection; string query; SqlCommand cmd; SqlDataAda ...

0
votes
0 answers

C# Refreshing a datatable after database changes

In a C# windows application I have created a Data source for tables in a SQL Server database. However, after some development, I have to add a column to one of the tables. How do I "refresh" the datatable associated with that tab ...

0
votes
0 answers

How to Display dates in datagridview on selected month and year

i am using a datagridview in window application c#.net i want to display dates in datagridview cells by datatable (like datetimepicker control) [img]http://asan.netai.net/images/0c641195b274.jpg[/img] thanks

0
votes
1 answers

How do you extract the most recent data from a datatable ?

Hi I am sort of new/relearning programming, and I am using Visual Studio 2008 C#. I am trying to grab the most recent data from a MS Access database table to import it to an Oracle database. I have a several key code portions that I need ...

0
votes
1 answers

DataTable sorting question

AK01
15

Hi! Is there a way to move all DataRows with State = Deleted to the end of the table?

0
votes
1 answers

how to export data from spreadsheet to datatable?

Hi experts, i want to know what's the best way to [url=http://www.e-iceblue.com/Knowledgebase/Spire.XLS/Demos/DataTable.html]export data from spreadsheet to datatable[/url]? maybe, any way that can export data from spreadsheet to datatab ...

0
votes
0 answers

Updating dataset

Hi! I'm using a dataset to store a datatable filled from a database. the content of this datatable is pulled out from more than one table (e.g. the datatable has the columns "user_id", "user_name", "user_address& ...

Feedback