Hi frds,
I have a page which contains the reference of another page ..
<%@ Reference Page="../example.aspx" %>
A listbox is there in the example.aspx. I want to call a javascript function, for eg,
listbox1.Attributes.Add("onClick", "alert('hi');")
that will be shown in main page.
Plz help me to find the solution.