გამარჯობათ ხალხნო
ეს ის შემთხვევაა როცა web პროგრამირებაში ვარ გადავარდნილი და იმედი მაქვს რომ ბევრნი შეძლებთ ჩემს დახმარებას

რისთვისაც წინასწარ გიხდით მადლობას
სიტუაცია ასეთნაირადაა:
ვაკეთებ Visual Basic ზე ASP.Net Web აპლიკაციას
და მჭირდება რომ ბაზიდან შევავსო ცხრილი სადაც რამოდენიმე ველი მაქვს
+ ერთი asp:LinkButton და კიდევ asp:DropDownList
ანუ ყოველი ჩანაწერისთვის უნდა მქონდეს სხვადასხვა DropDownList რომლებისთვისაც ListItem-ები სხვადასხვა იქნება, და კიდევ ერთი asp:Button ან asp:LinkButton შესაბამისად თითო თითო , თვითოეული ჩანაწერისთვის, და მინდა
როცა მოხდება Button -ზე დაკლიკვა მისთვის შესამამისი ჩანაწერისთვის რაგაცეები შევცვალო.
აი ეს HTML ცოდის ნაწილი
და კიდევ სურათი.
P.S. მე რაგაცეები ვცადე და პრიცნიპში კი გამოდის მაგრამ რაიმე ლამაზი და ნაცადი მეთოდი თუ იცით და მეტყვით დიდად მადლობელი დაგრჩებით
<asp:repeater id="Repeater1" runat="server">
<HeaderTemplate>
<table id="Table11" width="936" style="Z-INDEX: 102; LEFT: 40px; POSITION: absolute; TOP: 80px">
<tr class="tableRowHeader">
<td width="36" class="col1" style="WIDTH: 36px; HEIGHT: 29px">
</td>
<td width="293" style="WIDTH: 293px; HEIGHT: 29px"><font class="tableHeaderFont1">Metric
</font>
</td>
<td align="left" width="132" style="WIDTH: 132px; HEIGHT: 29px">
Attribute
</td>
<td align="center" width="127" style="WIDTH: 127px; HEIGHT: 29px"> Control
</td>
<td align="center" width="21%" style="HEIGHT: 29px">
List of Attributes
</td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr class="tableRowOdd">
<td class="mandatoryQuestion" align="center" width="36" style="WIDTH: 36px">
<%# DataBinder.Eval(Container.DataItem, "questionID") %>
</td>
<td width="293" style="WIDTH: 293px">
<%# DataBinder.Eval(Container.DataItem, "metricText") %>
</td>
<td width="132" style="WIDTH: 132px">
<asp:TextBox id="Textbox5" runat="server" Width="220px" Height="24"></asp:TextBox>
</td>
<td width="127" style="WIDTH: 127px">
<asp:LinkButton id="Linkbutton13" runat="server">Delete</asp:LinkButton>
<asp:LinkButton id="Linkbutton14" runat="server">Edit</asp:LinkButton>
<asp:LinkButton id="Linkbutton15" runat="server">Add</asp:LinkButton>
</td>
<td width="14%">
<asp:DropDownList id="Dropdownlist5" runat="server" Width="184px"></asp:DropDownList>
</td>
</tr>
</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
</asp:repeater>
მიმაგრებული სურათი (გადიდებისთვის დაუწკაპუნეთ სურათზე)