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

    Drag and Drop

    Hi Can you use allow drag and drop functionality on an asp .net page? Thanks
  2. erics55

    session variable

    hi in VS 2002 to create a session variable all i needed to do it declare it in the global.asax file and away we go. that doesnt seem to work in 2005, does anyone know why? Thanks
  3. erics55

    User.identity.name

    Hi In VS 2002 to get a user name i user user.identity.name and in 2005 this no longer works. what has this changed to? thanks in advance
  4. erics55

    Check if a cookie exists

    Hi How do I check if a cookie already exists, because if it does i dont want to craete another Thanks
  5. erics55

    multi line label

    Hi I have a label and I want to assign text to it and have returns in there so something like - " This Label has returns This label has returns " --when I trie the label always reads " This label has returns This label has returns " If I try a text box it doesnt atomatically size it so i...
  6. erics55

    Concatinate

    Hi Is there way of performing concatination in a query like as follows I have a table ID |Num __________________ 1 A 1 B 2 C 2 D I want to write a query that will produce the results ID |Num __________________ 1 AB 2 CD Thanks in advance
  7. erics55

    Select Dsitinct

    Hi I need to select a distinct view of a table so group on all columns except one. Is there a way of doing this without writing all of the column names out? Thanks in advance
  8. erics55

    Auto Number field in a view

    Hi I need to craete an auto number field in a view does anyone know how? Thanks in advance
  9. erics55

    Find Control

    Hi I want to change the text property of a control. I need to do this in VB code and i do not know the name of the control until runtime. I am trying to use the find control function but I am not having any luck. Can anyone help?
  10. erics55

    frameset

    Hi I have recently upgraded to Visual Studio 2005 and I am building a asp .net application. For some reason I cant use framesets in my html source view. I am getting the error the Frameset element is not suuported does anyone know why? thanks in advance

Part and Inventory Search

Back
Top