Issues When Trying to Use Multipart-Form Data with Jquery AJAX Forms
Let me first set the background for this discussion. I have a client that wants to ask for some information like name, address, education, etc. and wants them to attach … Learn More
View ArticleUsing AJAX to Send Multipart Form
In my continuing detailed blogs in reference to Issues when trying to use multipart form data with jquery ajax forms, I want to talk about using AJAX to send Multipart … Learn More
View ArticleSend Multipart Data without Using HTML5 FormData
In my previous article I discussed the process of building a FormData object and sending it to the server using Jquery. This is great but what if you are building … Learn More
View ArticleDeploying a Crystal Reports Application on Arvixe Shared Servers
Our servers already have the Crystal Reports run time engine that is available as part of the default installation of Microsoft Visual Studio. Our servers have Visual Studio either 2005 … Learn More
View ArticleSending Multipart- Form Using AJAX
As part of the continued articles on submitting Multi-part Form using Jquery and AJAX. I have attached the JavaScript part and the web.api part to a project that I have … Learn More
View ArticleAccess Multipart Form Values using MultipartMemoryStreamprovider
In my ongoing articles I have provided a complete example on how to submit Multi-part form data using AJAX. You can see the many articles starting here. This article is … Learn More
View ArticleUsing Reflection to Assign HttpContent to Class Properties
In my continuing discussion about implementing Multi-part Form AJAX submission I have a need to talk about how I bound the HttpContent to a strongly typed class. One way you … Learn More
View ArticleCreate Comma Separated List in SQL Server
Assume for a minute that you have a table with records that you want to quickly put into a comma separated file (fig. 1). You don’t want to create a … Learn More
View ArticleManage Your Database with SSMS 2012
Hello, In order to manage sql databases on ASP servers, first we will need to install SQL Management studio. 1) Download the correct version:...
View ArticleGetting the Actual Dimensions of an Uploaded Image
Suppose you allow images to be uploaded on your site but they must be of a certain size or maybe you want to resize the image as a percent of … Learn More
View ArticleIntroducing Umbraco – Installation Process
Umbraco is one of the leading .NET based open source content management system. In order to install it, you require access to Windows server with either .NET Framework 4 or … Learn More
View ArticleAdding Content to Umbraco Site
In the previous article, we have learned the basic steps to install Umbraco. By default, Umbraco adds few pages depending upon the starter kit. However, you can add extra pages … Learn More
View ArticleCreate a Visual Studio Project to Use Mashape APIs
If you are a developer than you are very aware of API’s and if you use the web to develop then you are even more familiar with web API’s. I … Learn More
View ArticleCapturing City and State from a Zip Code
In the ever changing world of internet there is one area that doesn’t change that every developer loves (not really)–the creation of forms. I find myself always asking for the … Learn More
View ArticleRedacting Data in SSRS 2012 When Printing or Exporting
In the age of paying for the weight of your recycling trash or kids trying to convince the Federal Government to change the font on all documents to save ink, … Learn More
View ArticleConnect to a Microsoft Access Database using DSN in Arvixe
Hello, I recently had to set up a connection to a Microsoft Access DB using DSN and as I have just a little ASP knowledge, it took me hours to … Learn More
View ArticleGenerate Machine Key with IIS Manager
Machine key is applied for authentication and security in ASP. You must set the Machine Key for security and to avoid a viewstate validation error in your ASP applications. On previous articles … Learn...
View ArticleUsing Specific ConnectStrings in Applications
If you have built any application you know that a large part of an application is saving and retrieving data from some sort of storage. This storage comes in a … Learn More
View ArticleReseeding a SQL Table
Sometimes you have tables that have an identity column (SQL Server) and whatever reason you need to reseed (reset) the identity column values. This may be a result of inserting … Learn More
View ArticleDotNetNuke Platform Installation
DotNetNuke Platform (formerly DotNetNuke Community Edition) is a popular open source ASP.NET based Content Management System. It can be easily customized using themes. Moreover, you can extend the...
View Article