Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lawlegacy

    Relative Links?

    NVM I need to use ASP:TableRow. Thanks
  2. lawlegacy

    Relative Links?

    This doesn't work for image urls
  3. lawlegacy

    Relative Links?

    Is there an easy way to do relative links in 2.0 aspx files? Relative links are needed for local development and production.
  4. lawlegacy

    IIS ASP.net monitor software?

    Can anyone recommend a webserver monitoring software? Something that helps diagnose server lag, page hits, etc.
  5. lawlegacy

    Check if Cookies are enabled

    How do I check if cookies are enabled without having to reload or go to a different page?
  6. lawlegacy

    Simple Question Dynamic Hyperlinks

    jshurst You Rock!
  7. lawlegacy

    Simple Question Dynamic Hyperlinks

    oh.. that doesn't really help since Im using a datalist.
  8. lawlegacy

    Simple Question Dynamic Hyperlinks

    how would u use the gridview to do this?
  9. lawlegacy

    Simple Question Dynamic Hyperlinks

    My background is PHP, so I am a little confused. Doesn't seem like a datagrid would be efficient. All I really need is to do this... for (int i=0; i < totalPages; i++) { response.write("<a href=?page=i>i</a>"); }
  10. lawlegacy

    Simple Question Dynamic Hyperlinks

    Is there anyway to write code to display hyperlinks without using controls?
  11. lawlegacy

    Simple Question Dynamic Hyperlinks

    I am implementing paging in my asp site. To do this I need to have a hyperlink for each page. For example, Previous 1 2 3 Next. How do I create the 1 2 3 links dynamically? I am new to asp and so far I dont know how to write code on the page without using controls. Thanks
  12. lawlegacy

    Tie button to &quot;Enter&quot; via CreateUserWizard

    I have two buttons on my webpage. Everytime I hit the enter key it always goes to the other button. My question is how do I tie the fields in CreateUserWizard to its button.
  13. lawlegacy

    Easy Question

    Yes Thank you. I figured it out shortly after I posted. I'm a former PHP coder so it takes me a while to understand ASP's idiosyncracies.
  14. lawlegacy

    Easy Question

    I have a aspx file with the code in a separate ascx.cs file. I want to print the results of a function (in ascx file) to the page. How do I do this?
  15. lawlegacy

    CreateUserWizard FindControl ID

    When using the default CreateUserWizard controls for signup. How do I reference the id for each control (Username, password, ConfirmPassword, Email and the submit button) ? I've tried "TextBox emailTB = (TextBox)CreateUserWizard1.CreateUserStep.ContentTemplateContainer.FindControl("Email")"...
  16. lawlegacy

    Break long text

    I have a column with a set width. Is there a way to break a long text to prevent formatting issues? For instance "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" will cause the column to increase its width and formatting is lost.
  17. lawlegacy

    Long Text Break

    Table column.
  18. lawlegacy

    Long Text Break

    Yes I did that. In IE it seems to work, but in firefox the text continues to extend pass the table column.
  19. lawlegacy

    Long Text Break

    I have a column with a set width. Is there a way to break a long text to prevent formatting issues? For instance "WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW" will cause the column to increase its width and formatting is lost.

Part and Inventory Search

Back
Top