<select id="ddlCategory" name="ddlCategory1" style="width: 150px">
     <option value="Leave">Leave</option>
     <option value="Premisssion">Premisssion</option>
     <option value="Com OFF">Com OFF</option>
</select>
when my page use autopostback i lost the selected value from the above dropdown . how to control the selection tag from autopost back.
 
 
thank in advance...