write in code behind if(!IsPostBack) { int iValue = 100;// your value while(iValue <= 100) { ddlSelectSF.Items.Add(iValue.ToString()); iValue += 1; } }
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
Login to post response