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 strongm 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: LouisC4
  • Order by date
  1. LouisC4

    Quotes in HTML

    Vragabond, thanks for the information, but it still does not work, I don't know what else to try. I have also tried ' and still does not work. what else can I do??
  2. LouisC4

    Quotes in HTML

    I have tried escaping the quotes but it does not work, the HTML doesn't like it. I wish there was triple quotes. Thanks, Louis
  3. LouisC4

    Quotes in HTML

    Is there such a thing as a triple quote? Just kidding. I have a problem. Can someone please tell me how I can write the following? onMouseover="ddrivetip('<tr><td class='style1'>Hello World</td></tr>')"; What kind of quotes can I use? The problem is the single quotes of class='style1'...
  4. LouisC4

    Calling Javascript from an asp button

    I've tried onClientClick and it still doesn't fire my javascript. It is strange.
  5. LouisC4

    Calling Javascript from an asp button

    How can you keep it from posting back?
  6. LouisC4

    Calling Javascript from an asp button

    Hello, I am trying to call a javascript from a asp button but I am not getting any results, here is my code: <head runat="server"> <title>Untitled Page</title> <script language="javascript"> var msec=0 var sec=0 var min=0 var hrr=0...
  7. LouisC4

    Disable input field from pasting

    How do I go about making an input field or textbox unable to accept pasting (i.e. CTRL-V or right-click paste). I do want the user to be able to type in this input field but I don't want them to be able to paste. Thanks, Louis
  8. LouisC4

    Textbox that doesn't allow pasting

    I do want the user to be able to type but not paste.
  9. LouisC4

    Textbox that doesn't allow pasting

    Is there a way to have a textbox that wont allow pasting? (No CTRL-V or right-click paste.) I've seen this somewhere but I don't know how this is accomplished. Thanks for your help, Louis
  10. LouisC4

    HorizontalAlign=&quot;Justify&quot; is acting weird

    Yes I do have an AlternatingItemStyle and it was set to left align. Thanks for your help, Louis
  11. LouisC4

    HorizontalAlign=&quot;Justify&quot; is acting weird

    Hello, I have a ViewGrid where one of the columns is written as: <asp:BoundField DataField="Ad" HeaderText="Description"> <ItemStyle HorizontalAlign="Justify" Width="410px"/></asp:BoundField> What is weird is that the justification only happens on the odd rows and the even rows are left...
  12. LouisC4

    href in SELECT statement

    Hello I am using a ViewGrid and I will like to display a email hyperlink in the grid. I've read that I should put an href on my SELECT statement but is not working, this is the code I have: <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$...
  13. LouisC4

    Column Width on GridView

    Is there a way to resize the column width on a Gridview? Thank you Louis
  14. LouisC4

    Tab Order button

    Many of the options of the Layout Tool bar are available in the web form designer. Thanks jbenson001 I will check the Microsoft's website.
  15. LouisC4

    Tab Order button

    Yes VS2005, the Layout Tool bar, towards the end, not the Layout menu.
  16. LouisC4

    Tab Order button

    Tab Order button (or option if you will) is located on the Layout Tool bar, but it's disabled when I'm working on a web form. My question is if the Tab Order option is only supported when working on Windows Forms. I know that I can set each control's tab order under properties one at a time, but...
  17. LouisC4

    Click event on a textbox

    Do textbox controls have a click event? If they don't how is it possible to fire up and event when a user clicks on a textbox control or when the controls gets focus? I am working on a web form? Thanks, Louis
  18. LouisC4

    Tab Order button

    Hello, How come the Tab Order button is disabled when I work on Web Forms? When I switch over to a Windows Form it's enabled. Thank You, Louis
  19. LouisC4

    SQL 2000 in VS 2005

    That's not my problem. My problem is trying to get SQL Server 2000 to show up under Visual Studio 2005 so that I can create a database and tables. I guess I didn't explain myself to well, sorry. Thank you, Louis
  20. LouisC4

    SQL 2000 in VS 2005

    Hello, I am using Visual Studio 2005 and SQL Server 2005 to create a website, I've created a database and a few tables. My problem is that my web host only supports SQL Server 2000. I've downloaded SQL Server 2000 MSDE, but I can't get it to run under Visual Studio 2005. Is this possible, if...

Part and Inventory Search

Back
Top