13.5.09
8.5.09
checkboxlist radiobuttonlist
//pick up value of selected item
string check = CheckBoxList1.SelectedValue;
Int32 i;
string select = CheckBoxList1.SelectedIndex.ToString();
// to clear all checkboxes
for (i = 0; i < CheckBoxList1.Items.Count; i++)
{
CheckBoxList1.Items[i].Selected= false;
}
//check which value is currentlt selected
for (i = 0; i < CheckBoxList1.Items.Count; i++)
{
if (CheckBoxList1.Items[i].Value == check)
{
CheckBoxList1.Items[i].Selected= true;
}
}
string check = CheckBoxList1.SelectedValue;
Int32 i;
string select = CheckBoxList1.SelectedIndex.ToString();
// to clear all checkboxes
for (i = 0; i < CheckBoxList1.Items.Count; i++)
{
CheckBoxList1.Items[i].Selected= false;
}
//check which value is currentlt selected
for (i = 0; i < CheckBoxList1.Items.Count; i++)
{
if (CheckBoxList1.Items[i].Value == check)
{
CheckBoxList1.Items[i].Selected= true;
}
}
23.4.09
Capitals of all Countries of the World
http://www.manythings.org/vocabulary/lists/2/words.php?f=countries_and_capitals
13.4.09
11.4.09
9.4.09
Custom Skin to telerik Controls
http://www.telerik.com/community/forums/aspnet-ajax/slider/skinning-a-slider.aspx
http://www.telerik.com/help/aspnet-ajax/createcustomskin.html
http://www.telerik.com/help/aspnet-ajax/skinregistration.html
http://www.telerik.com/help/aspnet-ajax/howskinswork.html
http://www.telerik.com/help/aspnet-ajax/createcustomskin.html
http://www.telerik.com/help/aspnet-ajax/skinregistration.html
http://www.telerik.com/help/aspnet-ajax/howskinswork.html
3.4.09
Subscribe to:
Posts (Atom)