עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

בעיית תכנות בשפת c#

Featured Replies

פורסם

אני מנסה להוציא  items לתוך dropdownlist

הבעיה מתעוררת כשאני מנסה לגום לאחד מהם להיות selected

אני מקבל את השגיאה:

Cannot have multiple items selected in a DropDownList.

הקוד:


//populate dropdownlist
ds = ExecuteSQL("SELECT * FROM Technicians ORDER BY LastName ASC");

for (int i=0;i<ds.Tables[0].Rows.Count;i++)
{
ListItem li = new ListItem();
li.Text = ds.Tables[0].Rows[i]["LastName"].ToString() + " " + ds.Tables[0].Rows[i]["FirstName"].ToString();
li.Value = ds.Tables[0].Rows[i]["ID"].ToString();
if ((int)ds.Tables[0].Rows[i]["ID"]==TechID) {li.Selected = true;};
dd1.Items.Add(li);
}

מישהו יכול לעזור לי ולהסביר לי מה הבעיה?

פורסם

תנסה לעשות קודם DESELECT או משהו כזה למי שכבר נבחר מקודם.

פורסם

נראה לי קצת מוזר שאתה מסמן אותו כ- selected עוד לפני שאתה מכניס אותו לרשימה.

ניסית להשתמש ב- SelectedIndex של הרשימה במקום?

פורסם

תבדוק אם כל הIDים שלך שונים זה מזה.

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.