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 are the data types is possible to store in session? and can we store dataset in session?

4 Answers   eMids,


What is the difference between localization and globalization?

0 Answers  


What is & in a url?

0 Answers  


Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,


What is the main function of url routing system in asp.net mvc? : asp.net mvc

0 Answers  






I am using SQLServer 2005. I have one table called Drivers. Every day thousands of records will be added in this table. I have to show all these records in my GridView with out applying ajax timer beacause we don't know the time limit when the new record come to the table. Sometimes it will add for 10 seconds some times 20 seconds. There by Please try without using timer or any other soultion apply for the table in sqlserver. But, i want to see all records immediately when new record comes in table. How? Thanks in advance... Ramesh

5 Answers  


with which controls you worked in Asp.net 2.0?

2 Answers   HP, nTech Solutions,


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

0 Answers   eXensys,


What is asp.net version?

0 Answers  


Which control would you use if you needed to make sure the values in two different controls matched?

2 Answers  


What are the types of assemblies and where can u store them and how ?

1 Answers   Patni,


Explain the flow of processing of the request? : asp.net mvc

0 Answers  


Categories