After a long time, I decided to write something again. My job has been keeping me quite busy, but I will try to post stuff more often. Anyway, last month I moved my website and my blog from a Linux…
FREE Trial ASP.NET 4.5 Hosting – ASPHostPortal.com :: How to Enabling Unobtrusive Validation in ASP.NET Web Forms?
In a normal validation scenario, when we use a validator to validate any control and use Client side validation, some JavaScript is generated and rendered as HTML. Also some supportive JavaScript files also get loaded by the browser for the…
ASP.NET 4.5 Hosting :: Sql Membership Provider to Log Into The Sitefinity Backend
In the Sitefinity security space, all user and role management is handled through the ASP.NET Membership APIs. Sitefinity’s backend uses its own custom membership and role providers, which utilize OpenAccess ORM to persist the users and roles into the Sitefinity…
ASP.NET 4.5 Hosting :: ASP.NET Using Crystal Report Created Chart Switched
In many applications, the report is indispensable, a good report make intuitive grasp of data to facilitate decision-making. In this article, we will be a three-tier structure asp.net program, for example, describes how to use Crystal Report to create a…
ASP.NET 4.5 Hosting :: How to Use GridView in ASP.NET
<%@ Page Language=”C#” %> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <script runat=”server”> </script> <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”> <title>GridView example: how to use GridView in asp.net</title> </head> <body> <form id=”form1″ runat=”server”> <div> <asp:GridView ID=”GridView1″ runat=”server” AllowPaging=”True” AllowSorting=”True” AutoGenerateColumns=”False” DataKeyNames=”CustomerID” DataSourceID=”SqlDataSource1″> <Columns> <asp:BoundField DataField=”CustomerID” HeaderText=”CustomerID” ReadOnly=”True” SortExpression=”CustomerID” /> <asp:BoundField DataField=”CompanyName” HeaderText=”CompanyName” SortExpression=”CompanyName” /> <asp:BoundField DataField=”ContactName” HeaderText=”ContactName” SortExpression=”ContactName” /> <asp:BoundField DataField=”ContactTitle” HeaderText=”ContactTitle” SortExpression=”ContactTitle” /> <asp:BoundField DataField=”Address” HeaderText=”Address” SortExpression=”Address” /> <asp:BoundField DataField=”City” HeaderText=”City” SortExpression=”City” /> <asp:BoundField DataField=”Region” HeaderText=”Region” SortExpression=”Region” /> <asp:BoundField DataField=”PostalCode” HeaderText=”PostalCode” SortExpression=”PostalCode” /> <asp:BoundField DataField=”Country” HeaderText=”Country” SortExpression=”Country” /> <asp:BoundField DataField=”Phone” HeaderText=”Phone” SortExpression=”Phone” /> <asp:BoundField DataField=”Fax” HeaderText=”Fax” SortExpression=”Fax” /> </Columns> </asp:GridView> <asp:SqlDataSource ID=”SqlDataSource1″ runat=”server” ConnectionString=”<%$ ConnectionStrings:AppConnectionString1 %>” SelectCommand=”SELECT * FROM [Customers]”></asp:SqlDataSource> </div> </form> </body> </html>
ASP.NET 4.5 Hosting :: Moving ASP.NET Apps from IIS 5.x to 6.0
Here are areas to watch when moving an ASP.NET app from Windows 2000 / XP ( IIS 5.x) to Windows Server 2003 (IIS 6.0). These notes assume you do not configure IIS 6.0 to use IIS 5.0 isolation mode. – Worker Process Changes…
ASP.NET 4.5 Hosting :: How Telerik’s ASP.NET AJAX Controls Help You Build High-Performing Apps Faster
Understanding how important app’s performance is for its success, Telerik has always been looking into finding creative ways to save you time and effort in this regard. This is why Telerik’s ASP.NET AJAX suite not only offers controls utilizing smart…
Press Release – Premier European HostForLIFE.eu Launches ASP.NET 4.5 Hosting Beta
HostForLIFE.eu was established to cater to an under served market in the hosting industry; web hosting for customers who want excellent service. HostForLIFE.eu – a cheap, constant uptime, excellent customer service, quality, and also reliable hosting provider in advanced Windows…