
How to Choose ASP.NET Hosting Plan Based on Your Requirements

In today's article you will learn the differences between Code Behind and Inline Code in ASP.NET. Many people remain confused about the differences between Code Behind and Inline Code. Here I am explaining both of them with examples that will help you to understand the differences between the two. Code Behind Code Behind refers to the code for an ASP.NET Web page that is written in a separate class file that can have the extension
Spam is flooding the Internet with many copies of the same message, in an attempt to force the message on people who would not otherwise choose to receive it. Most spam is commercial advertising, often for dubious products, get-rich-quick schemes, or quasi-legal services. Spam costs the sender very little to send -- most of the costs are paid for by the recipient or the carriers rather than by the sender. There are two main types
In this article, I will explain how to add google search without plugin. We see Google search in almost every WordPress site or blogs. There are many advantage to use Google Search. The benefits of using Google search are speed, users already trust Google brand, you will not have to maintain or update it and if you have adsense account, you can advertise your product on Google search result page. The default WordPress search is not
In this tutorial, I will show you how to make your own umbraco template. We can create containers that content editors can use to create a hierarchy of pages but, as of yet, we have no way of rendering that data on a website. In order to do that, we must create a template. In today’s guide, we’re going to cover how to create a template in Umbraco and creating a matching MVC view to
As a web hosting provider focusing on ASP.NET hosting and dedicated to offer customers best hosting experience, we are happy to see that many professional review sites rewarded us as the best ASP.NET hosting for our affordability, usability and reliability. However, there are still some people don't know much about us and wonder why we are the perfect choice for ASP.NET hosting. To figure it out, we worked out this article to introduce our company
In this tutorial, we will implement to get data from ASP.NET Web API and create map chart with markers using jVectorMap plugin. jQuery UI dialog will be used to display drill-down detail information in a responsive and clean style. Step 1 - Getting Started Create ASP.NET MVC 4 Internet application. Download jvectormap files. Add “jquery-jvectormap-1.2.2.min.js” in Scripts folder and “jquery-jvectormap-1.2.2.css” files in Content folder. We are going to implement USA map, so download jquery-jvectormap-us-aea-en.js and
Normally in the controls like Text box at ASP.NET Webform, whenever you press enter key it will submit the page. In other words, it will post the page back to the server. In this post, we are going to explain different ways how to avoid this by using JavaScript. #1. Insert the JavaScript Directly to The Markup In this way, you need to include the “onkeydown” event on each text box control.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="DemoWebForm.WebForm1" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> Enter First Name: <asp:TextBox ID="TextBox1" runat="server" AutoPostBack="false" onkeydown="return (event.keyCode!=13);"></asp:TextBox> <br /> Enter Last Name: <asp:TextBox ID="TextBox2" runat="server" AutoPostBack="false" onkeydown="return (event.keyCode!=13);"></asp:TextBox> <br /> <asp:Button runat="server" ID="btnSubmit" Text="Submit" /> </form> </body> </html> |
#2. Insert
Today’s tutorial is a rather simple but very effective trick that will improve the overall user experience in your next C# project. If you are building a site that is form intensive (let’s say an online instruction course website) and the user would like to remove text boxes that he/she has inputed because he/she is not happy with his answer. Instead of the user going through and deleting all of the answers himself, you can create
Chat application is very common in web today. In this post, we will explain you how to create a simple chat application using PHP, AJAX and MySql. The chat application that we are building is very simple. It include a start form where user enter his email address and also enter his friend email which he want to chat and same thing done by his friend we use these email as unique and send their