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 |
What is simple data binding?
What are the two properties that are common on every validation control?
Explain how is a property designated as read-only?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Write a code for "RequiredFieldValidator" in java script
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
relacement of websevices in .net 3.0?
What are asynchronous callbacks?
What language is asp.net written in?
What does clearing cache?
What are Http handler ?
6 Answers Accenture, BirlaSoft, Satyam, Syntel,
how to convert from sql2000 numeric to int in asp.net with sqlparameter?