2
Answers

which is the best idea to store record: either in binary file or sql database

umesh rakhe

umesh rakhe

15y
3.7k
1
what is the best idea to store record in binary or in sql database .if i put all the records in a sql it becomes very bulky becoase every day i have to deal with 10000 table .and taking a sql hosting for in this much bulky data storing in sql is not affordable so i am about to move on binary file is it a good for me to creating binary file as a database and how
Answers (2)
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.