Search

You searched for the word(s): userid:730419

Matching Posts

  • Re: VWD 2008 typing in table very very slow

    I even find it slow in source view at times, with the same CPU issue. I've just been moving columns in a table, cut the column, then move cursor and paste and it hangs for about 10 seconds whilst the properties box refreshes before I can move cursor and paste the column back in place... ...is this normal or just me? The PC it's running on is working fine, 4GB ram, dual core processor and happily runs Oracle and databases at speed but not VWD 2008 :-(
  • Re: uncheck all Checkboxes in datalist except the one I'm checking

    Thanks for doing that, works great. My .net skills are coming on pretty fast, but still not had a chance to get into javascript properly! Cliff
    Posted to Data Presentation Controls (Forum) by Cliff_G on 6/20/2008
  • Re: uncheck all Checkboxes in datalist except the one I'm checking

    Hi, seems to be picking up the elements from another form on the page? On the page I have above this another form with a stack of controls in, and another 3 datalists for email, fax and mobile numbers. I put an alert in after this lines elm = document.forms[0].elements[i] and got loads of alert messages, when I was expecting only a couple for each row in my datalist. Is it possible to specify a particular datalist in the above script? Thanks Cliff
    Posted to Data Presentation Controls (Forum) by Cliff_G on 6/19/2008
  • uncheck all Checkboxes in datalist except the one I'm checking

    I've had a search and found plenty of examples to check/uncheck all checkboxes in a datalist, but what I would like to know is can you uncheck all boxes apart from the one your checking? I have a datalist with a list of phone numbers and a checkbox on each row, I would like the user to select the "primary" phone number by clicking the check box, and in doing so this will automatically uncheck all the others...I could do it with a postback and server side but I'd rather be able to
    Posted to Data Presentation Controls (Forum) by Cliff_G on 6/19/2008
  • Re: Formatting table in header template

    Big thanks to you both - did not realise you could do that!
    Posted to Data Presentation Controls (Forum) by Cliff_G on 6/17/2008
  • Formatting table in header template

    .Net 3.5, VB I have a datalist which contains a list of contacts, and in the header template I specify the header columns for the labels and then have a table in the item template. What I have to do is hardcode the width of the columns in both the header and the item template so they are the same, is there any way on loading of the table to extract the width of the column and then apply this to the relevant column in the header? The current code is below: < asp : DataList ID ="dlContacts"
    Posted to Data Presentation Controls (Forum) by Cliff_G on 6/17/2008
  • Re: Javascript in datalist row to update hidden checkbox

    Works a charm - thanks for the quick response :-)
    Posted to Data Presentation Controls (Forum) by Cliff_G on 6/9/2008
  • Javascript in datalist row to update hidden checkbox

    Hi I have a datalist, dlLines, with controls txtItem, txtQty and txtDate text boxes for the user to update, these are all in the item template so all lines are updateable. I then have a hidden checkbox cbLineUpdated which I would like to set to True using Javascript when any of the three text boxes above a changed. To finish off I then have a save lines button in the header and footer which currently loops through all the lines and calls an Oracle update procedure, what I would like to do is only
    Posted to Data Presentation Controls (Forum) by Cliff_G on 6/9/2008
    Filed under: .NET 3.5, Datalist, JavaScript
  • Executing VB Code stored in a string

    I have a series of extracts of code that are stored in a database, I can loop through the database and return the lines one at a time into a string variable For example one of the lines in the database could be txtSystem_Status.text = "System is down for maintenance" What I would like to do is execute this string as a line of code on a button click event, in Oracle I would use the EXECUTE IMMEDIATE function, is there anything similar in ASP.NET?
    Posted to Getting Started (Forum) by Cliff_G on 4/17/2008
  • Re: Generic Code

    Thanks all, finally got it working! As you mentioned I put the code into a class file and then I can create the object in the page load and use it where required :-) Just ordered ASP.NET 3.5 Unleashed by Stephen Walther, looking forward to getting it for a read
    Posted to Getting Started (Forum) by Cliff_G on 4/17/2008
Page 1 of 3 (29 items) 1 2 3 Next >