Ive had great help on this problem and finally got an answer that made it work for me. Then it stopped working and I cannot figure out what changed during that time. It is a very simple application where I send the input of two textboxes from one page
to another. I am posting the 4 pieces of code, FORMA.ASPX, FORMA's codebehind, FORMB and FORMB's Codebehind. Finally the result I get when running it is shown below.
****FORMA.ASPX***
<%@ Page Title="Home Page" Language="vb" MasterPageFile="~/Site.Master" AutoEventWireup="false"
CodeBehind="FORMA.aspx.vb" Inherits="CONTROLS._Default" %>
<asp:Content ID="HeaderContent" runat="server" ContentPlaceHolderID="HeadContent">
</asp:Content>
<asp:Content ID="BodyContent" runat="server" ContentPlaceHolderID="MainCon ...
Go to the complete details ...