<DIV>Hi all</DIV>
<DIV>&nbsp;</DIV>
<DIV>I'm passing information from one asp page to another asp page. it is always fine. but i get type mismatch error. actully i'm passing number but it gives error Type mismatch [String: Undefined].</DIV>
<DIV>&nbsp;</DIV>
<DIV>this is my program flow.</DIV>
<DIV>&nbsp;</DIV>
<DIV>un_com_det.asp</DIV>
<DIV>.</DIV>
<DIV>.</DIV>
<DIV>.</DIV>
<DIV>if request.querystring("lkcode")=1 then</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; com=1</DIV>
<DIV>eselif request.querystring("lkcode")=2 then</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; com=2</DIV>
<DIV>....</DIV>
<DIV>...</DIV>
<DIV>..</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>in Imageupload.asp file.</DIV>
<DIV>&nbsp;</DIV>
<DIV>i'm checking the querystring values</DIV>
<DIV>if request.querystring("com")="1" then<BR>&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\About_"<BR>&nbsp;&nbsp;elseif request.querystring("Com")="2" then<BR>&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\Trust_"<BR>&nbsp;&nbsp;elseif request.querystring("Com")="6" then<BR>&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\Faq_"&nbsp;&nbsp;<BR>&nbsp;&nbsp;elseif request.querystring("Com")="7" then<BR>&nbsp;&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\Tour_"<BR>&nbsp;&nbsp;elseif request.querystring("Com")="8" then<BR>end if</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>but i'm using session instead of request.querystring it is working fine. </DIV>
<DIV>&nbsp;</DIV>
<DIV>if trim(session("com"))="1" then<BR>&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\About_"<BR>&nbsp;&nbsp;elseif session("Com")="2" then<BR>&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\Trust_"<BR>&nbsp;&nbsp;elseif session("Com")="6" then<BR>&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\Faq_"&nbsp;&nbsp;<BR>&nbsp;&nbsp;elseif session("Com")="7" then<BR>&nbsp;&nbsp;&nbsp;&nbsp;fld_nm="/Common\Temp\Tour_"<BR>&nbsp;&nbsp;elseif session("Com")="8" then<BR>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>what's the problem in request.querystring()...</DIV>
<DIV>&nbsp;</DIV>
<DIV>thankx.</DIV>
<DIV>&nbsp;</DIV>
<DIV>N Jai Sankar </DIV>
<DIV>India.</DIV><BR><BR><p>
                <hr size=1>Yahoo! for Good<br> 
<a href="http://store.yahoo.com/redcross-donate3/">Click here to donate</a> to the Hurricane Katrina relief effort.