What do you mean by authentication?
No Answer is Posted For this Question
Be the First to Post Answer
What are the two properties that are common on every validation control?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
What is three major points in WCF?
Can you set the session out time manually?
What methods are fired during the page load?
7 Answers InSync Tech-Fin, Siebel Systems, Visual Soft,
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load?
If we remove web.config or machine.config from the application then, is this application will works?
how many select state ments are used in stored procedure?
I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh