"Access denied to 'D:\Inetpub\wwwTEST2\registration\' directory. Failed to start monitoring directory changes."
I have given full rights to the ASPNET user to the entire Inetpub directory.
When I run "Check Server Extensions" there are no errors.
I am running a total of...
Is it possible to create my own spider, to read in the contents of an HTML page on another site, then regurgitate the contents of that page within my own site??
In Ent. Mngr, I have an Oracle server as a Linked Server.
When I execute a query such as "SELECT Total_Hours FROM Ora..Employees.TimeSheet"...
ALL records in the recordset show as 0.00
If I change the query to "SELECT Total_Hours * 1 FROM Ora..Employees.TimeSheet"...
I have a datagrid with several items. When I click a link to "edit" an item, I want the focus of the page to be on the first textbox for that item, however this is not the case. When I click "edit", the page re-focuses to the top.
Here's what I'm using to try to accomplish...
I'm getting the following error:
[NullReferenceException: Object reference not set to an instance of an object.]
It's referencing line 70 (indicated with ** below) in my codebehind:
Dim newCookie As New HttpCookie("userInfo")
newCookie.Expires = "1/1/2002"...
how do i add a css class value to the links created in the ECC. i know i can add a "class" attribute, but that only applies it to the <td> cell that surrounds the generated <a> link. i want to add the "class" attribute to the <a> link itself. thanks.
Is there a way to set the "focus" to a dynamically generated text box?
here's the deal. i have a datagrid object, in which i have an "edit" link for each item. when the user clicks "edit", the <edititemtemplate> is then used. however, the page is too long, and so...
I have a CheckBoxListItem listing all 50 states. I'm pulling out satet information from a sql db. I can get the data jsut fine, but what I want to do is change the color of the accompanying label if that state exists in the dataset. Is this possible?
Here is my edititemtemplate
<EditItemTemplate>
<font class="Std" color="#006600">
<asp:DropDownList id="edtState" width="30px" runat="server" />
</font>
</EditItemTemplate>
I want to be able to dynamicaaly fill this dropdown with a list of US...
I'm using a DataGrid object to return conatct information for members. The returned result is fine.
I'm using an EditCommandColumn to make edits to the returned email and/or phone number. After making the changes to the text box and I hit "Update", the original value of the cells is...
the HyperLinkColumn object is great, but is there any way to pass more than one datafield to the url?
change this:
DataNavigateUrlField="albumID" DataNavigateUrlFormatString="albumDetails.aspx?id={0}"
to:
DataNavigateUrlField="albumID"...
I want to create a set of HyperLinks which call a function, i.e.
<asp:HyperLink onClick="myFunction('A')">A</asp:HyperLink>
But I want to do this for the entire alphabet. Is there some way I can iterate through the letters using a "For...Next" statement to generate these links?
I'm using a DataList object to display information from a SQL database to screen. I'm using several "labels" to display address information. I have 1 "label" for each line of the address (4 lines). Not all addresses have 4 lines of info.
How do I do a conditional to check...
The link below is a sample order feed that I receive. How do I pull out each of the values that are in this doc so that I can pass it through to my databse for order processing?
http://www.urlencode.com/temp/order_sample.xml
I have two different internal workgroups, one is on 192.168.0.1 subnet and the other is on 192.168.10.1 subnet.
SQL Server is 192.168.0.110.
I can connect to it via Enterprise Manager and ODBC from any webserver on the 192.168.10.1 network.
I can connect via EM from any webserver on the...
I have one SQL Server 2000 machine running both a public website and an the internal management website. There SQL server has 2 nics, I want to be able to connect to the server using both nics, one for public site and one for internal site.
It runs fine on the 1st nic, with the original IP...
I'm new to Stored Procedures.
This is kind of what I want to do:
=======================================
DECLARE @iCount int
iCount = 0
SELECT DISTINCT Title FROM newMovies WHERE isNew = 1
?? assign the value of each Title to a variable (i.e. newTitle)
IF NOT EXISTS (SELECT tableID from...
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.