Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hi, I have a linkbutton that when

Status
Not open for further replies.
Joined
Apr 9, 2007
Messages
16
Location
US
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','')">
</body>
but that doesnt work.thisis where i need your help.
 
why not call the LinkButton click event in Page_Load()

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top