| Author: sabeer masthan 04 Dec 2008 | Member Level: Gold | Rating: Points: 1 |
Add gridview to your web page click on the smart tags click on the edit template option from ther select the appropriate colom and add Combo box and Check box on respective colom and make it position = not set.
|
| Author: Sanju 04 Dec 2008 | Member Level: Silver | Rating:  Points: 3 |
See the following articles for Combox in dataGridview in Window Application
http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=140493
http://www.codeproject.com/KB/combobox/CustomDDComboBox.aspx
And see the following for Checkbox in datagridview
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx
http://www.codeproject.com/KB/webforms/SelChkboxesDataGridView.aspx
Hope this helps.
|