
Search In
Mapping a domain to an IP in goDaddy
Go To My accounts in Godaddy and select manage domains.
Select the domain where you need to map the ip i,e. domain.com
Click on manage and then click on DNS zone file option
See the ‘@’ in hosts and click on ed
How to make a Grid in Asp.Net MVC
In this Blog we will see, how to make a Grid using WebGrid in Asp .Net MVC.
Step 1: Create a MVC application.
Step 2: Now make a Model say Student which will hold the data to be displayed in the Grid.
Example:
In Odoo module is contained in its own directory within the server/bin/addons
directory in the server installation.
profile_module name, in which we put an empty __init__.py file (as every directory Python imports must contain .py file like in below
Sometimes we need to focus a textbox on button click based on some condition. We can do this by using focus().
Example- Suppose I want to focus search-box on button click if the search-box is empty, then we can do this as below:
<input id="searc
The action manager can be invoked explicitly from javascript code by creating a dictionary describing an action of the right type, and calling an action manager instance with it.
In below example I have written javascript to Include only parent level
How to show checkbox selected using MVCCheckBoxList in Asp.Net MVC
In my previous blog I have discussed about how to use MVCCheckBoxList. Please visit the following link for reference:
MVCCheckBoxList in Asp.Net MVC
Issue:
The problem which I also
In order to get the TimeZone, we have TimeZone class in android.
For getting TimeZone of a device do the following steps:-
Step 1
Create an Object of Calender
Calender calender = Calendar.getInstance();
Step 2
Get TimeZone object by using getTime
We can split sublime editor into 2 or more screen in any one of the following 2 ways :-
I am going to tell you how to split it into 2 screens, using the similar way you can split in into more than 2 screens also or vice-versa.
1> From menu b
The following method can help you to find device manufacturer name and model name. To get these details Android provides Build class to get system properties like Build.MANUFACTURER returns the device build name.
Build.MODEL returns the model name o
Hi,
I am writing my method that convert Bitmap to ParseFile that we need to upload image on parse.com server.
Below is the method in which we just pass our bitmap of image and we get ParseFile.
We use ByteArrayOutputStream then convert it to png.
