Posted on: 3/6/2014 7:29:29 PM | Views : 569

Hey all,
I have a form (user control) which has three drop down lists which are dynamically populated and the user can select a value. When the user clicks the search button I direct the m to a search results page where i have some xslt code wrapped in a macro which is responsible for which results are shown.
The problem i have is because the ddl is being dynamically generated it is creating the following html
<select id="ContentPlaceHolderDefault_SearchForm_4_ddlLocation" title="Location " name="ctl ...

Go to the complete details ...