-
Creating a Simple Form with Validation Using ASP.NET MVC 4 Empty Template
There are multiple Validation attributes available in MVC. Validation attributes comes from System.ComponentModel.DataAnnotations. Available validation attributes are- System.ComponentModel.DataAnnotations.CompareAttribute System.ComponentModel.DataAnnotations.CustomValidationAttribute System.ComponentModel.DataAnnotations.DatatypeAttribute System.ComponentModel.DataAnnotations.MaxLengthAttribue System.ComponentModel.DataAnnotations.MinLengthAttribute System.ComponentModel.DataAnnotations.RangeAttribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute System.ComponentModel.DataAnnotations.RequiredAttribute System.ComponentModel.DataAnnotations.StringLengthAttribute System.Web.Security.MembershipPasswordAttribute Let us create a simple form to request a book using MVC4 basic template. First step is to create the visual studio project. 1. Open Visual Studio.…
-
How to handle the exceptions using recovery scenario manager in QTP?
VB script Error Handling Durning run time, if QTP encounters any erorr then it will display the error message which haults the script execution. Inorder to overcome this we should suppress the error message and then we should take appropriate action to handle the error. This can be done using “On error Resume Next” and…
-
The Best Practices and Advantages of Designing Effective Test Cases
The Best Practices and Advantages of Designing Effective Test Cases Overview Test case is a “Documentation specifying inputs, predicted results, and a set of execution conditions for a test item.” The aim is to divide the software function into small units of function that is testable with input, and producing result that is measurable. So,…
-
How to print Header and Details (Lines) in different pages of a RDLC Report in NAV 2013 R2
We usually print header and details section of a document on same page, what if we want to print on different pages? And how to do this? We can print header and details section of a document in different pages easily. To achieve this we have to place two different table controls, where one table…
-
How to Customize the Microsoft Dynamics NAV 2013 R2 Splash screen Image
I think I got late with this post, but I was unaware that most of us still don’t know how to change the NAV splash screen image. So let’s have a look on this. Steps: 1. How to change the Microsoft Dynamics NAV splash screen image as mentioned below screen shot. 2. After…
-
How to Print Microsoft Dynamics NAV 2013 R2 RDLC Report Page Footer on Last Page Only
As we are all know there were two properties in NAV 2009 to print footer at bottom and on last page of report using PrintOnEveryPage and PlaceInBottom properties, but in RDLC report there are no such properties to achieve this. In RDLC report we can use page footer to print footer at bottom of a…
-
What are the different Credential Types and How to configure them in NAV 2013 / 2015?
Microsoft Dynamics NAV 2013 onwards there are no “Database Logins” supported. It means, no need to create all the users in SQL database, because the user authentication is not on SQL server level, but on NAV server level. When you create a new user, you provide different information depending on the credential type that you…
-
Introduction to Amazon S3 (Simple Storage Service) and EC2 (Elastic Cloud Computing) in Asp.Net