HTML Group Box

Latest post 06-17-2008 9:54 AM by Nick. 0 replies.
  • 06-17-2008 9:54 AM

    • Nick
    • Top 10 Contributor
    • Joined on 04-28-2008
    • Posts 27

    HTML Group Box

    scriptBuilder.Append("strWin += ""<fieldset style='width: 600px; padding-top:20px;  margin-left:20px; height: 100px;'>"";")
    scriptBuilder.Append("strWin += ""<legend style='color:#03366c'>" & Reason_For_Cancelling_Request & "</legend>    "";")
    scriptBuilder.Append("strWin += ""<div>"";")
    scriptBuilder.Append("strWin += ""<textarea id='txtComment_" & Me.ClientID & "'  name='txtComment_" & Me.ClientID & "' rows='5' style='margin-right:80px; margin-top:10px; margin-left:60px; height: 40px; width:440px '></textarea>"";")
    scriptBuilder.Append("strWin += ""</div>  "";")
    scriptBuilder.Append("strWin += ""</fieldset>"";")

    Filed under: , ,
Page 1 of 1 (1 items) | RSS
Forums to discuss Microsoft ASP.Net Development and SQL
Powered by Community Server (Non-Commercial Edition), by Telligent Systems