Description:-
In this Form we will see How to Open Browser in Ax from using ActiveX.
Step 1: Now Create
Form Node and...
find in container OR how to use confind() in dynamics ax
Description:-
In this
Article we will see about container in ax. There are more functionality in
container to do in ax...

Create HTML using HtmlTextWriter class in dynamics ax
Description:-
HtmlTextWriter
class is used to output properly formed HTMLinto a web page.
TheHtmlTextWriter...
How to read an Excel file in asp.net
Description:-
The following program illustrates how to open an
existing Excel spreadsheet in C# using .NET Framework...
How to add row in gridview dynamically in Asp.net
Description:-
This
article talks about a small project that presents the idea of having
a GridView which...

How to confirm sales order through code in Ax 2012
Description:-
In this post I have create
code for sales order confirmation, here we will see how to confirm sales...
SQL Query for get sales invoice GST Tax in ax 2012
Description:-
In this article we will see
about how to get GST Tax Rate and Tax amount through SQL Query.
Here I have...

How to Create Enum Parameter in SSRS Report in ax 2012
Description:-
When you use Enum as a
parameter in reports, it works well within the AX client. However, to deploy it
to...
Get client browser details in asp.net
Description:-
Here is one more example to read client
browser detail using HttpContext.Current.Request.Browser.
Here...