----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Iamtheoneurwarnedabout Message 1 in Discussion Hi All, I have a problem with URL encoding, here is how it goes: Iam displaying certain records in Repeater control with hyper links in it, on click of hyperlink the clicked value is posted to the same page by using Request.QueryString. Iam taking this QueryString value and doing the processing in code behind. Problem: Lets assume that one of the values displayed in repeater control is "Me & Myself", when I click on this, the Url will be something like this http://mypage.aspx?fund=Me &, discarding the remaining string "Myself". what Iam trying to do is, I am calling a javascript function in the same page (mypage.aspx), on click of hyperlink. Take the selected value pass it to "escape function" of javascript where it removes the non-ASCII characters and then pass this value to code behind through QueryString for further processing. But to my surprise Iam not able to go into my function at all. Following is the code snippet, <a href="FulfillmentFundSearch.aspx?FFName=<%# DataBinder.Eval(Container.DataItem,"FUND_FMLY_NM"%> " onclick="javascript"fProcessString('<%# Container.DataItem("FUND_FMLY_NM")%>')"> </a> Iam not able to go into fProcessString function.. The above line of code is in FulfillmentFundSearch.aspx page, Iam trying to pass the selected value [Say for ex: Me & Myself"] to the code behind side through QueryString. I hope you got my point. Any advise on this, Thanks in Advance Regards, Arshad <%# DataBinder.Eval(Container.DataItem,"FUND_FMLY_NM")%><%# DataBinder.Eval(Container.DataItem,"FUND_FMLY_NM")%><%# DataBinder.Eval(Container.DataItem,"FUND_FMLY_NM")%> ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
