Welcome to MSDN Blogs Sign in | Join | Help

October 2009 - Posts

Add all Role Centers to AX Client Favorites for demo purpose

Run this job in AX Client to add all oob role centers to your favorites section in AX Client for easy demo purpose. static void AddRoleCentersToFavorite(Args _args) { str sDefault ="Default"; SysProfiles uprofile; MenuFunction mf; TreeNode treeNode; TreeNodeIterator
Posted by meysun | 2 Comments
Filed under:

How to set focus on the asp.net textbox in AxPopup form?

To set the focus include this method in your page that is opened in the popup window and call the method without control name in the page load event. For example to set the focus on txtCustAccount protected void Page_Load( object sender, EventArgs e)
Posted by meysun | 0 Comments
Filed under:
 
Page view tracker