
Search In
Can some one please help with a register form for a website? I can't get it to load information to database.
prepare($query); $statement->bind_param('ssssissiisss', $firstname, $lastname, $streetAddress, $suburb, $postcode, $state, $country
A Directive helps us to control the rendering of the HTML inside an AngularJS application. It makes AngularJS responsive. It adds functionality to the application. AngularJS has its built in set of directives. Some commonly used directives are
What are the different ways to redirect page in javascript?
Page Redirection is a situation when a user locates from one page to another. There are two kinds of redirect :
Server side redirect : In this, server init
Hello Guys !
In this blog, we'll see how to configure the profiles in a Maven project. We might have different sensitive information that we need to maintain to different environments.
For example - A developer might have different server prope
To know the Directives used in ASP.NET page, First of all, we should know what is ASP.NET directive and where it is used?
So, Directive are the commands helps in specifying optional settings, such as registering a cus
AJAX is a topic which comes under PHP AJAX Stands for Asynchronous JavaScript and XML. AJAX is used to update segment of web pages, without refreshing the whole page. By using AJAX we can create dynamic web pages easily and very fast.
While making WCF services sometimes you have scenarios that it needs to be done in VB
For doing that we will made Operation Contract for defining method signature
And we will made the Data
<ServiceContract()>
Public Interface IService1
While performing joins you need specific columns of the joined tables so for doing that you need to mention the name of the column with their table name.
This task gets tedious because you have to write your table name with every column you
While working with ADO.NET we use two kinds of approach
Connected
Disconnected
Connected approach is the one where the database connection is opened and closed.
Disconnected approach is the one where no need to open or close da
While writing codes in your application for insert delete update select you majorly does it with the help of stored procedures.
So for that we can have stored procedures that can be parameterized or without parameters.
So for that w
