-
Sending an Email on submission of form and SMTP Settings
Sometimes admin of the site wants to get notified by email whenever any user submitted form successfully. But don’t know how to get notification...
Read More >
-
How to configure driver in Robot Framework
Example -1:
Creating script for search in google using robot framework, run on chrome browser.
SeachingChrome.robot
If chrome driver...
Read More >
-
Kendo Spreadsheet In Web Form with Sorting Columns For Multiple Fields Using AngularJS
Kendo Spreadsheet Overview:
The Kendo Spreadsheet allows you to edit and see data by using cell formatting options, styles, and themes.
The...
Read More >
-
Create AWS Lambda Service In C#
What is AWS Lambda?
AWS lambda is the serverless compute service provided by Amazon. You can use AWS lambda to run small piece of code that need to...
Read More >
-
Handling forms in DNN
Want to create your own customized form for your newly created website? Let’s understand working of forms by creating simple contact us form.
...
Read More >
-
Finding solutions on Period got missing from url
Yesterday, I ran very strange issue of period got missing from url from System.Uri.
Problem Define:
I was running my application on NetFramework...
Read More >
-
Basic on ConstraintLayout Android
What is ConstraintLayout?
ConstraintLayout is a one type of layout like other layouts like RelativeLayout that used to design nested or complex UIs...
Read More >
-
User Guide and Installation of Robot Framework in Visual Studio Code
What is Robot framework
Robot Framework is a conventional open source test automation framework for acceptance testing, acceptance test driven deve...
Read More >
-
Consume web service using SOAP request
Learn Pre-requisite topic before implement below practical:
1. C#
2. Asp.Net
3. Web service Endpoint
4. Web service Request
Steps:
Many ti...
Read More >
-
CRUD Operation using Web API and Knockout.js
Introduction
I will demonstrate how we can create sample CRUD (Create, Read, Update, Delete) operations using ASP.NET, Web API, and Knockout.js. I ...
Read More >