blah blah blah is here! blah blah » Close

0
votes
0 answers

validating listview data against xml schema

Hi, Can someone tell me, is it posible to validate listview data against an xml schema when user edits listview column data in c# win forms applications. Thanks. Regards,

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
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
0 answers

rewrite in column

hello, i want to know how to rewrite in Microsoft SQL Server Compact 3.5 database column for example: i have 4 column , in the first time i want to Binding textbox1 and textbox2 with column1 and column2 and in the Second time Bi ...

Feedback