hi
i want that when i select some value from dropdown it shows the value associated with that dropdown value in next field plz help me
hi,
you want this if not describe what you want in with some html
<div id="example" class="k-content">
<select id="op">
<option value="0">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
</div>