Wednesday, April 28, 2010

good editors

http://sourceforge.net/projects/tinymce/files/TinyMCE/3.3.4/tinymce_3_3_4.zip/download
//for refreshing the Gridview use hidden button ,which will refresh the grid automatically.

function btnClick() {
var btn = '<%=btnrefresh.ClientID%>';
document.getElementById(btn).click();
}



//for refreshing page
location.reload();

throw child page values to parent page.

//use this js function on parent page ]


string script = "";
Page.RegisterStartupScript("Close", script);

Saturday, April 3, 2010

WPF Learning ...use below link

http://en.csharp-online.net/WPF_Styles_and_Control_Templates%E2%80%94Element-Typed_Styles