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
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...
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
Hi
I am trying to pull information from a database using a sql statement. I need pull where region=all...but I do not know the syntax for this. The sql is;
SELECT * FROM tblEmployee INNER JOIN
tblSignatures ON tblEmployee.MngDir = tblSignatures.MngDir
WHERE...
Hi
Does anyone know how to add a session to a datatgrid? I have a shopping basket and each time a user selscts an item, the item id is passed a session, but it is only holding one value. I have tried numerous ways but can't seem to get it working. My code is;
Session("ItemID") =...
Hi
Does anyone know how to set certain columns in a datagrid to a different colour? Basically I need to set set the column 'result' to red when it is a a certain value ie. pass or fail
My code is;
<asp:DataGrid id="MyDataGrid" runat="server" align="center" BorderWidth="5px" Cellpadding="5"...
Hi
I am importing an excel spreadsheet into tables in a sql server database using dts. I have one row of information filled out in the excel spreadsheet, but when the dts runs, it imports the information plus 5 extra rows filled with nulls ino the table.
Does anyone know how to fix this...
Hi
Does anyone know how to invoke a dts from asp.net web page? My code is;
Sub BtnUpload_click(Sender As Object, E As EventArgs)
Dim opkg As New DTS.Package
Dim sServer As String
Dim sPackageName As String, sMessage As String
Dim sUser As...
Hi
I am trying to import an excel spreadsheet into a sql server database. The problem is I need the information in the spreadsheet to be imported into 3 different tables. I thought of transfering all details into a temporary table and then setting 3 triggers for each transfer of information...
Hi
Does anyone know what the dll extension is in web matrix to protect files other than aspx? I have tried aspnet_isapi.dll...but it cannot be found when I browse and also the 'ok' button is diasbled...I am using windows XP.
Any help would be greatly appreciated
Thanks
Rachel
Hi
I am trying to put html tags in the body of an email for formatting purposes...but it is just writing the tags as text to the email...does anyone have any ideas what I am doing wrong?
Code is;
Dim objMM as New MailMessage()
objMM.To = iGridItem.Cells(iCol).Text...
Hi
I am having a problem with role based forms authentication...basically I have two login pages...user and admin, with the user gaining access to only secure areas and admin everywhere including admin section. I have one web config file. Once logged in, a user is given its role depending if...
Hi
Does anyone know how to set a datalist to invisible...my code is;
<ASP:DataList id="ExpiryDate" runat="server" align="center" font-size="Small" RepeatDirection="Horizontal" RepeatColumns="1" visible="false">
<ItemTemplate>
<%#...
Hi
Does anyone know how to compare a date in a dataset to todays date?
My code is;
myDate=DateTime.Now()
Dim MyConnection As SqlConnection = New SqlConnection("server=(local); trusted_connection=true; database=ExamResults")
MyConnection.Open()
Dim MyDataCommand As...
Hi
I am trying to check the database to see if there is a value year = '2004'...does anyone have any ideas how to do this?
Code is;
If DS.Tables("tblExpiryDate").Rows.Count > 0 Then
rsExpiry.DataSource = DS
rsExpiry.DataBind()...
Hi
Does anyone know how to invoke a dts from asp.net web page? I have searched the internet but cannot find any examples.
Any help would be greatly appreciated
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.