How to show current city like in olx website in asp.net c#?
Hi, Friends,
How to track user current city in shopping website and show........?
Like www.quikr.com and display city and also provide change city option......?
Regards,
Ajit More
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhishek KumarPosted May 20, 2014, 7:48 AM
Please try to use ajax combo box.
Use below code.
< ajaxToolkit:ComboBox ID="ComboBox1" runat="server"
AutoPostBack="False"
DropDownStyle="DropDownList"
AutoCompleteMode="SuggestAppend"
CaseSensitive="False"
CssClass="AquaStyle"
ItemInsertLocation="Append" ... >
Abhishek
************************************************************
If this helps then mark it as "Accepted Answer"
**********************************************