
Search In
There are different ways for passing data between controllers in Objective-C. In this example we are going to use NSNotificationCenter for passing data from one view controller to another view controller. NSNotificationCenter is generally used to bro
In cakephp when we submit a form from the ctp file. It goes to the controller and carry the action to which the form is submitted.
This requires the reloading of the complete page.
We can submit the form without reloading the whole page and just re
As we know we have notification bar to show all the notifications in that are, in Android M we can show multiple notifications but from android N we can group them easily with better UI experience.
A summary will also add whenever user wants to add
Hi,
In this tutorial we can learn that how to make reset password functionality in CakePHP . Most of the times users forget their password for their login credentials, so reset password functionality gives them the authority to change their user acc
Android has some of its policies due to which it don't allow you to upload apk more than the size of 50 MB. Many Apps contains too many media files that may increase the size leading to the exceeding the limit of 50 MB.
So if your App's apk is exce
This tutorial will help to the develop the Drag and Drop functionality, individual can create multiple view in their android application. Each view will have different onTouchListener and onLongClickListener.
Step 1- Create a XML file res/activity_m
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
Adding a website url within a text message is a smarter way to let your customers interact directly with your product. A website url helps customers to directly navigate to your website and use the services. But the main issue is that most website ur
In ADO.NET while writing codes we perform crude operations like Insert Update Delete.
While performing these crude operations we always use SqlCommand class with the ExecuteNonQuery method for doing it.
SqlCommand cmdInsert=new SqlCommand();
cmdI
While working and manipulating the gridview we will work on the different sort of operations that needs to be performed in the gridview.
For doing this we are going to perform the update operation using the model and the action named employe
