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
Why is it preferred to not use finalize for clean up?
What is _dopostback in asp net?
Explain about Automatic resource management?
How would you implement inheritance using c#?
Describe the application event handlers in ASP.NET?
What is asp.net response object?
How does a content page different from a master page?
What is web configuration file and how to use in web application
What is the purpose of using MVC programming pattern in ASP.NET?
What do you mean by View State and what is its role?
What are the server controls in asp.net?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Where the viewstate is stored after the page postback?
How use Xml data in ASP.net?
What is the application pool?