Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

CMC VB.NET Interview Questions
Questions Answers Views Company eMail

Write a program for calculator in VB.NET

6 17108

how to get dynamic control array position or its index position?

2055

Post New CMC VB.NET Interview Questions


CMC VB.NET Interview Questions


Un-Answered Questions

What is not function?

313


Is blue prism an rpa tool?

112


What are the steps to create a repository in ab initio?

756


Where is trigger in sql server?

545


List the merits and demerits of using row-based tables?

56






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..

3214


Define inheritance?

561


Who invented outlook?

1


How do you find out if a linked-list has an end? (I.e. The list is not a cycle)

605


write a program which calculates for every five digit integer entered on a keyboard, a numerical code computed as follows:first digit multiplied by 2+ second digit divided by 3 and the quotient multiplied by the third digit, + the fourth digit + the fifth digit divided by 2. the program should then display the following results 1, the code calculated from the integer value entered 2, the character value corresponding to the code as per the ASCII TABLE 3, Given any three 5-digit integer number, display the corresponding three-character code key:

1976


How do you add a column?

474


What is use of @@ spid in sql server?

684


What are the components of an effective merit pay plan?

2178


What is partner function & configuration

1150


What does time sleep do in python?

438