function displayRow1()
{
if (document.form1.ddlstatus.value == "Select")
{
document.all.item('trdor').style.display = "none";
}
if (document.form1.ddlstatus.value == "Working")
{
document.all.item('trdor').style.display = "none";
}
if (document.form1.ddlstatus.value == "Resigned")
{
document.all.item('trdor').style.display = "";
document.form1.txtDOR.focus();
document.form1.txtDOR.select();
}
}
Subscribe to:
Post Comments (Atom)
-
Bootstrap css front-end framework. jQuery fast, small, and feature-rich JavaScript library. DataTables advanced interaction contro...
-
click on below link to send sms http://www.eggheadcafe.com/community/asp-net/17/10281633/code-to-send-sms-using-webservice-like-way2sms.as...
-
// use the following event in Your script tag function pageLoad(sender, args) { if (args.get_isPartialLoad()) { //alert(...
What is the use of n-tier architecture and 3-tier architecture?
how to implement 3-tier architecture in asp.net using c#. 3-Tier architecture is also called layered architecture. Some people called it ...
No comments:
Post a Comment