Click here to Skip to main content
15,915,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a requirement that in gridview As follows

Product Image | Product Name | Qty | Update | Delete
xyz.jpg | Sony | 1 | Edit |Delete
pqr.jpg | Nokia | 1 | Edit |Delete

if i click on Edit Linkbutton i have to show a NumericUpDownExtender in place of 1

how can i implement
Posted

1 solution

In your gridview design place numericupdown extender control in itemtemplate field and find that control on rowediting event of gridview.

For more info on numericupdown please refer

NumericUpDown Demonstration[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900