<div class="grid--cell fl1 lh-lg">
<div class="grid--cell fl1 lh-lg">
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, <a href="/help/reopen-questions">visit the help center</a> for guidance.
</div>
</div>
</div>
<div class="grid--cell mb0 mt8">Closed <span title="2013-06-03 06:40:51Z" class="relativetime">6 years ago</span>.</div>
</div>
</aside>
Please give me regular expression formula to validate those fields. Unfortunately in this app I am unable to use java script in .ascx/.aspx page. So can I use javascript to pop up a map to locate the address in code behind file?? or what should I do?
</div>
A regex for address is not functionally possible. Pretty much anything can be a valid address. They only way to ensure integrity there is via a call to a geo location service. https://developers.google.com/maps/documentation/geocoding/ But you cannot be sure that even that would not disallow potentially valid addresses.
As for what should you do "validate and locate me" it is easiest to do a form submission and corresponding page navigation : http://www.sitepoint.com/net-form-processing-basics/