M
M
Max Suprunenko2015-10-30 11:05:40
ASP.NET
Max Suprunenko, 2015-10-30 11:05:40

Is it possible to write sites in ASP.Net in C# that would not use javascript?

Is it possible to write ASP.Net sites in C# without using javascript? Well, what would be functional as well.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry Kovalsky, 2015-10-30
@msuprunenko

Yes, you can. No one has banned the old school yet.

G
GavriKos, 2015-10-30
@GavriKos

ASP.NET is the server side. JS - client-side. There is no connection. You can also write in PHP without JS. Only such a site will be low-functional - everything that needs to be checked on the client or will not work.
An example is checking the identity of passwords during registration during entry. With JS it's easy. Without JS - in my opinion, nothing at all.

B
BaranovskiyNE, 2015-11-05
@BaranovskiyNE

And what is your goal? If the goal is for the application to work on some specific devices without javascript support - this is one thing, you can implement logic on the server and reload the page each time, if you just don’t want to learn javascript - then you won’t be able to seriously develop web applications, as if from they didn’t run it, anyway, in asp.net forms and in asp.net mvc everywhere you need to understand it, it’s like working as a dentist and not liking a drill :-), then it’s better not to develop for the web.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question