EmployeeInfo.ascx.designer.cs 791 B

1234567891011121314151617181920
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.42
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace UpdatePanelUserControl
  11. {
  12. public partial class EmployeeInfo
  13. {
  14. protected System.Web.UI.WebControls.Label LastUpdatedLabel;
  15. protected System.Web.UI.WebControls.DetailsView EmployeeDetailsView;
  16. protected System.Web.UI.WebControls.SqlDataSource EmployeeDataSource;
  17. protected System.Web.UI.UpdatePanel EmployeeInfoUpdatePanel;
  18. }
  19. }