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 Wanet Telecoms Ltd 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: *

  • Users: lawlegacy
  • Content: Threads
  • Order by date
  1. 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.
  2. lawlegacy

    IIS ASP.net monitor software?

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

    Check if Cookies are enabled

    How do I check if cookies are enabled without having to reload or go to a different page?
  4. 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
  5. lawlegacy

    Tie button to "Enter" 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.
  6. 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?
  7. 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")"...
  8. 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.
  9. 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.
  10. lawlegacy

    Programmatically Scroll a Datagridview or Panel

    Can you programmatically scroll a datagridview or a panel? I create two buttons; a Scroll Down and Scroll up button. When the user clicks on the scroll down button it causes the Datagridview to scroll down one row. same for scroll up. Thanks in advance.
  11. lawlegacy

    VB.net Preload forms

    Is there a way to preload forms in vb.net? I need to load a form into memory without showing the form. Thanks in advance!
  12. lawlegacy

    Send application to front.

    Let's say I have many different applications open and the vb app is somewhere behind them. On a certain event, I want the application to come to the front of the screen. can this be done?
  13. lawlegacy

    Display animated gif in datagridview

    I created a datagridview with an image column. When I add an animated gif to that column the picture is static and does not display the animation. Does anyone know how to make the gif animate?
  14. lawlegacy

    Animated Gif in DataGridView

    Is it possible to place an animated gif in a datagridview image column? If so, how would do so. Each time I put an animated gif in the image column it doesnt animate. It is just a static image.
  15. lawlegacy

    Adding rows to datagridview

    How do I add rows to a datagrid with image columns? I tried datagridview.rows.add( dbnull.value, "hello", "test") but it gave me an error. I just need to know what value to put in for the image column.
  16. lawlegacy

    DataGridView Question

    I created a datagridview programmatically as follows dim dg as new datagridview with dg .name = "dg" end with Now how do I access the rows property of the datagridview control? I tried me.controls("dg").rows but that give me an incorrect syntax error. 'rows is not a member of...
  17. lawlegacy

    ALOHA Trans.LOG

    Is there a way to read trans.LOG without using aloha? Does anyone know how to read or write to it without using aloha?
  18. lawlegacy

    Aloha BOH database question

    Which table is the current customer orders stored in? and which tables are they moved to when the server closes the tab? This is for the table service aloha (BOH and FOH)
  19. lawlegacy

    ALOHA ERROR "Not authorized for delivery"

    There is a setting in the aloha.ini file "Delivery" which is set to true each time the FOH load. Does anyone know where the setting is in the manager to disable delivery? Does anyone even know what delivery is for?
  20. lawlegacy

    ALOHA FOH BOH synchronization

    Setup finally works, but for some reason the FOH doesnt update the store information after I save it on the BOH server. Also when I add a table in the aloha manager It doesnt get pushed to the FOH machine.

Part and Inventory Search

Back
Top