13.5.09

Radiobuttonlist

http://www.codingforums.com/archive/index.php/t-106846.html

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;

}
}

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

Useful Links

Download Links:

http://www.torrentz.com
=========================
http://www.vuze.com/app

11.4.09

Free Projects Download

http://funnydotnet.blogspot.com/2008/12/projects-with-source-code.html

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

3.4.09

HOW TO READ PALMS

http://www.palmistryworld.com/readingpalms.htm