Dynamics AX 2012 Demo data
Dynamics AX 2012 RTM Demo Data (6.0.947.0) is available now for download from either PartnerSource or CustomerSource. Origional Post:http://daxdilip.blogspot.com/2011/09/update-dynamics-ax-2012-rtm-demo-data.html
Dynamics AX 2012 RTM Demo Data (6.0.947.0) is available now for download from either PartnerSource or CustomerSource. Origional Post:http://daxdilip.blogspot.com/2011/09/update-dynamics-ax-2012-rtm-demo-data.html
Are you an IT Professional looking to learn more about how SharePoint Online can help supplement your on-premise SharePoint 2010 Products deployment? We’ve recently put together a comprehensive set of learning materials that illustrate the benefits of SharePoint Online and how you can leverage its capabilities to bring additional value to your on-premise deployment. Video…
I have Windows 7 x86 and Visual Studio x86 and want to create SharePoint 2010 project and make development but Sharepoint 2010 is only install on X64 so i search and find a solution. Origional Thread : http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/cda807f6-4edf-4efc-8e9b-4d446356c8ae/ Here are the steps to remotely build sharepoint components and remotely debug: Create, build, and deploy your…
What is 301 redirect? 301 redirect is the best method to preserve your current search engine rankings when redirecting web pages or a web site. The code “301” is interpreted as “moved permanently”. After the code, the URL of the missing or renamed page is noted, followed by a space, then followed by the new…
I find nice article which explain new features in C# 4.0 Below is main features 1. Dynamic Lookup 2. Optional Parameters 3. Named Arguments 4. Generic Variance 5. COM Interoperability Please check origional article at : http://www.simple-talk.com/dotnet/visual-studio/the-new-features-in-c4.0/
I was looking to create a such search where i can give simple one text box and get search in all columns of perticular table. When i was looking for that i find this script which is really cool… Find Origianl Article At. http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm Here is stored procedure “SearchAllTables”. It accepts a search string as input…
I’ve decided to add the new ASP.NET 4.0 Chart Control to one of my web apps. Everything worked fine during the testing on my local machine, but once I published it to remote IIS 7.0 server I’ve got the following error: HTTP Error 500.23 – Internal Server Error An ASP.NET setting has been detected that…
Hello Friends. I find a good control to image zoom. http://www.ajax-zoom.com/ AJAX-ZOOM is a powerful image zoom & pan gallery plugin based on jQuery (JavaScript) and PHP. It is a completely packaged low cost solution1 to present high resolution images on the web. With over 250 options AJAX-ZOOM is very flexible and can be seamlessly…
Sometimes we have to change the data that we are using. Sometimes this change may change the value of the data or sometimes it just changes the memory space allocated by that data. This change is called data type conversion. Data type is converted in 2 ways. They are: Implicit conversion Explicit conversion They are…
System.Diagnostics.Process.Start work in asp.net but not in IIS7
Hi friends, recently i am working in project and find that when i try to execute any command using System.Diagnostics.Process.Start it will work in my development area but when i deploy in IIS it not work. i really find many solutions like 1. in services under controlpanel tick checkbox “Allow services to use desktop” for…
Read More