How to retrieve the information from datatable citywise in c#?
Answer Posted / srikanth
Datarow[] DR;
DR=DT.select("Cityname=" + wtxtCityName);
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can we register exception filter globally?
Describe how to implement globalization and localization in the use interface in .net.
What is a uri query?
If you want to write your own dot net language, what steps you will you take care?
What is the difference between page-level caching and fragment caching?
Where code pages are used?
3. What goals do you have in your career?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is mta?
How ASP.NET page works?
What are main return types supported in Web API?
Explain server side state management system.
What is simple data binding?
How can we identify that the page is post back in asp net?
What is the use of placeholder control?