Description:-
Here is one more example to read client
browser detail using HttpContext.Current.Request.Browser.
Here...
Get Image coordinates in Asp.Net
Description:-
In this article we will see about
image coordinates. You can get image co-ordinates using the position...
How to create edt lookup in dialogbox in dynamics ax
Description:-
Here we will see how to create
EDT Lookup in Dialog. Here I have created job for display lookup in dialog...
Display gridview row as coloumn in asp.net
Description:-
In this example we explain
that how to convert GridView columns to row or convert GridView columns to
GridView...

How to Generate Barcode for String Value in Ax 2012
Here is the job for Generate Barcode for String value in
Ax 2012.
static void Barcode(Args _args)
{
...
How to get active Dimension for Item in Ax 2012
Here I have Created job for get active dimension for item
in Ax 2012.
static void ActiveDimension(Args _args)
{
InventTable ...
Perform a PackingSlip Update through code in ax 2012
Description:-
Here I have given salesid an perform a packslip update on
it.
public packSlipUpSO(SalesId _salesid)
{
...
Create Auto number from table method in ax 2012
Description:-
In this article we will see about how to create auto number
sequence when we create row in table. Here...

Read XML file in datatable and bind to datalist in asp.net
Description:-
In this article we will see
about how to read Xml File in Datatable and bind into datalist in dotnet. Here
I...
Generate Number Sequence based on Fynancial year in ax 2012
Description:-
In this article we will see about how to generate number
sequence based on financial year in ax 2012.
Here...
How to validate number in ax 2012
Description:-
In this article we will see
about how to validate number based on some expression or else if we want...
Journal has already been posted and, consequently, is not open in ax 2012
Description:-
The cause of this error is when you are trying to post a
Journal which is already posted.This mostly...
Open form on button click and passing arguements in ax 2012
Description:-
In this article we will see about how to pass arg,
parameter, query and array object in one form through...