HTMLEditor is an ASP.NET AJAX Control that allows you to easily create and edit HTML content. Various buttons in toolbar are used for content editing. You can see generated HTML markup and preview document. The Editor control is very useful when you are trying to develop a blogging site. The Editor control has some other [...]
This article will help you to validate your userid. While developing a Web Application every developer need to provide this technique for the users of that application. They need to provide a unique userid and password to every users so that they can access only their account. In this project I will tell you that [...]
In this example I will show you to develop your own browser in ASP.NET Application. This is a WPF Application. To develop your own web browser you need to use “WebBrowser” control of WPF Application. I have used some limited features of this control, but you can extend its features according to your requirement. This [...]
This Article will help you to learn about Literal control in ASP.NET. The Literal control is similar to a Label control. The most important thing about this control is that the Literal control is programmable. It doesn’t add any HTML element to the web page. Also we can not apply style to this control.
This Article will help you to create a new table programmatic in your asp.net application. As you know that we use table control to show our data sometimes. and we use the table control to use this. In this article I will tell you that how can you add a table by writing code in [...]
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