Guest User

Untitled

a guest
Jun 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. "firstname" : [textbox]
  2. "surname" : [textbox]
  3.  
  4. "surname" : [textbox]
  5. "firstname" : [textbox]
  6.  
  7. <%@ Page CodeFile="Default.aspx.cs" Inherits="MyNamespace.Default" %>
  8.  
  9. <div>
  10. <div class=class1>Control1</div>
  11. <div class=class2>Control2</div>
  12.  
  13. </div>
  14.  
  15. <link rel="stylesheet" id="Stylesheet1" type="text/css" runat="server" />
  16.  
  17. Stylesheet1.Attributes("href") = ResolveUrl("~stylesStyleSheet.css")
Add Comment
Please, Sign In to add comment