Hi there,
I am trying out a few examples from net on using the user controls. The example that I have is in C#, but I am developing in VB.NET. Can someone help me interpret the following code into VB?
Thanks
Jino
I am trying out a few examples from net on using the user controls. The example that I have is in C#, but I am developing in VB.NET. Can someone help me interpret the following code into VB?
Code:
<style>
Body {MARGIN: 0px 0px 0px 0px;}
.WebUserControl2 { BORDER: solid 1px; <%Response.Write ( sBorderColor ) ;%>;}
.WebUserControl2 TABLE { Width: 100%; BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px;}
.WebUSerControl2 .Text {COLOR: Black; Font-Size: x-small; FONT-Family: verdana;}
</style>
Thanks
Jino