or
Line 167: <httpModules>
Line 168: <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 169: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
Line 170: </httpModules>
Line 171: </system.web>
|

border-collapse
: separate !important;
I want to change this to
border-collapse
: collapse;
But, i want to achieve this programatically.
I have tried
m_MainGrid.MasterTableView.Attributes.Add("border-collapse", "collapse");
m_MainGrid.Style.Add("border-collapse", "collapse");
But none of them have actually worked.
Can any moderator help please ?
Manish Thapar