By Wayne Plotche, on June 5th, 2013%
In this article I’ll be explaining how to add Tiny MCE Rich Text Editor in ASP.Net Web application.
Download TinyMCE Editor
To start with you need to download the Tiny MCE Editor from the Tiny MCE website using the link below.
Download Tiny MCE Editor
Adding TinyMCE to the ASP.Net Website
Once you downloaded the TinyMCE Editor place the folder . . . → Read More: ASP.NET Hosting Tips :: How to Use Tiny MCE Rich Text Editor in ASP.Net
By Sandeep Mukhela, on April 29th, 2013%
ASPHostCentral.com offers the latest WebMatrix 3 hosting service to all our new and existing customers.
You can always start with our Standard Plan (from @$4.49/month) to deploy WebMatrix 3 applications to our server. Should your requirement changes in the future, you can always request for an upgrade without causing any downtime. Remember, everything is just one-click away . . . → Read More: WebMatrix 3 Hosting with ASPHostCentral.com
By andy_yo, on March 25th, 2013%
With ASP.NET 4.5, ASP.NET introduced model binding for web forms as well. Model binding helps to simplify code focused data access logic within web forms.
About ASPHostPortal.com
ASPHostPortal.com is Microsoft No #1 Recommended Windows and ASP.NET Spotlight Hosting Partner in United States. Microsoft . . . → Read More: ASP.NET 4.5 Hosting – Create Custom Value Provider in ASP.NET 4.5 Model Binding
By andy_yo, on February 28th, 2013%
In ASP.NET 4.5 we have a very good feature; now we can map a Data Control with a Strongly Typed Data Model. Microsoft exposes one new property for all Data Controls, called ItemType. You need to assign the ItemType property to model that is going to be associated with the data controls. As
These controls are also . . . → Read More: ASP.NET 4.5 Hosting – ASP.NET 4.5 Strongly Type Data Controls and Modal Binding
By andy_yo, on February 19th, 2013%
A nice feature with ASP.Net is the model binding, it reduced our code and effort to bind our well know controls like GridView, DataList, Repeater etc. So let’s see how we can bind our old controls in new and easy way. Let’s see how we bind the our grid before 4.5
We write the code to get . . . → Read More: ASP.NET 4.5 Hosting – Model Binding in ASP.NET 4.5
By andy_yo, on February 1st, 2013%
What is Web Deploy?
Web Deploy is an extensible client-server tool for syncing content and configuration to IIS. Web Deploy is used primarily in two scenarios:
Developers use it to sync (aka ‘publish’) a compiled web applications (ASP .Net, PHP etc) from developer tools (Visual Studio, WebMatrix, etc) . . . → Read More: WebDeploy Hosting – Advantages of using WebDeploy over FTP
By andy_yo, on February 1st, 2013%
The performance of your web application has a great impact on the end user experience. If your web application is slow, obviously users are going to be turned away from using it. There are many factors that contribute to the performance of a web site. A couple of important ones are – the number of requests . . . → Read More: Windows ASP.NET Hosting – Boosting Web Application Performance with Bundling and Minification
By andy_yo, on January 30th, 2013%
Cloud computing is a disruptive technology that is changing the way enterprises look to meet their IT hardware and software requirements. Cloud computing is a mix of the latest ideas, technology and delivery models including Infrastructure as a Service (IaaS), Platform as a Service (PaaS) and Software as a Service (SaaS), and other models in the . . . → Read More: Cloud Hosting – Cloud computing advantages
By Sandeep Mukhela, on January 25th, 2013%
So this question comes up all the time: “Where should I keep my shopping cart data for my application?” The common knee-jerk response is “use session state”. I find this to typically be the wrong answer if you want to build a resilient and scalable application.
Session state was originally meant for this kind of data (user . . . → Read More: ASPHostCentral.com – Few Important Things to consider before using Session State
By andy_yo, on January 23rd, 2013%
Web Forms in 4.5 allows you to build dynamic web sites quickly and easily. Web Forms generates much cleaner code on client-side with Unobtrusive Validation in this version. You can also build data-centric applications easily with data-binding features.
About ASPHostPortal.com
ASPHostPortal.com is Microsoft No #1 Recommended Windows and ASP.NET . . . → Read More: ASP.NET 4.5 Hosting – ASP.NET 4.5 Web Forms Key Features