I would like to provide an HTML wrapper user control for my DataGrid because I have some custom formatting that I would like to perform. I was thinking about have a general user control to be the HTML wrapper around another user control, which contains my datagrid that might change based on particular values within the user control.
The reason I am doing this is because I am unable to suppress the HTML wrapper if no results exist; therefore not displaying the user control containing the datagrid.
Is there another solution that is better? Thanks
regards,
Brian
The reason I am doing this is because I am unable to suppress the HTML wrapper if no results exist; therefore not displaying the user control containing the datagrid.
Is there another solution that is better? Thanks
regards,
Brian