You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
823 B

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ShowDrillDownHead.aspx.cs"
  2. Inherits="Swift.web.include.ShowDrillDownHead" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head runat="server">
  6. <title></title>
  7. </head>
  8. <body>
  9. <form id="form1" runat="server">
  10. <div class="panel">
  11. <div class="panel-body">
  12. <div class="row">
  13. <div class="col-md-12">
  14. <div id="getDetails" runat="server">
  15. </div>
  16. <div id="tdexpense" style="display: none"></div>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. </form>
  22. </body>
  23. </html>