what is memory mapped / IO mapped ? Which calls used for this to access any hardware address in linux device driver ?
3 9650Given the sequence A, BB, CCC, DDDD...........and so on , the 240th letter in the sequence will be: a) V b) U c) T d) W
6 28244write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
3 170361. Ray writes a two digit number. He sees that the number exceeds 4 times the sum of its digits by 3. If the number is increased by 18, the result is the same as the number formed by reversing the digits. Find the number. a) 35 b) 42 c) 49 d) 57
1 9215Post New Broadcom Interview Questions
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
Explain how can heat be applied to acrylic?
Discuss Shannon’s capacity. What implications does it have ?
What does PEAR stands for?
How can I swap two values without using a temporary?
win 3.1 is a
How garbage collection is done in java?
Is asp.net mvc front end or backend? : Asp.Net MVC
Can we use jquery with node.js?
How many days it will take to learn javascript?
how to check the version of tsm?
What happens as a result of a search campaign consistently meeting its daily budget?
Explain about encapsulation?
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 do you mean by component in cakephp? List some commonly used components.