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 the difference between authentication and authorization.

0 Answers  


What are the types of caching in asp.net?

0 Answers  


Rate yourself in .net and sql database?

1 Answers   BrickRed, Infosys, Satyam, SP Software,


What are the media types of http requests and response?

0 Answers  


What is sta?

0 Answers  






Is oauth for authentication or authorization?

0 Answers  


What are PDBs? Where must they be located for debugging to work?

4 Answers  


To load your generated dataset with data which method do you invoke?

0 Answers   Siebel,


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


what does membership class provide?

1 Answers  


How will you do Redo and Undo in a TextControl?

0 Answers  


“~” means in asp.net application?

4 Answers   IBS,


Categories