K
Kevin Phifer
Is it possible to change the function name of the Postback
jscript function for a asp.net form. I'm gathering
content from multiple sources and can't have 2
__doPostBack 's on the same page. Also would like to be
able to dynamically change the form id, but it won't seems
to let me do a id="Form1<%# whatever %>" type thing.
I'm beginning the to think that I will have to create my
own "Page" class, but I would like to avoid this if
possible. If not, are there any carticles out there that
might point me in the right direction. Thanx in
advance....
jscript function for a asp.net form. I'm gathering
content from multiple sources and can't have 2
__doPostBack 's on the same page. Also would like to be
able to dynamically change the form id, but it won't seems
to let me do a id="Form1<%# whatever %>" type thing.
I'm beginning the to think that I will have to create my
own "Page" class, but I would like to avoid this if
possible. If not, are there any carticles out there that
might point me in the right direction. Thanx in
advance....