We have two Al.busbars each of size 125mm*10 mm connected in parallel.To increase the current rating ,can we connect third busbar of size 100mm*10mm in parallel to existing two busbars?In my opinion ,if we connect busbars of different sizes in parallel,then the busbar of lowest size will take much current.So this type of paralleling should be avoided .Am I correct?
1 3580Post New PDP Steel Interview Questions
What is plugin in codeigniter?
What is standard toolbar?
what precautions must be used when water washing a boiler?
how is one able to tell the unlock code for the mobile phone using the imei
What is windows features on or off?
Define parsing?
Where is the urinary tract most likely to be injured during pelvic surgery and how can such injury be avoided?
Why do we use data structures?
Describe the formats and protocols used by ajax?
hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..
What does 6 sigma represent?
What is Pre-Render event in ASP.NET?
What does session_start () do?
I am sending a mail from my mailbox to XYZ mailbox ,SAP PI picks up mail from xyz mail box with disclaimer - Hear my question is how to get the disclaimer?
What are the default system databases in sql server 2000?