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

What is difference between asp.net and asp?

0 Answers  


Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

1 Answers  


Explain About duration in caching technique

0 Answers   BirlaSoft,


suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


What is pre-init event in ASP.NET 2.0 page life cycle?

2 Answers   Fulcrum Logic,






what is session . how it is use ?

3 Answers   TCS,


Explain the difference between array and linkedlist?

0 Answers  


What are the different methods that are used during the page load?

1 Answers   Siebel,


What is a multilingual website?

0 Answers  


What are custom controls?

0 Answers  


what is the difference b/w .net 1.1 and 2.0 ?

2 Answers   Polaris,


About DataAdapters ?

8 Answers   Accenture,


Categories