Click here to Skip to main content
15,897,371 members
Articles / Programming Languages / C#

chechbox column in c#

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
17 Nov 2012CPOL 0  
public DataTable Search(int m){ DataTable k = new System.Data.DataTable(); try { string str = "Data Source=C:\\Documents and Settings\\almas\\Desktop\\BazarKhodro\\khodro.sdf"; Qconnection.ConnectionString = str; Qcommand.Connection = Qconnection; ...

Revisions


  

Compare Revision Minor Date Status Editor
2 - publicly available No 17-Nov-12 23:37 Available Nelek
Updates in content.
1 No 17-Nov-12 20:33 Available f.sarikhani

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions