Hi, Please check the zip file Krishan Kant Parvez Khan <[EMAIL PROTECTED]> wrote: hey it is still showing nothing for FormID
<a href="javascript:popup( ' webform1.aspx?Employee_ID=<%# DataBinder.eval(Container.dataitem,"Employee_ID") %> & FormId=<%# DataBinder.eval(Container.dataitem,"Form_ID") %>' ) "> ----- Original Message ----- From: krishan kant chamoli To: [email protected] Sent: Monday, August 08, 2005 11:33 PM Subject: Re: [AspNetAnyQuestionIsOk] How to send two value in query string..!! Hi Check u have used double equal intead u have to use single = sign <a href=http://mail.yahoo.com/config/login?/"_javascript:popup( ' webform1.aspx?Employee_ID=<%#DataBinder._eval(Container.dataitem,"Employee_ID") %> & FormId=<%# DataBinder._eval(Container.dataitem,"Form_ID") %>' ) "> Krishan Kant Parvez Khan <[EMAIL PROTECTED]> wrote: Hi Khishan Kant , Thanks for your quick reply. I am doing it like this <a href="javascript:popup( ' webform1.aspx?Employee_ID=<%# DataBinder.eval(Container.dataitem,"Employee_ID") %> & FormId==<%# DataBinder.eval(Container.dataitem,"Form_ID") %>' ) "> The value of Employee_id is correct but it is showing the value of form_id = Nothing Please repair the above code for me Thanks & Regards Parvez ----- Original Message ----- From: krishan kant chamoli To: [email protected] Sent: Monday, August 08, 2005 11:14 PM Subject: Re: [AspNetAnyQuestionIsOk] How to send two value in query string..!! Hi In this way u may pass multiple value in querystring <asp:hyperlink ID="Hyperlink2" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.LoanPos") %>' NavigateUrl='<%#DataBinder.Eval(Container, "DataItem.LON_ID", "detailSearch.aspx?proid="+Request.QueryString["proid"].ToString()+"&bowid="+Request.QueryString["bowid"].ToString()+"&searchPagePath="+ Request.QueryString["searchPagePath"].ToString()+"&chmid="+ Request.QueryString["chmid"].ToString()+"&lonId={0}") %>'></asp:hyperlink> Thanks & Regards Krishan Kant Parvez Khan <[EMAIL PROTECTED]> wrote: Hi Group, Can anyone tell me how to send two values in query string. <a href="javascript:popup( ' webform1.aspx?Employee_ID=<%# DataBinder.eval(Container.dataitem,"Employee_ID") %>' ) "> I want to attach one more value to the above string....RecD_ID =<%# DataBinder.eval(Container.dataitem,"Recd_ID") %> How do i do that. Please help me...Its Urgent.. Thanks In advance Parvez SPONSORED LINKS Programming languages C programming language Computer programming languages Java programming language C programming language History of computer programming language --------------------------------- YAHOO! GROUPS LINKS Visit your group "AspNetAnyQuestionIsOk" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- -------------------------------------------------------------------- Krishan Kant Chamoli Office: +91-172-2653886 Sikhya Solutions (P) Ltd., Fax: +91-172-5018485 24/3, Industrial Area, Phase - 2, Mobile: 9888263726 Chandigarh. INDIA. Pin - 160002. Email: [EMAIL PROTECTED] -------------------------------------------------------------------- Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed] SPONSORED LINKS Programming languages C programming language Computer programming languages Java programming language C programming language History of computer programming language ------------------------------------------------------------------------------ YAHOO! GROUPS LINKS a.. Visit your group "AspNetAnyQuestionIsOk" on the web. b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ------------------------------------------------------------------------------ [Non-text portions of this message have been removed] --------------------------------- YAHOO! GROUPS LINKS Visit your group "AspNetAnyQuestionIsOk" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- -------------------------------------------------------------------- Krishan Kant Chamoli Office: +91-172-2653886 Sikhya Solutions (P) Ltd., Fax: +91-172-5018485 24/3, Industrial Area, Phase - 2, Mobile: 9888263726 Chandigarh. INDIA. Pin - 160002. Email: [EMAIL PROTECTED] -------------------------------------------------------------------- Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed] ------------------------------------------------------------------------------ YAHOO! GROUPS LINKS a.. Visit your group "AspNetAnyQuestionIsOk" on the web. b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. ------------------------------------------------------------------------------ [Non-text portions of this message have been removed] SPONSORED LINKS Programming languages C programming language Computer programming languages Java programming language C programming language History of computer programming language --------------------------------- YAHOO! GROUPS LINKS Visit your group "AspNetAnyQuestionIsOk" on the web. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- -------------------------------------------------------------------- Krishan Kant Chamoli Office: +91-172-2653886 Sikhya Solutions (P) Ltd., Fax: +91-172-5018485 24/3, Industrial Area, Phase - 2, Mobile: 9888263726 Chandigarh. INDIA. Pin - 160002. Email: [EMAIL PROTECTED] -------------------------------------------------------------------- Send instant messages to your online friends http://uk.messenger.yahoo.com [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hq5n5qb/M=362329.6886308.7839368.1510227/D=groups/S=1705006764:TM/Y=YAHOO/EXP=1123596747/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
