ASP.NET 4 Hosting :: CSS Friendly Menu Control in ASP.NET 4.0

It is very much easier to apply CSS when we have ul,li elements as the HTML content. If we look into ASP.NET Menu Control till Version 3.5, its render as Table-TR-TD Tag. Though Table/Tr/Td is quite useful to display tabular data but sometime  creates  a big problem when we need to do more work with CSS. To . . . → Read More: ASP.NET 4 Hosting :: CSS Friendly Menu Control in ASP.NET 4.0

ASP.NET 4 Hosting :: Using Complex Numbers in .NET 4.0

Complex numbers are not new to numeral system. A complex number contains one real part and another imaginary part. We can easily implement such a Type, but with .NET 4.0 System.Numerics.dll contains a new Type (struct) called Complex which deals with Complex numbers .

You can represent a number in Complex form very easily using Complex type.
Lets . . . → Read More: ASP.NET 4 Hosting :: Using Complex Numbers in .NET 4.0

ASP.NET 4 Hosting :: Master-Detail Views using ASP.NET AJAX

Master-Detail Views are very common in data-driven Web pages. These views are used for rendering one-to-many relationships. ASP.NET Web forms provided the strong server controls like grids,lists and drop-down lists which supports the multiple levels of data.

In Master-Detail View we normally navigate among master records and drill down into the details of the records that are . . . → Read More: ASP.NET 4 Hosting :: Master-Detail Views using ASP.NET AJAX

ASP.NET 4 Hosting :: ViewState Secure in ASP.NET 4

. . . → Read More: ASP.NET 4 Hosting :: ViewState Secure in ASP.NET 4

ASP.NET Hosting :: How to Get IP Address Using ASP.NET

How to get Internet protocol address using asp.net.Internet protocol is a communication between the nodes. Internet protocol, which is used to track a system host and used address the location. If we need to identify the user
who are all accessing our website and store the Internet protocol address in our database is very simple and . . . → Read More: ASP.NET Hosting :: How to Get IP Address Using ASP.NET

ASP.NET Hosting :: How to Fix The SMTP Host was not Specified

In most of my code I have an error notification function that sends me emails when I have exceptions.  The basic call is

Dim smtp As New System.Net.Mail.SmtpClient()
smtp.Send(msg)

The mail server can be specified in the New call, but hard coding it will cause problems if the mailserver ever changes.

The mailserver can be specified in the web.config or . . . → Read More: ASP.NET Hosting :: How to Fix The SMTP Host was not Specified

ASP.NET Hosting :: FileUpload Control in ASP.NET

With ASP.NET, accepting file uploads from users has become extremely easy. With the FileUpload control, it can be done with a small amount of code lines, as you will see in the following example. However, please notice that there are security concerns to to consider when accepting files from users! Here is the . . . → Read More: ASP.NET Hosting :: FileUpload Control in ASP.NET

ASP.NET 4 Hosting :: Using ASP.NET Membership API with SQL Server/SQL Azure

The Membership API came in .NET 2.0 and was a huge enhancement in building web applications with users, managing roles, permissions etc., The Membership API by default uses SQL Express and until Visual Studio 2008, it was available only through the ASP.NET Configuration manager screen (Website – ASP.NET Configuration) or (Project – ASP.NET Configuration) and for . . . → Read More: ASP.NET 4 Hosting :: Using ASP.NET Membership API with SQL Server/SQL Azure

ASP.NET 4 Hosting :: How to Export GridView ASP.NET 2 to Excel

In this article, we will see how to Export an ASP.Net 2.0 GridView to Excel. 

The focus of the article is the Export to Excel functionality – the Gridview and it’s data binding are only for demonstrating the . . . → Read More: ASP.NET 4 Hosting :: How to Export GridView ASP.NET 2 to Excel

ASP.NET Hosting :: Upload a File in ASP.NET using VB coding

. . . → Read More: ASP.NET Hosting :: Upload a File in ASP.NET using VB coding

Sponsors

Advertise Here

Best Blog Hosting Provider

Cheap Reseller Hosting

Best European ASP.NET 4.0 Hosting Provider