We bind dropdown using json and web servise
but when we click on save button we can not get selected value of that dropdown
Use Request.Form
C#
Suppose you have bounded the DropDown with Fruits name
string fruit = Request.Form[this.ddlFruits.UniqueID];
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.