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 SkipVought 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. dontyell

    long data type overflow

    Thanks for the quick response. Actually I tried this and it works! But why should I do this? Isn't it supposed to implicitly convert to long data type?
  2. dontyell

    long data type overflow

    Hi, I am running into a problem. I was trying to assign the value 128 * 16777216 to a C# long data type. I always got overflow error. I checked the range of the long data type, the overflow shouldn't occur in my case. Anyone has any suggestion? Thanks, Cindy
  3. dontyell

    autocomplete drop down list

    Thanks guys, for all your suggestions here. Well, the programmer's life is real miserable. Technically I will stick to Javascript.
  4. dontyell

    autocomplete drop down list

    Well, it was an intranet application in ASP that I developed a while ago. I am asked to rewrite the whole thing in PHP and it is gonna be an internet application. All the functionalities are supposed to be there.
  5. dontyell

    autocomplete drop down list

    herman75: Thanks for the suggestion. Actually I had this search functionality on my page too. It is an intranet application so people always ask everything. so I still have to implement the autocomplete drop down list.
  6. dontyell

    autocomplete drop down list

    sc7090 & hos2 : Your suggestion on "send a request to the server for any new typed letter" sounds good. Can you provide a bit more details like some sample code on that? I am wondering how to actually get the newly typed letter if not using Javascript?
  7. dontyell

    autocomplete drop down list

    sleipnir214: So do you have any good suggestion on how to build the autocomplete list except for the Javascript and ActiveX control?
  8. dontyell

    autocomplete drop down list

    sleipnir214: So you mean it is impossible to do it in PHP at all, right?
  9. dontyell

    autocomplete drop down list

    Hi, I am working on a web page using php. I need an autocomplete drop down list, i.e. when I type "a", all the entries beginning with "a" show in order, then I type "n", then all entries begins with "an" show in order, and so on. I have used two ways to...
  10. dontyell

    how to set default value of my autocomplete combox control

    Hi, I am building this Autocomplete list ActiveX control for my ASP application. Basically it only contains a combobox in VB (style: 1 simple combo), populated with data from SQL server, but it has the auto complete function. (Since I think there is no such function in HTML drop-down list). It...

Part and Inventory Search

Back
Top