
Search In
Testing Techniques
**Software testing (as per IEEE):-** is the process of analyzing a software item to detect the differences between existing and required conditions (that is, bugs) and to evaluate the features of the software item.
There are two
Asp.Net Page Life Cycle
In this blog I am going to explain life cycle of Asp.net page. The first thing comes in mind is "what is page life cycle?".
Page Life Cycle
It is the process of how a page is served by a web server to the browser. Page's li


Captcha stands for “ Completely Automated Public Turing test to tell Computers and Humans Apart”. A captcha is a small program which is used to develop a software program that can create and grade challenges most humans can pass but not b
Hi All,
This log will help you to bind data to dropdown/html select control using AngularJS. Data is populated using webmethod.
<select ng-options="Country.CountryName for Country in CountryList" ng-model="selectedCountry">
</select>
Dj Classified is the Joomla extension used to create classified section on your site. You can create and display your ad using this extension. In this extension, ads are divided into different categories or sub categories and locations. You can displ
In this blog, I'll tell you a brief description of Bootstrap 4. Currently, Bootstrap 4 alpha was released. This release included a major upgrade of Bootstrap with some huge changes to the way it functions. Porting from Bootstrap 3 to Bootstrap 4&
Hello Readers! Currently alpha version of Bootstrap 4 has been released on 19 August 2015 with some major changes. Moving from bootstrap 3 to bootstrap 4 , some components are changed and some are improved and only few have been dropped.
Som
There is an ebb and flow to this power balance between suppliers and buyers. The shift, brought on by market elimination associated with the introduction of disruptive technologies, or perhaps the consolidation of competitors throughout the past seve
How to Run Linq Query in .Net to Get Subjectwise Average Score of a Student of Current Month.
public GetCalculatePerform(int? Student_ID, int? CourseID, int? SemID)
{
var newlist1 = dbcontext.Stu_Result
If you are looking for the code in android to create database and insert data in SQLite then follow the steps mentioned below:-
1) Create a layout in which the data will be filled that will be inserted into database.
activity_signup_form.xml
<
