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...
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...
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...
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...
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...
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...
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
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
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
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
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
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"...
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
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.