Explain the difference between a namespace and an assembly name?
No Answer is Posted For this Question
Be the First to Post Answer
Why we need stored procedures?
What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count
What is asp contentplaceholder?
Write a program in ASP that connect with "Employee" Database and Select all records from "Emp" table and shown in tabular form.
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
What is the function of Buffer in Response Object?
what is execute dataset for sp
Name the methods in session object?
in how many sttes asp.net page available?
what is mean of ASP?
What are the advantages of Cookies over Session Object?