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
Difference between .NET and previous version?
Explain transparent caching with aop?
Does asp.net still recognize the global.asa file?
What’s the difference between asp.net web forms and asp.net mvc?
How does the service stream content?
What is the difference between a cookie and a pixel?
Contrast OOP and SOA. What are tenets of each ?
How do I send an email message from my ASP.NET page?
What is the difference between exe and dll?
Describe session handling in a webfarm?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
Does google crawl redirects?
What kind of programming language is ASP.NET?
Can the dictionary object be created in client?s scope ?
What is scope of an application variable in asp.net?