Click here to Skip to main content
15,897,187 members

Comments by shankumar_cst (Top 12 by date)

shankumar_cst 1-Aug-12 8:55am View    
hi dasarathi, i got the output by using your code, its working fine..... thank u.
shankumar_cst 27-Jul-12 4:33am View    
what is the tool in ajax.... and where can i put the ajax tool.... explain me...
shankumar_cst 27-Jul-12 3:10am View    
thank ur reply... but what i want? how can i call this function from class1.cs

the following function wrote in parent source page....

<script type="text/javascript">
var newwindow;
function child(url) {
newwindow = window.open(url, 'name', 'height=250,width=320,status=yes,toolbar=no,menubar=no,left=600,top=200,,scrollbars=yes,resizable=no,titlebar=no');
if (window.focus) { newwindow.focus() }
}
</script>

this is my question please help me....
shankumar_cst 26-Jul-12 10:56am View    
Will u suggest without ajax..... its not work yeah....
shankumar_cst 26-Jul-12 9:25am View    
hi i am using your code but i got this error how can i rectify and one more thing ....tell me where i can put codes?


Server Error in '/' Application.
--------------------------------------------------------------------

Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))