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

Answer Posted / srikanth

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

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the significance of ASP.NET routing?

720


Why mvc is faster than asp.net? : Asp.Net MVC

619


If you want to write your own dot net language, what steps you will you take care?

611


What is session in http request?

664


Explain the advantages of asp.net.

626






What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

655


Explain security types in asp.net?

628


What is GAC in ASP.NET 2.0

688


What is Web Server Control Templates.?

670


How to find last error which occurred in Asp.net ?

792


What is a session in asp.net?

635


Which asp.net objects encapsulate the state of the client and the browser?

676


What is the difference between system.stringbuilder and system.string

350


What is viewstate parameter?

622


Can the unique key be null?

644