votes
datagridview to table accsess
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. ...
blah blah blah is here! blah blah » Close
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. ...
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; ...
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 ...
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
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
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 ...
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) ...
Got feedack? Found a bug? report it here.