How to retrieve the information from datatable citywise in c#?
Answers were Sorted based on User's Feedback
Answer / srikanth
Datarow[] DR;
DR=DT.select("Cityname=" + wtxtCityName);
Is This Answer Correct ? | 5 Yes | 1 No |
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?
Define xmlreader class.
What is the difference between exe and dll?
What is the function used for removing an event listener?
Where is the view state data stored?
How can we inherit a static variable?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What is the use of sessionstate tag in the web.config file?
How do you manage session in ASP and ASP.NET?
Do you know about caching with the datasource controls?
How do you implement postback with a text box?