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

Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


Explain about ASP.NET?

0 Answers  


Define xmlreader class.

0 Answers  


What is the difference between exe and dll?

0 Answers  


What is the function used for removing an event listener?

0 Answers  






Where is the view state data stored?

0 Answers  


How can we inherit a static variable?

0 Answers  


How ASP and ASP.NET page works? Explain about asp.net page life cycle?

0 Answers  


What is the use of sessionstate tag in the web.config file?

2 Answers  


How do you manage session in ASP and ASP.NET?

1 Answers   Microsoft,


Do you know about caching with the datasource controls?

0 Answers  


How do you implement postback with a text box?

0 Answers  


Categories