LOGIN DETAILS
User Name
Password
Confirm Password
Forgot Question
Forgot Answer
PERSONAL DETAILS
First Name
Last Name
Country
<%
strCountry="exec milmark.sp_getCountry "
set rs=con.Execute(strCountry)
while not rs.eof
if StrComp(a.Country,rs("Country_Id"),0)=0 then
%>
" selected><%=rs("Country_Name")%>
<%else%>
"><%=rs("Country_Name")%>
<%
end if
rs.movenext
wend
rs.close
%>
Address
City
State
<%
strState="exec milmark.sp_getState "
set rs=con.Execute(strState)
while not rs.eof
if StrComp(a.State,rs("State_Id"),0)=0 then
%>
" selected><%=rs("State")%>
<%else%>
"><%=rs("State")%>
<%
end if
rs.movenext
wend
rs.close
%>
Zip Code
Email
Phone e.g.(xx)-(xxx)-(xxxxxx)
Fax e.g.(xx)-(xxx)-(xxxxxx)
Mobile
Organisation
Industry
<%
strIndustry="exec milmark.sp_getIndustry "
set rs=con.Execute(strIndustry)
while not rs.eof
if StrComp(a.Industry,rs("Industry_Id"),0)=0 then
%>
" selected><%=rs("Industry")%>
<%else%>
"><%=rs("Industry")%>
<%
end if
rs.movenext
wend
rs.close
%>
How did you learn about PUNJAB MARKFED.
<%
strHowULearn="exec milmark.sp_getHowULearn "
set rs=con.Execute(strHowULearn)
while not rs.eof
if StrComp(a.HowULearn,rs("HUL_Id"),0)=0 then
%>
" selected><%=rs("HowULearn")%>
<%else%>
"><%=rs("HowULearn")%>
<%
end if
rs.movenext
wend
rs.close
%>