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

Syntax Softtech ASP.NET Interview Questions
Questions Answers Views Company eMail

Explain how server control validation controls works?

2 8478

What does the "EnableViewState" property do? Why would I want it on or off?

2 5594

What is the difference between Server.Transfer and Response.Redirect? Why would you choose one over the other?

26 28224

If I'm developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?

7 7789

Briefly describe different techniques for ASP.NET State Management?

6 12655

Explain what a diffgram is and a good use for one?

1 4458

In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?

5 13843

What is shadowing?

2 7932

What is versioning in .NET?

1 9320

How do we get only edited/deleted/inserted records from a Dataset?

1 4911

How do you get records number from 5 to 15 from a dataset of 100 records?

3 6790

What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?

1 4025

Describe and In Process Vs Out of Process component. Which is faster?

2 16539

What are the main components of the ADO object model? How are they used?

2 10674

What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming languages?

1 8966

Post New Syntax Softtech ASP.NET Interview Questions


Syntax Softtech ASP.NET Interview Questions
    Syntax Softtech ASP.NET Interview Questions (50)


Un-Answered Questions

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

3200


Why are patterns important?

469


What are the 3 components in sas programming?

712


Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..

1648


What is meant by the term nohup?

493






can u tell me any JAM topics.........and answers also...plz send me.........e-mail: anitha839@gmail.com

4977


What is polymorphism and what are the types of it?

492


Differentiate between real and apparent power?

652


What is the difference between range & xrange? Explain?

440


Can I set folder qouta on server 2003 SP1 enterprise edition setup as file server? Can I use FSRM on this or do I really need to update my server to 2003 R2? Thanks.

1554


What is Connection style?

1287


How does job tracker schedule a job for the task tracker?

269


What is wrong with my tags?

491


What is python used for?

486


What is operator overloading. Is it is supported in java?

512