hi
for binding dropdownlist is it important to write this code?
DDLstore1.DataValueField = "ID";
i mean I should write DataValueField for dropdown list if i don't write it what happend?
Thanks
You can have same column field for Value and Text
DDLstore1.DataTextField = "ID"; DDLstore1.DataValueField = "ID";
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.