N
Nikhil Patel
Hi all,
I need to handle TextChanged event of more than 30 textboxes on my page.
All I want to do in the event handler is get the current value of the
textbox and save it in an appropriate column of a DataSet. So I was thinking
that if each of these textboxes can store their corresponding column name as
its property, I dont have to write 30 different event handlers. How can I do
this?
Thanks...
-Nikhil
I need to handle TextChanged event of more than 30 textboxes on my page.
All I want to do in the event handler is get the current value of the
textbox and save it in an appropriate column of a DataSet. So I was thinking
that if each of these textboxes can store their corresponding column name as
its property, I dont have to write 30 different event handlers. How can I do
this?
Thanks...
-Nikhil