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 ...