How to merge 2 tables fields in DataTable in asp.net
Answer Posted / senthil kumar
you can use the query to merge the fields.that query will
be executed through the sqlcommand.
| Is This Answer Correct ? | 22 Yes | 8 No |
Post New Answer View All Answers
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Where viewstate value is stored in asp.net?
Explain an object, class and method.
What is a SESSION and APPLICATION object?
To display data in a Repeater control which template you provide?
Which protocol is used to call web service?
Differentiate globalization and localization.
What is http session state?
Explain the difference between web user control and web custom control?
What is protected configuration?
Do cookies store passwords?
What is .net remoting?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What are the different types of validation controls in asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?