I have a web site that includes two pages. one of them shows my basket (basket.aspx) and the other shows the product(product.aspx). I want to update grid view in basket page when the users click on each products when they buy them.
I test this solution but this code doesn't work for me.
ASP.codebehind_files_default2_aspx page = new ASP.codebehind_files_default2_aspx();
after ASP. a message VS just show the name of my page and global.asax.I was searching in Google and the other codes just say the name of the page and define a variable to calls its method, but in my website i can't do that.
So How can i do that? :(