ممكن استاذ تعدل على الكود تبعي
بالعلم إن قاعدة البيانات اسمها : Legacy
والجدول اسمه :Problemss
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="https://c0.klipartz.com/pngpicture/573/614/gratis-png-ng%C5%A9-hanh-s%C6%A1n-distrito-casa-apartamento-inmobiliaria-volta-redonda-venta-de-logotipos-de-bienes-raices.png" />
<title>موقع الاملاك</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@300&display=swap" rel="stylesheet">
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" media="screen" href="home.css">
</head>
<body>
<header>
<div>
<img src="a.png" alt="نظام الإملاك من كمال تجريبي">
</div>
<center>
<div>
<button>نقاط البيع</button>
<button>أدارة المخزون</button>
<button>الإراضي</button>
<button>الشيكات</button>
<button>الأستاذ العام</button>
<button>إدارة النظام</button>
</div>
</center>
</header>
<asp:Repeater id="Problemss" runat="server">
<HeaderTemplate>
<table border="1" width="100%">
<tr>
<th>تم</th>
<th>الحلول</th>
<th>المشكله</th>
<th>م</th>
<th>الرقم</th>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr>
<td><%#Container.DataItem("تم")%></td>
<td><%#Container.DataItem("الحلول")%></td>
<td><%#Container.DataItem("المشكله")%></td>
<td><%#Container.DataItem("م")%></td>
<td><%#Container.DataItem("الرقم")%></td>
</tr>
</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
</asp:Repeater>
</body>
</html>
List.xml
applicationhost.config
.suo
.suo
.suo
home.css
home.html
site.sln