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

Search In

Different types of SQL Commands

SQL(Structured Query Language) is a computer language used for storing, retrieving and management of data in Relational Database Management System(RDBMS). The commands of SQL can be categorize into following categories : 1. DDL : DDL stands for Data

MySQL Stored Procedure

MySQL Stored Procedure Stored Procedure 1)Stored Procedure are a set of declarative SQL statements which when created are compiled and stored in database.The main reason for their creation is that they are reusable. Stored procedure work different

AngularJS Dependency Injection in detail

Dependency Injection allows the removal of hard-coded dependencies and makes it possible to change them. It helps in making components testable,reusable and maintainable. We are provided with in built dependency injection mechanism by AngularJs. We c

Using tabbed controls in .NET

While designing applications in .NET sometimes you need to mention the UI in a single page such that they appear one by one not at a single go. For doing that you need to use the tab control provided by .NET framework. We have multiview controls in

Searching and Filtering Gridview in ADO.NET

While binding data with GridView control the two of major things that we want is to sort data and to filter data.   First thing can be done by writing Sql query with order by clause.   Select * from student order by StId   Secon

How to lookup address & city location on live search using google

Hello Reader's!Sometime you want to use the auto complete as a text suggestion on your search field. Here I am going to explain how you can search city with suggestion. It's a very simple to use in any application. First you need to use Goog

How to handle a rpc call in OpenERP

In OpenERP rpc help to change the post, like user want to excute two server in same systems then use rpc and change port number of other server. Basically rpc is used to run server in local systems. Use this function given below def rpc(service_na

UMTS - GPRS Tunneling Protocol

GTP protocol is designed for the tunneling and for the encapsulation of control messages  in GPRS   GTP  is available in two variants, control and user plane. GTP-C manages the control plane signaling, and it is important for the dat

Mobility in IPV6

When we connect a terminal to the network, it will get an IP address and all the communication will be based on that particular IP address.   When the terminal changes its physical position , then the IP address associated to that changes acco

Remote Validation in Asp.Net MVC

Hi Friends Whenever we register a user in our registration form we need to check for existence of current email/user name or any unique identification property. You certainly don't want two users to be registered with same email Ids. A

1 130 342
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: