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 a proxy in web service?

563


How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

529


What is the purpose of App_Code folder in ASP.NET? Why we this?

624


what is meant by sitemapnode ?

1507


What are session objects?

516






How can we Validate a Controls in ASP.NET page using JavaScript?

635


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1503


How do you secure your configuration files to be accessed remotely by unauthorized users?

631


How do we assign page-specific attributes?

619


Where you store Connection string in "Web.Config" file in ASP.NET?

588


Explain the disadvantages of viewstate?

577


What is Razor View Engine

610


Why asp.net is used?

559


How does the cookies work in asp.net?

556


How does a web application session work?

560