S
sunilthk
Hi All,
I have a question.
If javascript is disabled how asp.net determines which control has
caused the post back. As we know that when we clicks on the button the
buttons name goes with posted data, so asp.net can detrmine which btn
caused the post back. In case of dropdown lists(if auto post back is
true) _doPostback javascript function is called which assigns the name
of the control in _EVENTTARGET hidden variable, by this ASP.NET knows
which dropdownlist has caused the post back. My question is if
javascript is disabled, then _doPostBack js function will not be
executed then how ASP.NET will know that which control has caused the
postback.
Thanks
SunilT
I have a question.
If javascript is disabled how asp.net determines which control has
caused the post back. As we know that when we clicks on the button the
buttons name goes with posted data, so asp.net can detrmine which btn
caused the post back. In case of dropdown lists(if auto post back is
true) _doPostback javascript function is called which assigns the name
of the control in _EVENTTARGET hidden variable, by this ASP.NET knows
which dropdownlist has caused the post back. My question is if
javascript is disabled, then _doPostBack js function will not be
executed then how ASP.NET will know that which control has caused the
postback.
Thanks
SunilT