How to find text in dropdownlist in asp.net


Finding item in dropdownlist from a string.

ddlStudent.Items.Contains(new ListItem("Dawood"))

Comments

Popular posts from this blog

Add Image through base64 on PDF in itextsharp

how to insert text and tags at the cursor CKEDITOR