what is datacontrols?
Answer / payel datta
There are two types of ASP.NET data controls available in
Microsoft Expression Web: Data Source controls, which allow
you to set properties for connections to database or XML
data sources, and Data controls, which allow you to display
data from data sources specified in Data Source controls.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the features that are new in .net 2.0
What is the difference between partial and renderpartial?
what is Framework?
Integer & struct are value types or reference types in .NET?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
What is difference between viewbag and viewdata and tempdata?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
what is csdl?
What is objectset? : Entity framework
What is .net framework used for?
Iam using an asp.net application . i want to update one of my table in database at 4pm every day how it is possible.