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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tsp1lrk

  1. tsp1lrk

    Filtering a Datagrid

    Is there a way to do Multiple filters with multiple rows? Thanks- Lisa
  2. tsp1lrk

    java:57: non-static variable this cannot be referenced...

    Hi-- Thanks for the advice; Just an FYI... I think it's great that you ask first about the students. There is no way one can learn by cheating, that's for sure; so I appreciate you checking with me first, that shows me that this forum is really a great and serious resource. Thanks again-...
  3. tsp1lrk

    java:57: non-static variable this cannot be referenced...

    I work full time and utilize VB.net so this is a bit foreign to me; I need to utilize Java to create something at work that my boss and I are testing-- he's trying help me out with java and gave this to me-- he took classes on this years ago, so now he's trying to assist me in it. He knows I'm...
  4. tsp1lrk

    java:57: non-static variable this cannot be referenced...

    Thanks I appreciate it- I have to make sure that I show the following in my program: • one class • at least one instance variable (the number) and two instance methods, (ask for and get the ID from the user and display it), both of which are used in main • at least one local variable • no...
  5. tsp1lrk

    java:57: non-static variable this cannot be referenced...

    Hi, I'm struggling a bit with a program I'm trying to write-- I keep getting the famous: java:57: non-static variable this cannot be referenced from a static context Newbie to Java-- I can't seem to figure out what's wrong: import java.io.*; import java.text.*; // Name of Program. class...
  6. tsp1lrk

    Listbox to textbox

    Any sample code available to assist? Thanks for the information- I actually got it into the parent page, but I only have 1 item, not all of them. Looks like it's taking ONLY the last one, It's actually a Javascript within the .NET control, My syntax for some reason is off: Private Sub...
  7. tsp1lrk

    Listbox to textbox

    Hello, I have an ASP.NET/VB.NET app; I'm using a datagrid and selecting items; as the items are selected, they are going to a listbox. Once the user has selected what they want, they click a button to add it to the Parent page. How can I get those listbox items back to the other page into a...
  8. tsp1lrk

    Mulitiple selects from dropdown menus

    Thanks, Can you supply an example in VB.net? This is relatively new to me, so I'm a little confused. This eventually has to go into a SQL database, so my next venture will be to get that string of info in a database. actually, it will have to go to another table, I just need to get those...
  9. tsp1lrk

    Mulitiple selects from dropdown menus

    Hello, I'm searching for a suggestion to my scenario,hopefully someone could help! I have a DropDown Menu of Locations. When someone chooses a location, they have the choice to filter the results by choosing from a radio button, I'm hiding/showing differrent dropdowns each time they switch...
  10. tsp1lrk

    Filtering a Datagrid

    Hi, Thanks... Does this occur in the Databind section or in the OnSelectIndexChanged part of the dropdown? Lisa UPS
  11. tsp1lrk

    Filtering a Datagrid

    Hello, I've been struggling for 3 days on this, while I've found some info on it, I'm getting more confused. My scenario is: I have a dropdown list with Locations, you choose a location, then on selectindexchanged, a datagrid appears with info pertaining to that selection, based on a certain...
  12. tsp1lrk

    Datagrid, Paging and Viewstate Disabled

    hello! I'm in a catch 22 here- I found some good information to reduce the size of the datagrid by disabling viewstate- no prob. When I use paging and searching together, I have problems. If I do a search on page 1 for something, it's fine. If I go to say page '6' and search again, I get that...
  13. tsp1lrk

    Datagrid with EnableViewState="false"

    Hello! I have been EVERYWHERE without a solid answer- not sure what is going on. I have a Datagrid, EnableViewState="false"- I want to use paging. I have seen articles everywhere on how to make this work. It seems like it works locally, when I put it out on a development server, the first page...
  14. tsp1lrk

    Calculation

    THAT IS AWESOME- it worked- THANK YOU- I forgot I have one more script- I should have added it before; same thing applies with the warranty stuff: <script language=&quot;JavaScript&quot;> <!-- var monthArray = new Array (&quot;January&quot;, &quot;February&quot;, &quot;March&quot...
  15. tsp1lrk

    Calculation

    Hi there! It's me again! I have another request- this seems fairly okay; I'm trying to figure the logic for this one, here is my current code for figuring the date, which is working nicely: <script Language=&quot;JavaScript&quot;> var months = new...

Part and Inventory Search

Back
Top