member is logged out after button click in usercontrol
Hi there,
I am setting up a member area and got stuck.
So far members can register and login to the website. They are able to navigate and visit different pages within the member area.
I have set up the website with one usercontrol for every page that is being added to a master page (see below).
Problem: Every postback raised by a button click will cause the member to be logged out.
The postback works fine if there is no member logged in.
I'd really appreciate any suggestions to get this working.
member is logged out after button click in usercontrol
Hi there,
I am setting up a member area and got stuck.
So far members can register and login to the website. They are able to navigate and visit different pages within the member area. I have set up the website with one usercontrol for every page that is being added to a master page (see below). Problem: Every postback raised by a button click will cause the member to be logged out. The postback works fine if there is no member logged in.
I'd really appreciate any suggestions to get this working.
Wouter
<%@ Master Language="C#" MasterPageFile="~/masterpages/coMaster.master" AutoEventWireup="true" %>
is working on a reply...