J
james
I'm used to windows forms programming. Just tackling something in asp.net as
a web app - I have got to the point where I have a login form that works,
and on the resulting page I have a loginview. That page has a design layout
and a source layout, then I also have a code layout. In the code layout I
have written a function that only should be called if the user is logged in,
so, in the source for the page, how do I call my function in the "loggedin"
template of my LoginView?
I tried wrapping it in <code> tags but it just displays the name of the
function...
James.
a web app - I have got to the point where I have a login form that works,
and on the resulting page I have a loginview. That page has a design layout
and a source layout, then I also have a code layout. In the code layout I
have written a function that only should be called if the user is logged in,
so, in the source for the page, how do I call my function in the "loggedin"
template of my LoginView?
I tried wrapping it in <code> tags but it just displays the name of the
function...
James.