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 IamaSherpa 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: qtie
  • Order by date
  1. qtie

    Tooltips for HyperlinkColumn

    Yes, the grid is created dynamically in the codebehind. So in the HTML, I have just a PlaceHolder. <asp:PlaceHolder ID="phDataGrids" Runat="server"></asp:PlaceHolder>
  2. qtie

    Tooltips for HyperlinkColumn

    the datagrid is defined in the program, not in the HTML. So, I don't have the access to it. Thanks.
  3. qtie

    Tooltips for HyperlinkColumn

    <asp:TemplateColumn> <ItemTemplate> <asp:HyperLink Runat=server NavigateUrl="http://msn.com" Text="MSN" title="whatever" /> </ItemTemplate> </asp:TemplateColumn> Can this be done programmatically (in the code behind, and not on the HTML page)? Thanks.
  4. qtie

    Tooltips for HyperlinkColumn

    Thanks LV, How do I define this at runtime?
  5. qtie

    Tooltips for HyperlinkColumn

    Hello, Does anyone know how to set the helper for hyperlink column? Thanks in advance Quinn
  6. qtie

    Rounding function in 4GL

    Thank you.
  7. qtie

    Rounding function in 4GL

    Hello, Does anyone know if there's a Rounding function in 4GL? Any help is appreciated. Thanks, Quinn
  8. qtie

    How to scroll WORDWRAP?

    Thanks for your help. Quinn0
  9. qtie

    How to scroll WORDWRAP?

    Thanks for the help. That's semilar to what I'm doing, but not quite. My form has 5 lines that I declared as WORDWRAP. But the text to be accepted are usually longer than 5 lines. I was just looking for a way to scroll that section to allow the user type in as much text as they want. thx...
  10. qtie

    Form help

    Thanks for the help. That's semilar to what I'm doing, but not quite. My form has about 5 lines that I declared as WORDWRAP. But the text to be accepted are usually longer than 5 lines. I was just looking for a way to scroll that section to allow the user type in as much text as they want...
  11. qtie

    How to scroll WORDWRAP?

    Does anyone know how to make the WORDWRAP section scroll? Any help would be appreciated. Thx. Quinn0

Part and Inventory Search

Back
Top