Answer Posted / vallabh naik
SqlParameter arParams = New SqlParameter("@FeedbackID",
SqlDbType.Int);
arParams.Direction = ParameterDirection.Output;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What are url fragments?
What are the main requirements for caching?
How can you debug your.net application?
Explain in what order a destructors is called.
What is a web api endpoint?
Explain the code Access Security (CAS) in .net Framework?
How to find out what version of asp.net I am using on my machine?
What is the base class from which web forms are inherited?
How to use ipostback?
Define the term Scavenging in Caching?
Is asp.net different from asp? If yes, explain how?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?