Tuesday, July 1, 2014

customising datagridview colums (textbox,combobox,checkbox)

hai my friends


I have a table in server name employee (empid,empname,country_id,enabled)


also I have country table(country_id,country_name)


i have a form with textbox,button in c#


when i click button i need crate a datagrdiview dynamically colums should be


( txtbox,textbox,combobox(should show country name),check box en-disable)


when i input any employ id in textbox it should bring tht employe to grid view like


('10001','jhon','india',[1])


anybody please


No comments:

Post a Comment