I'm getting a "Microsoft JScript runtime error: Object expected" on this line of code:
function ResetPanel()
{__dopostback('pnlMaster', '');}
Any ideas on what I'm missing?
Thanks,
Jason
I'm getting a "Microsoft JScript runtime error: Object expected" on this line of code:
function ResetPanel()
{__dopostback('pnlMaster', '');}
Any ideas on what I'm missing?
Thanks,
Jason
The function's name is __doPostBack
, not __dopostback
. Your capitalization is wrong.