0
protected void btnadd_Click(object sender, EventArgs e)
{
for (int i = 0; i < chkBusinessLocationDetails.Items.Count; i++)
{
if (chkBusinessLocationDetails.Items[i].Selected)
{
long RowId = myvalue
string json1 = "{'CommonCategory':" + chk.Items[i].Value + ",'CommonCategoryRowId':" + RowId + "}";
status.Text = Classforhttprequest.HttpPost("http://localhost/MyService/MetaData.svc/CommonCategoryAttributesID", json1);
}
}
}
這裏爲了到DB來插入選定Chkbox列表數據,我需要調用服務的許多倍,等於在複選框列表中選擇項目的數量....我可以通過調用一次acheive我的要求和插入選定值避免多次的HttpRequest插入的CheckBoxList選擇數據
不能只是在for循環中創建一個鍵值對列表,並在循環後移動HttpPost調用? – sudheeshix
你會請執行代碼將如何.......... –
它是[8月10日](http://nationaldaycalendar.com/days-2/national-lazy-day-august-10 /) 已經? – sudheeshix