I have an ASP page myform.aspx where there is a user control in which there is a page name myform.ascx. And also beside user control i also have a div tag . I want to pass a value of the myform.ascx to the div tag.

Actually its a search page . Searching is done on ascx page and i want to show the result count on the div tag.. how can i do this please help