Dear sir,
i am trying to insert using the DW insert record behaviour
but it doesnt
work
before the insert page i have created a login page using USER
AUTH BEHAVIOUR
OF DW for users to login using their username and password.
Once the user is
authenticated successfully he is sent to the INSERT PAGE
On this insert page i created a hidden field
<input name="userSubmit" type="hidden" id="sendMePls"
value="<%=Request.Form("user Name")%>">
so in this field I want the username typed on the login page
to be inserted
along with the other fields filled and go into the column
strUser, so that I
can keep a track of which user inserts which record
please help me its urgent
thank u