October 4th, 2006 02:42 PM
Nevermind, figured it out. Just specified the login page in the web.config like this:
<authentication mode="Forms">
<forms loginUrl="/login.aspx" />
</authentication>...
October 4th, 2006 07:07 AM
Anyone know whats going on with this?
October 3rd, 2006 09:05 AM
I have a Login Status Control on a subdomain that I have hosted we godaddy. The problem that I am having is that when i click the login status to either direct me to the login page or to log me out,...
September 19th, 2006 12:43 PM
That worked. Thanks. Looks like i need to catch back up on my HTML :)
September 19th, 2006 10:20 AM
What im trying to do is to get this page to expand in height to the size of the client browser. I have the header, the menubar, and the footer a specific heights but I want the content part of the...
August 11th, 2006 10:29 AM
Wondering if anyone knew a good way to accomplish this task.
Want to have some sort of datadrig on the page. for every row there should be a button that says add row here. when clicked it posts...
April 11th, 2006 01:51 PM
Ok so I am getting the Source of the page into a string. What I am wanting to do is manipulate the string so that I am able to pull just a certain table out of the source. How would you recommend I...
March 27th, 2006 02:50 PM
I was wounding if it possible to get the username of the user that is logged in so that I can use that username for unique identification to keep track of what user makes which changes. Thanks.
...
March 17th, 2006 11:09 AM
I am in the processes of taking the ASP calendar and adding the DeyRender function to pull from a database and list all events that are scheduled for that day. When I was populating the cell at first...
March 15th, 2006 01:33 PM
I tried that but they are still there for some reason.
March 15th, 2006 11:23 AM
I am using the asp calendar to display information pulled from a database onDayRender. What I am trying to do is to get rid of Saturday and Sunday to give more room for the data in the Mon-Fri boxes....
February 24th, 2006 01:17 PM
Ive got a list full of AdminLink objects that have the attributes "Title" "URL" and "Description". How would I sort the list of objects by their Title? Thanks.
February 15th, 2006 07:52 AM
Ok so if I use either one, the absolute div or the flash, with they both give me the effect of it sliding open. There will be text below the textbox i will be opening so when i slide open the textbox...