Click here to Skip to main content
15,891,884 members

Comments by bhagyap (Top 46 by date)

bhagyap 1-Jan-14 0:26am View    
Am not getting any error but the url isn't getting encoded.
bhagyap 31-Dec-13 0:14am View    
Thanks for reply. I tried with it but its not working.
bhagyap 30-Dec-13 1:45am View    
I have Gridview,within which included the anchor tag in its template field which lets me navigate to next page based on the CustomerId.

I have even tried with this too:

<asp:HyperLink ID="lnkDetailsPage" runat="server" NavigateUrl='<%# string.Format("~/YellowPages/YellowDetailView.aspx?CustomerId={0}",HttpUtility.UrlEncode(Eval("CustomerId").ToString())) %>'>
bhagyap 5-Aug-13 1:22am View    
Hi.. When i try to select an value in dropdownlist.
bhagyap 1-Aug-13 2:45am View    
ok.. but what i have to do with the dropdown which is resetting?