In this post I will demonstrate with a hands on example how HTML elements in an .aspx page can be processed exactly like standard ASP.Net server controls. Basically how to make them accessible from server side code. 1) Launch Visual Studio 2010/2008/2005...
In this post I will show you with a hands-on example on how to accompish a common task. We will use an asp.net application to read data from an excel file. I have excel 2007 installed and I have several .xlsx files with data. A lot of people believe that...
In this post I am going to explain how to get information about the user's browser. This is the browser that the user uses to access the web application. You can accomplish what i am going to show you with javascript. But I approached it differently and...
In this post I will talk about ASP.Net State management. I will provide a hands on example with VS and VB.Net. Before I go on with my example I would like to give a short introduction first. Web applications are built on Hypertext Transfer Protocol (HTTP...