
Search In
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
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
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
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
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 -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.
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
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
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(
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
