Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
No Answer is Posted For this Question
Be the First to Post Answer
what is differance b/w .net assemblies and com component?
What is Session Object?
What is asp contentplaceholder?
Name the data type should you use if you want an 8-bit value thats signed?
What are the attributes of the <form> tags?
Define a cookies collection?
When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client
What is asp in web?
How do I view an aspx file?
what is the is the difference between asp and asp.net?
What are the attributes of the <form> tags? What are their functions?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.