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

Search In

Gridview is only adding one item. However i want it to add both items

My listbox2 items are the items needed to be added as columns. i am using a button to add items from listbox1 to listbox 2. so lets say if listbox1 item x,y coordinate is added to listbox2 item then i need to add column x,y coordinate to the gridview

PHP - A brief Overview - Part -1

This posts will provide you a brief overview of PHP which is the most popular web development language. It is targeted to the audience having basic knowledge of programming. The readers searching for more in-depth knowledge will be disappointed. Thi

How to build Asp.Net website with multi-language?

While creating website in multi-language we have to first understand that what is Localization and Globalization  Localization-Localization is the process of designing web application in such a way such that it can display content in the langua

How to create category attributes ?

In magento sometimes we are required to create category attributes programmatically in admin panel.  Lets see how we can do it: 1. Create a module with namespace and modulename. 2. Then Create a file config.xml in etc folder in our module. 2. Th

ASP.NET MVC Areas

We already know that ASP.NET MVC framework includes separate folders for Model, View and Controller. However a large application can include a large number of controller, views and model which is difficult to manage. Areas help in splitting such lar

Temp Table and Temp variable in sql

Temp Table -Temporary Temp Tables 1)They can be created at run time in Tempdb database. 2)DDL,DML statements like select,update which can be executed on regular tables can be done on temporary tables. They can have constraints and can be indexed.

How to install Django Web Framework on Ubuntu 14.04 ?

Django is Python web framework for developing dynamic websites and applications. Using Django we can develop Python web applications faster. There are number of ways for installing Django, for now I will discuss two ways for installing Django i) Gl

JavaScript Closures

In Javascript, we have two type of variables Local variable Global variable A local variable can only be used within the function where its is defined whereas a global variable can be used by all the script within the page. What if we want to h

How to insert form data using Wordpress

Hello Reader's! If you are new to wordpress and looking for the method to insert form data into table, Then you can use the Wordpress liberary code to do that:- <?php global $wpdb; $wpdb->insert('wp_custom_user', array(

What is the difference between two vendors folder available in cakephp?

Hello Readers In Cakephp framework (based on MVC) you noticed that there are two “vendors” folder. 1. One is it is in “app” folder. 2. Second one is in root folder. Therefore, the use of two vendor folders in Cakephp is that first (which is plac

1 7 76
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: