Hi,
II have a scenario where user enters the address details in a textbox.If the address is ambiguous - say they enter an address with the text Springfield, which is the name of several cities across the US - I should be able to list the possible address in gridview. Clicking one of those addresses should allow the user to the results page (ShowStoreLocations.aspx
).
Kindly refer this article 'http://www.4guysfromrolla.com/articles/051910-1.aspx'.
I tried to implement the code mentioned in the above article.Since i am using Asp.Net2.0 i cannot use linq in it.So kindly explain the above scenario without using linq.