blah blah blah is here! blah blah » Close

0
votes
1 answers

datagridview to table accsess

lios
30

hi with this code i create a new table with name the date-time DateTime dat = DateTime.Now; string format = "d M yyyy HH:mm"; dat.ToString(format); string days = Convert.ToString(dat. ...

0
votes
1 answers

How to add two column fields into hashtable? [code added]

I want to add first two columns of excel file into hashtable.. I wrote following code but it is giving me eror saying indexing not allowed in datacolumn... [CODE] Hashtable ExcelSheets = new Hashtable(); System.Data.DataColumn dc; ...

0
votes
0 answers

C# Fourms App - Array Display

In the C# Fourms application toolbox IS their any type of table in which I could display a string matrix (array) that would have scroll bars and work regardless of how many entries I have. IT would be like an excel spreadsheet except I can ...

0
votes
1 answers

search in access database

hello How can I search in ACCESS database for example: if table1 contain (first name , last name and address) i want to add 3 radio buttons and if RadioButton1 is checked then search in first name column

0
votes
4 answers

Using Table in C#

Dear All, Does C# has a table? I want to display my value in several rows and columns. Any idea how? Thank you in advance :) Kindest Regards, E

0
votes
0 answers

Some Question on Data Binding

Hi, I want a two tables in an access database. They are 1. a student table with information regarding students along with a markingID field. 2. a marking table with a markingID primary field and module1...module12 marks. I want to creat ...

0
votes
1 answers

Need a Table form. what control should I use?

I'm using Visual Studion Express programming in C#. I developing a Control Panel where I have a form with a Listbox some buttons and a table. Not sure which control I should use for the table. Here are my requirements for the table 1) ...

Feedback