Code Reuse
-
Hi all, I am working in ASP. and new to .NET.i have one clarification, can we reuse ASP code in ASP.net???
If U Get Errors U Will Learn If U Don't Get Errors U Have Learnt
What code you are planning to reuse ? Usually it's not possible or not a good idea, you will mess up things.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
What code you are planning to reuse ? Usually it's not possible or not a good idea, you will mess up things.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
the htm and jscripts..... if u can suggest , what code can be reused ?????
If U Get Errors U Will Learn If U Don't Get Errors U Have Learnt
HTML and Javascript can be re-used. It has no dependencies with ASP/ASP.NET.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
HTML and Javascript can be re-used. It has no dependencies with ASP/ASP.NET.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
can ASP code be reused.????
If U Get Errors U Will Learn If U Don't Get Errors U Have Learnt