Skip to main content

Posts

Showing posts with the label Create user control in axapta

How to create user control through enterprise portal

Create User Controls Your own User Controls can be created for use on Enterprise Portal pages. User Controls are created in a Visual Studio Web project. Use the following procedure to create a new user control: 1. Start Visual Studio. 2. Open the Web project for which you are creating a User Control. 3. Select the Web site in Solution Explorer. 4. In the Website menu, click Add New Item. 5. In the Add New Item window, be sure the Language drop-down is set to Visual C#. 6. Click Dynamics AX User Control. 7. Name the new User Control. 8. Click Add. Design a User Control To design a User Control, you use the graphical design view in Visual Studio. There will also be cases where you edit the source for the User Control directly. Use the following procedure to design a new user control: 1. In Solution Explorer, right-click the User Control. 2. Click View Designer to view the graphical layout for the User Control Or Click View Code to view the source that defines the User