hi,
I have a linkbutton that when clicked, the ajax modal pops up.
however, I do not want to click on the link to launch the model popup.Instead, I would like javascript to execute the link button when my webpage loads up.
like this,
<body OnLoad="javascript:__doPostBack('LinkButton3','')">...