c# - how can create top border in TemplateField element? -


i create templatefield in project , need set top border of templatefield.

here declare templatefield:

  var myfootertemplate = new templatefield(); 

and here how try create top border:

   myfootertemplate.itemstyle.cssclass =  "border-top: solid red;";  

but attitude doesn't work.

any idea how can create top border in templatefield element?


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -