Auto generate columns in Repeater for Web controls
Can i add Columns in Repeater Control using Code behind with out using Source code ?
I wanted to create a Repeater Web control and i need to generalize it for adding user defined columns for different web forms, Can i add Columns into that RepeaterWebControl by code behind for the data in datatable from Database...