C# .NET - prevent firing textchanged event on every post back
Asked By muthuraman alexander on 18-Nov-11 02:02 AM
hi all
i have a grid view for sales item
and
i have a textbox inside the grid view for entering the quandity
based on the quantity the total field in the grid view got affected..so i have a text changed event ..
but the text change event got fired every time of postback or grid bind
how can i avoid this
i want to prevent the textchanged event to be called every time in the grid view bind or during the post back
please advice me
thanks in advance
MUTHU