1
Answer

Is there any better option in .net 2005 to make a report other than crystal report

Nafihudheen KT

Nafihudheen KT

13y
1.9k
1
Hai, 
I want to know any other simple and flexible methods to make report in vb.net 2005 other than crystal report,
or tell me a good solution to print the bill in my inventory software which should stop after the last line of print

its urgent please help me some one...

Thanking you all
Answers (1)
1
programmerAt
NA 3 4.6k 14y
Hi, Thanks I removed httpUtility.UrlEncode from view.aspx page and it worked.
1
Krishna Garad
NA 16.5k 6.2m 14y
Hi..
Welcome to Csharpcorner
Normally this error occur when we are trying to access the resource which is not available. In your case check out view.aspx location means see is it present in any directory.If it is then try like

Hyperlink.NavigateUrl = "~/view.aspx?ReturnUrl=" +
HttpUtility.UrlEncode(Request.Url.AbsolutePath); 

As well your target url must be able to Decode.