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

    Watch Window not evaluating properties

    Hello Everyone, I am having a problem with the watch window in Visual Studio. Whenever I add in an object to watch, all of its properties values are "Property Evaluation Failed." MSDN suggests that you make sure your solution compilation is set to debug (duh). Already had that set. Does...
  2. JoDaCoda

    AJAX dropdownlist problem

    I have two dropdownlists where one is updated by what is picked in the other. I am using AJAX to retrieve data from my data server, writing it to xml, and then creating the options in the second dropdownlist. Everything works until I submit my form. The second dropdownlist's selectedIndex...
  3. JoDaCoda

    Pass Form values from asp.net to standard asp

    I am trying to update an old application that used asp. I have created a new asp.net page that allows users to pick options, and then redirects them to an asp page. The asp page needs to read the form object values from the asp.net page. I haven't been able to get this to work with anything...
  4. JoDaCoda

    Javascript not updating textbox

    I have an asp.net webform, which uses a javascript function to update a textbox with a value from a dropdownlist. This same code works fine on my other forms, but this one nothing happens. I have commented out all the code with the exception of sending a test string back to the textbox. This...
  5. JoDaCoda

    User Control Problems

    I'm not sure if I'm doing something wrong or not, but every time I change something in my user control, all my controls get changed from Public to Protected. I have a user control which has menu buttons on it. If I add a button, all my other button's declarations switch from Public to...
  6. JoDaCoda

    Form crashes unless I step through code

    I have a form (access 97) that has a button that opens a word document using the shell command. It has worked fine until we upgraded to Office 2003. Now the form crashes when I click on the button unless I put a break in the vba code and step through the sub, and then it runs just fine. Has...

Part and Inventory Search

Back
Top