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-...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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="JavaScript">
<!--
var monthArray = new Array ("January", "February", "March"...
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="JavaScript">
var months = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.