bbraner
09-09-2009, 01:00 AM
Hello-
First off I want to say hello. I am new here and have read lots of great posts you guys are awesome.
So I am new to asp.net and programming in general. I have basic knowledge of vb.net and am working on a website. I am trying to use the postbackurl feautre as i am working on a shopping cart and I need to pull information from the order page to the "cart"
as it stands in visual studio 2008 it doesnt work. I have a tutorial from a book I am working from(Marchs asp.net 3.5 with vb 2008) and their tutorial does not work. So i try it on visual web developer 2008(express) and it works fine...
so I went simple had a basic 2 page application one page(default.aspx) a had button second page(text.aspx) just had plain text that says this is the test page
the button is configured
<asp:Button ID="Button1" runat="server" PostBackUrl="~/test.aspx"
Text="Button" />
and that works on visual web devloper but not visual studio 2008 any ideas why?
ok another issue too...
the pictures in the tutorial show in web developer but not in visual studio
First off I want to say hello. I am new here and have read lots of great posts you guys are awesome.
So I am new to asp.net and programming in general. I have basic knowledge of vb.net and am working on a website. I am trying to use the postbackurl feautre as i am working on a shopping cart and I need to pull information from the order page to the "cart"
as it stands in visual studio 2008 it doesnt work. I have a tutorial from a book I am working from(Marchs asp.net 3.5 with vb 2008) and their tutorial does not work. So i try it on visual web developer 2008(express) and it works fine...
so I went simple had a basic 2 page application one page(default.aspx) a had button second page(text.aspx) just had plain text that says this is the test page
the button is configured
<asp:Button ID="Button1" runat="server" PostBackUrl="~/test.aspx"
Text="Button" />
and that works on visual web devloper but not visual studio 2008 any ideas why?
ok another issue too...
the pictures in the tutorial show in web developer but not in visual studio