function disable()
{
// alert('asdfgsjf');
if(event.button==2)
{
alert('Right click disabled ');
return false;
}
}
{
// alert('asdfgsjf');
if(event.button==2)
{
alert('Right click disabled ');
return false;
}
}
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