CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: doomsday123

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    671

    Re: Login Status Control

    Nevermind, figured it out. Just specified the login page in the web.config like this:

    <authentication mode="Forms">
    <forms loginUrl="/login.aspx" />
    </authentication>...
  2. Replies
    2
    Views
    671

    Re: Login Status Control

    Anyone know whats going on with this?
  3. Replies
    2
    Views
    671

    Login Status Control

    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,...
  4. Replies
    3
    Views
    4,119

    Re: Html table dynamic height

    That worked. Thanks. Looks like i need to catch back up on my HTML :)
  5. Replies
    3
    Views
    4,119

    Html table dynamic height

    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...
  6. Thread: DataGrid

    by doomsday123
    Replies
    0
    Views
    590

    DataGrid

    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...
  7. Replies
    7
    Views
    697

    Re: ASP.NET && Classic ASP

    *bump*

    Still having problem getting classic ASP to run along side ASP.NET 2.0
  8. Replies
    7
    Views
    697

    Re: ASP.NET && Classic ASP

    page not found error still
  9. Replies
    7
    Views
    697

    Re: ASP.NET && Classic ASP

    default app pool and .net 2.0
  10. Replies
    7
    Views
    697

    Re: ASP.NET && Classic ASP

    The classic asp is in the same project as all of the .net pages. I cant tell sub-directories to run on a different framework i think.

    Atleast I cant when I right click and go to properties through...
  11. Replies
    7
    Views
    697

    ASP.NET && Classic ASP

    Ok I have a ASP.NET server running ASP 2.0.

    When i try to navigate to Classic ASP pages it tells me that it can not find the page. I believe this is because it cannot render the classic ASP pages....
  12. Replies
    2
    Views
    692

    Re: RANDOM: text to speech

    Thanks. Just as you posted i found SpeechLib on MSDN. Thanks again!
  13. Replies
    2
    Views
    692

    RANDOM: text to speech

    This is just a random idea that i put together and was wondering if anyone had any more thoughts or information on it.

    I am in the middle of just doing some random programs right now to increase...
  14. Replies
    5
    Views
    1,224

    Re: history.go(-1)

    Dont have access to the code right now. Do the variables keep their value on a history.go(-1)?
  15. Replies
    5
    Views
    1,224

    Re: history.go(-1)

    Yes, it displays the correct info when I refresh the page.
  16. Replies
    5
    Views
    1,224

    history.go(-1)

    I have an aspx page that displays data depending on your search criteria. When you click search it does a postback and hides all the search criteria controls and displays data.

    What I am trying to...
  17. Replies
    2
    Views
    1,675

    Re: Image Capture Resolution

    bump
  18. Replies
    2
    Views
    1,675

    Image Capture Resolution

    I am using a webcam service to capture images from my webcam and save them to a disk and then upload them to a ftp server for viewing. Currently everything is working fine exept one problem. I can...
  19. Replies
    0
    Views
    530

    HTML source string Manipulation

    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...
  20. Replies
    0
    Views
    441

    Windows Auth for User

    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.
    ...
  21. Replies
    0
    Views
    790

    Drag and Drop Calendar

    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...
  22. Replies
    3
    Views
    981

    Re: ASP Calendar Wrok Week

    I tried that but they are still there for some reason.
  23. Replies
    3
    Views
    981

    ASP Calendar Work Week

    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....
  24. Replies
    1
    Views
    595

    Sort List of objects

    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.
  25. Replies
    3
    Views
    1,751

    Re: Slidedown Panel

    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...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured