Hi guys,
I want to ask is asp.net code a client side executable, or server side executable code? I think it is both server and client side executable code. Please correct if if i'm wrong. Thanks.
Printable View
Hi guys,
I want to ask is asp.net code a client side executable, or server side executable code? I think it is both server and client side executable code. Please correct if if i'm wrong. Thanks.
ASP.NET is a technology for creating web applications. You use a server side language and a client side language. The most commonly used languages in ASP.NET are VB.NET for server-side and JavaScript for client-side.
thanks mendhak for that info! I knew it was server and client side executable code but i wasn't sure at that time. Thanks again!!:)