From 582472712ca8167a52f21c8dfd4fadc746256885 Mon Sep 17 00:00:00 2001
From: Syed Zohaib Ali <95756200+ZohaiAli@users.noreply.github.com>
Date: Wed, 5 Nov 2025 21:06:06 +0500
Subject: [PATCH] Update Bill.aspx.designer.cs
Full Bootstrap 5 responsive UI.
Cleaner layout + readable spacing.
Error-safe code-behind (no silent crashes).
No inline spaghetti code, everything properly structured.
Smooth fade animation for a touch of polish.
---
Code/DBProject/Doctor/Bill.aspx.designer.cs | 30 +++++----------------
1 file changed, 7 insertions(+), 23 deletions(-)
diff --git a/Code/DBProject/Doctor/Bill.aspx.designer.cs b/Code/DBProject/Doctor/Bill.aspx.designer.cs
index c532640..af6adcf 100644
--- a/Code/DBProject/Doctor/Bill.aspx.designer.cs
+++ b/Code/DBProject/Doctor/Bill.aspx.designer.cs
@@ -1,42 +1,26 @@
-//------------------------------------------------------------------------------
+//------------------------------------------------------------------------------
//
// This code was generated by a tool.
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
//
//------------------------------------------------------------------------------
-namespace doctor {
-
-
- public partial class bill {
-
+namespace doctor
+{
+ public partial class bill
+ {
///
/// Label1 control.
///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
protected global::System.Web.UI.WebControls.Label Label1;
-
+
///
/// Bill control.
///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
protected global::System.Web.UI.WebControls.Button Bill;
-
+
///
/// Button1 control.
///
- ///
- /// Auto-generated field.
- /// To modify move field declaration from designer file to code-behind file.
- ///
protected global::System.Web.UI.WebControls.Button Button1;
}
}