Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

@Html.HiddenFor in MVC

In MVC we have the crucial information that is used to perform the operation in our project like the primary id of the entities we are working upon. For this we need to hide this information from the external interface but need to store it internall

How to Get Request URL and other details

Following JavaServlet will give you Request URL and other details. You can choose which method suits your coding: import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet;

Deleting information from database in android

Deleting record from database using Sqlite Helper class. We have taken Name, Age and City as input from user and saving them on click of Save button and deleting on click of Delete button from database. MainActivity.java public class MainActivity

Reading information from database in Android

Storing and reading record from database using Sqlite Helper class. We have taken Name, Age and City as input from user and saving them on click of Save button and reading on click of Fetch Data button from database. MainActivity.java public clas

Saving information in database in Android

Storing record in database using Sqlite Helper class. We have taken Name, Age and City as input from user and saving them on click of Save button in database. MainActivity.java public class MainActivity extends Activity { CreateDatabase db;

Calculate distance between two point and draw route on map

Hi all, Let take you have two points, Point1 (In Boston) and Point2 (In Atlanta), Now you have to show the route between two points. In below method , you have to pass two param's i.e.. two point of map. - (void)displayRouteFrom:(CLLocationCoordi

Conditional Statements in SQL

While writing stetaments in SQL we have scenarios where manipulations based on conditions needs to be performed   For doing that we use conditional statements ALTER proc [dbo].[sp_CheckLeaveAvailability] @FromDate date, @ToDate date, @Empl

How to resolve Severe Assertion Error in openerp

To resolve Severe Assertion Error in openerp follow these step given below After getting sever assertion error then first : Step1- In pgAdmin run the following query: update ir_module_module set state = 'installed' where state = 'to install' Step2-

How to add multiple properties file in spring configuration

Here we have configured the spring mvc configuration. In @ComponentScan we can give the path where we have our components(like controller, model, dao etc). For adding the single properties file we use: @PropertySource("classpath:application.properti

How to resolve "Unable to connect to the database" error?

There are few most common ways to fix database connection errors which are as given below. 1 Need to check Database details such as username or password which is exist in configuration.php is either incorrect or has been changed. 2 Compare databas

1 155 162
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: