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

Search In

How to handle multiple submit buttons in Asp.Net MVC

"Handling multiple submit buttons in Asp.Net MVC"     In various cases we have to take multiple submit buttons in a form , I will not discuss the cases but let us take the following example: <form method="post" action="/Multip

Connecting MySQL database with MySQLi Object Oriented style

My previous article "How to connect MySQL database using MySQLi procedural function" demonstrates the use of MySQLi procedural function mysqli_connect() is used to connect with a MySQL database and MySQLi extension also provides an Object O

How to make user in OpenERP (Odoo)?

If you want to make user in OpenERP (Odoo) follow the below mentioned steps: - Step-1 Go to Settings menu and click it. Step-2 Go to users->Users Step-3 click on Create button Step-4 Name->Email->Adress->Access Rights->Appli

Encapsulation

Encapsulation Encapsulation is defined as the process of combining the data and functions into one entity, encapsulation is a concept of making fields private and allow the access through public methods. As we are making field private so it is also

How to handle or remove warning of security in chrome through Selenium WebDriver?

Below is the error while run in chrome. Use this code, it will always work System.setProperty("webdriver.chrome.driver", YourChromePath); DesiredCapabilities capabilities = DesiredCapabilities.chrome(); ChromeOptions options = new

How to make text url to hyperlink using PHP

Hello Reader!, On printing the url in plain text, they do not appears as hyper linked but using PHP you can perform this. Let's see the example below that takes a plan url as input and return the hyperlinked url:- <? function createHyperLink($ur

How to create a color field in OpenERP/Odoo ?

To create a Field Color class, the value of this field should be a string containing a color code like those used in CSS. This color field should display in block whose color corresponds to the value of the field. In read-write mode. For more see exa

How to get subscription information of chargify using .net

First we add dll of chargify using ChargifyNET; Create the object of subscription ISubscription newSubscription; newSubscription = new ChargifyNET.Subscription(); Connect to the chargify by giving URL,apikey and password ChargifyConnect objCh

How to create a Sticky Menu bar with CSS and Jquery

In this example, we will create a simple webpage that consists of the header, the navigation and the content. <div class="wrapper"> <div class="header"> Header </div> <div class="nav"> Na

How to make http post request by passing xml using c#

Following function will expect a generic List and serialize into xml and make an http post request and after receiving response it will again deserialize xml into generic list:- public customer CreateOrder(customer objCustomerRequest) {

1 117 370
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: