Click here to Skip to main content
15,892,072 members

Comments by prateekfgiet (Top 37 by date)

prateekfgiet 5-Aug-16 5:22am View    
why you want to replace sheet name with same name?
is there any mean replace xyz with xyz?
prateekfgiet 20-Jun-13 7:18am View    
Its Working for FireFox but still have problem with Crome.

Is there any Solution for crome??
prateekfgiet 20-Jun-13 4:31am View    
code at Parent Page:
Java script Function:
function popitup(url) {
newwindow = window.open(url, 'name', 'height=200,width=150');
if (window.focus) { newwindow.focus() }
return false;

window.moveTo(0, 0);
window.resizeTo(screen.width, screen.height);

}
onclick="popitup('ChildPopUp.aspx')"

Code at Child Page:
JavaScript Function:
function SwitchToParent() {
window.opener.focus();
}
onclick="SwitchToParent();"

it works on IE but not at crome and firefox
prateekfgiet 9-Jul-12 0:57am View    
if you want to call 3 service related to link1 data "BUSINESSUPLOAD_SERVICES_SERVICENAME"
you can use window.open() for all services it will open new pages related to data.
prateekfgiet 16-Mar-12 1:26am View    
Hi GanesanSenthilvel,

i tried with your solution,but i am getting new error.

Log Name: Application
Source: Fabric Management Services
Date: 3/16/2012 10:52:38 AM
Event ID: 1
Task Category: (1)
Level: Error
Keywords: Classic
User: N/A
Computer: DDC-SC-VMM02.testlab.ourcp.com
Description:
Cannot connect to SCVMM server.
Exception: Microsoft.Hosting.Management.HostingManagementException - Message: Cannot connect to SCVMM server.You cannot contact the Virtual Machine Manager server. The credentials provided have insufficient privileges on localhost.
Ensure that your account has access to the Virtual Machine Manager server localhost, and then try the operation again.
Stack Trace: at Microsoft.Hosting.VirtualMachineManagement.ServiceImplementation.VirtualMachineManagementService.GetServerConnection()
at Microsoft.Hosting.VirtualMachineManagement.ServiceImplementation.VirtualMachineManagementService..ctor()
Event Xml:
<event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<system>
<Provider Name="Fabric Management Services" />
<eventid qualifiers="0">1
<level>2
<task>1
<keywords>0x80000000000000
<timecreated systemtime="2012-03-16T05:22:38.000000000Z">
<eventrecordid>5464
<channel>Application
<computer>DDC-SC-VMM02.testlab.ourcp.com
<security>

Cannot connect to SCVMM server.
Exception: Microsoft.Hosting.Management.HostingManagementException - Message: Cannot connect to SCVMM server.You cannot contact the Virtual Machine Manager server. The credentials provided have insufficient privileges on localhost.
Ensure that your account has access to the Virtual Machine Manager server localhost, and then try the operation again.
Stack Trace: at Microsoft.Hosting.VirtualMachineManagement.ServiceImplementation.VirtualMachineManagementService.GetServerConnection()
at Microsoft.Hosting.VirtualMachineManagement.ServiceImplementation.VirtualMachineManagementService..ctor()