I’m currently working on an ASP.Net web application. Just curious when I noticed that I have both javascript codes and C# codes. Is it possible to transfer all my javascript codes to c# codes to make it looks more consistent? Thanks!
I’m currently working on an ASP.Net web application. Just curious when I noticed that
Share
No. JavaScript code executes on the Client Side. C# executes on the Server Side. They perform two different functions and can’t be treated interchangeably.