How do you implement postback with a text box?
No Answer is Posted For this Question
Be the First to Post Answer
When you use Ajax controls in the ASP.NET application?
You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner.
What is the difference between exe and dll?
Clearly Explain the ispostback
Explain about ASP.NET?
What is x xss protection?
How can we update records in gridview?Is there any appropriate code for it?
When is validation done on the client? How does client-side validation improve the efficiency of an application?
Why and where this web.config file is used?
What is strong name and which tool is used for this?
what is the Difference between Dim Object as object AND dim obj as myform?
List of words of preprocessor in .net?