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 strongm 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: rac55
  • Order by date
  1. rac55

    Slide Show

    Hi Lee Thanks for replying so quickly. I tried that but the images are not displayed that way. Thanks Rachel
  2. rac55

    Slide Show

    Hi I am trying to create a slideshow whcih works when referencing jpgs or gifs in the array. However I need to reference <script type="text/javascript" src="http://www.weatherzone.com.au/woys/graphic_forecast.jsp?postcode=4000"></script> instead o images/test.gif e.g. var pictures = new...
  3. rac55

    Setting panel to visible

    Hi Thanks for your help but that code above is for a datagrid, and I have a datalist. All I need to code is panel1.visible = true but its doesn't like it, it says its not declared and when I do declare it, another error occurs saying its not an instance of an object. Does anyone have any...
  4. rac55

    Setting panel to visible

    no just in the page load
  5. rac55

    Setting panel to visible

    Thanks for your reply Its actually in a panel within a datalist, so rsAction.Tables("index or name").Rows(index).Item("index or name"). I need to pull whatever department the datalist is displaying. If the department is equal to maintenance then set the panel to visible. Any more ideas...
  6. rac55

    Setting panel to visible

    Hi I am trying to refernce an invisble panel and a %# DataBinder.Eval(Container.DataItem, "Department") %> is equal to a specific department then display the panel. the code is ; <panel id="pnlName" visible="false" runat="server"> <td...
  7. rac55

    Finding out who checked a checkbox

    Hi I have 4 checkboxes, and only four users should be able to select a checkbox each. All the users are stored in a table in the database. I have flagged each user with 1 or 0 depending on whether they should be able to check a checkbox. Does anyone have any ideas how to do this? Any help...
  8. rac55

    Validate a dropdownlist

    Hi Does anyone know how to validate a dropdownlist? Thanks
  9. rac55

    Dropdownlist - selected value

    Hi I have a dropdownlist that is populated from the database. It contains a list of departments. When a user selects department Production, I need a textbox to be displayed. So I need the dropdownlist to be passed to a function and then to javascript. Does anyone have any ideas how to check...
  10. rac55

    Display from datalist

    well currently trying to using an if statement; <% If (#DataBinder.Eval(Container.DataItem, "SupervisorID" = "13876") Then %> it doesn't like the databinder so tried dataitemname.items etc any help would really be appreciated thanks
  11. rac55

    Display from datalist

    Thanks but that doesn't seem to work...it keeps returning System.Web.UI.WebControls.DataListItem. All I really wnat to do is compare an item in the datalist to another item thanks
  12. rac55

    Display from datalist

    I have a datalist with the following items: a. b. c. I need to be able to pull b in an if statement. What property can I set to make that happen? I have been trying datalistname.items.value but this isn't allowed in a datalistitemcollection. any ideas? Thanks
  13. rac55

    Display a texbox

    Thanks for all your help
  14. rac55

    Display a texbox

    I just need a textbox and button to display when a user clicks on the buton 'no', which it is doing at the moment apart from disappearing. No I don't need to evrify any details Thanks
  15. rac55

    Display a texbox

    Thanks for all your help, its really appreciated. Is there anyway to overcome this issue? I have treid to return(false); but it doesn't amke a difference Thanks
  16. rac55

    Display a texbox

    Thanks thats very helpful but now it appears when the button is clicked..but does not stay on the screen Any ideas Thanks for your help Rachel
  17. rac55

    Display a texbox

    Hi Thanks very much its now not returning any errors. However it is still not appearing..I take it style=display:none is incorrect. Thanks Rachel
  18. rac55

    Display a texbox

    Sorry I have tired it both ways but returns is null or not an object. The code is <form name="frmNoOrder" action="" method="post"> <input type="button" name="No" value="No" class="selstyle" onclick="javascript:WrongDetails();" > </form> <form name="frmFindEmployee" action="FindEmployee.asp"...
  19. rac55

    Display a texbox

    Hi I have changed the name..but it still keeps returning undefined Thanks Rachel
  20. rac55

    Display a texbox

    Hi Thanks for your reply. I have been using style=display:none on the textbox. When a user clicks on the button to display the textbox to goes to the function. It keeps returning that the textBoxName is undefined Any ideas? Thanks

Part and Inventory Search

Back
Top