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 simple data binding?

0 Answers  


What are the two properties that are common on every validation control?

0 Answers   Siebel,


Explain how is a property designated as read-only?

0 Answers  


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers   HCL,


Write a code for "RequiredFieldValidator" in java script

5 Answers   Wipro,


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


relacement of websevices in .net 3.0?

1 Answers   Mind Tree,


What are asynchronous callbacks?

0 Answers   Accenture,


What language is asp.net written in?

0 Answers  


What does clearing cache?

0 Answers  


What are Http handler ?

6 Answers   Accenture, BirlaSoft, Satyam, Syntel,


how to convert from sql2000 numeric to int in asp.net with sqlparameter?

1 Answers  


Categories