How to retrieve the information from datatable citywise in c#?

Answers were Sorted based on User's Feedback



How to retrieve the information from datatable citywise in c#?..

Answer / sathish

In the query use order by cityname clause.

Is This Answer Correct ?    5 Yes 0 No

How to retrieve the information from datatable citywise in c#?..

Answer / srikanth

Datarow[] DR;
DR=DT.select("Cityname=" + wtxtCityName);

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Explain Areas in MVC?

0 Answers   B-Ways TecnoSoft,


Which method do you use to enforce garbage collection in .net?

0 Answers  


If we remove web.config or machine.config from the application then, is this application will works?

0 Answers  


Explain the components of web form in asp.net

0 Answers  


What is the difference between application state and session state in asp net?

0 Answers  






What are the new navigation controls in asp.net 2.0?

0 Answers  


Difference between asp and asp.net?

4 Answers   Accenture,


How to configure a website without using IIS.

3 Answers   CGI,


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

7 Answers   Sparsh,


What’s difference between “optimistic” and “pessimistic” locking?

0 Answers  


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

0 Answers   TCS,


after which page life cycle event all properties of control will be "fully loaded "

10 Answers   FactorH,


Categories