please any one tell me asp.net is front end language or back end language ?

No one refers to anything as a front end or back end language. The front end refers to how your users access the system and the back end refers to how the data is stored.

asp .NET is a framework for writing applications it could affect either your front end or the back end.
 
asp.net works on the server side which i guess would be a back end

languages like javascript are run on the client and are font end languages
 
Back
Top