Saturday 10 March 2012

How to Set Text in Drop Down list If Drop Down list is not bound with Values


                                        CType(DlProducts.Items(i).FindControl("DdlQty"), DropDownList).Items.FindByText(Qty).Selected = True

No comments:

Post a Comment