Archives
-
Displaying the text that was originally stored using multi line TextBox
One common problem that face the developers is that when they store a text using Multiline text box ,and try to dispaly that text using the label ( or any other control) on the form, they will find that the line breaks and spaces is not being rendered with in the text.
-
Microsoft Free Web Platform Installer (WEB PI)
Web platform installer is a small application that allow you to stay update to date with the latest .NET tools,updates and additions that is being added to the framework.Developers may not have enough time to search and read the latest releases and updates.And so the purpose of this tool is to server as a “single-place” for the developers to check the last updates and new releases that is related to .NET and Microsoft tools in generals.
-
Did you know that there is a VS 2008 sp1 Offline installer
Hi,
-
Birzeit university - Practical ASP.Net development session
Hi everyone.
-
Using CustomValidator to enforce the user to fill at least one textbox control.
If you have a requirement in which you have many textbox controls and you want to enforce the user to fill at least one of them, then you can simply use a custom validator control with a client side function like this :