Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
my project is online shop
and when i display on cart page i get product name and quantity requested
so the quantity display in textbox
i try to add event to textbox , when i change qty value i will run some c# code
this is some code i used to generate mt textbox
html.Append("<input type='text' name='Quantity' value='" + row["QTY"] + "'>");

how can i add event to run method in c# code ?
please help :)
Posted

1 solution

 
Share this answer
 

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