asked on
ASKER
ASKER
ASKER
ASKER
ASKER
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY
<script language='JavaScript'>
function ClearText(id) {
var textbox = document.getElementById(id
textbox.value = "";
}
</script>
<asp:TextBox id="sample" onfocus="ClearText('sample