May 2010 - Posts

0
Comments

How to clear input text of AjaxControlToolKit HTML Editor by Suthish Nair

$find("<%= Editor1.ClientID %>").set_content("");
5
Comments

How to pass value from child window to parent window without refreshing the page using MasterPage by Suthish Nair

Parent Window (1.aspx) <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server"> <script type ="text/javascript"> function popup() { window.open('2.aspx', '', "height...
Filed under: , , ,
More Posts