As you develop your web application in .Net framework you need to run the web application online. Because Visual Studio can allow you to run application only on local computer. So now what next we need to do if we want to run our application online. We need to deploy the application and also configure [...]
Using the Querystring is the another method to pass information between pages in your ASP.NET application. As we know that Querystring is the portion of the URL after a Question Mark(?). The information is always retrieved as a string that can be converted with any type.Here we get the code to pass multiple values at [...]
How to Extract a URL’s Title, Description and Images using HTML Agility Utility
Filed in ASP.NET, Web AppExtracting the details from any web page URL is not so easy task. Because you need something to track that page. In this article we are going to extract the details like Title, Description and collection of Images. To do this we need HTML Agility Utility in our web application. When we share a link [...]
There are different types of testing methods and strategies that you can use for the sake of checking if your landing page is up to the mark. However, when you are planning these strategies, there are a few common mistakes that you must avoid.
Hello Friends, We have discussed many thing on GridView previously. Today we are going to discuss one more and interesting thing that you can implement inside GridView. Today in this article I am going to tell you how to bind data with a toolbox control that is Textbox control inside a GridView. To perform this [...]
A machineKey generator allowing static keys in ASP.NET 1.1 or 2.0 applications. There are two keys that ASP.NET uses to encrypt, decrypt, and validate data in ViewState, Forms Authetication tickets, and out-of-process Session data. The decryptionKey is used for encryption and decryption of authentication tickets and encrypted ViewState information. The validationKey is used to validate ViewState and [...]
Wizard Control of ASP.NET help us to create a step by step wizard in our website. The Wizard control used when we want a big number of entries from user. Mainly we use this control in signup process of our site. In this article we will learn to use the Wizard control as well as [...]
Previously We have exported the GridView control to Excel/CSV files. Today we are going to export the GridView to PDF File. Exporting the GridView to PDF is a different thing. Because we need some other references to perform this. I have add a reference ‘iTextSharp.dll’ to export into PDF. Also in this article the process [...]
Development of software is only a single phase of overall system development. Coding is an important step on system development but maintaining the quality of software is also an important part and a challenging job. Proper testing is important for the good quality assurance. At present, there are different tools available for testing products. The tools like