Can anyone explain why this works in ie, but not firefox?
From editing this code and substituting alert statements, it seems that the readystate never gets past 1, but I don't see why.
function objConstruct(url,obj){
this.url=url;
this.lyr=document.getElementById(obj)...
I am really stuck here. I've got the hash table bound to two different controls. They both are in the same order, but not the order that the hash table is typed. So what determines the order at databind? It seems random, except that it is alwats the same. Any insight?
Dim PageArray AS New HashTable()
PageArray.Add("Home Page",BaseURL)
PageArray.Add("Education",BaseURL & "/1")
PageArray.Add("Store",BaseURL & "/2")
RepeaterLinks.DataSource=PageArray
Page.DataBind()
I am using this code to fill a...
In the following code, I am unsure of how to search through the members of the class to see if there are any matches.
Public Class FormError
Dim Name As String
Dim FormValue As String
Dim hasError As Boolean
Public Sub New(ByVal n As String, ByVal v As...
I have a formview that I am using to add, update and insert data into a database. Everything is fine, with one exception. I need to enter similiar records with minor changes (one field per record). So after an insert, instead of arriving at a blank form, ready for a new entry, I would like to...
I need to access an xml page once an hour and then make a static html page on my server. The xml file is on a remote server and needs to be accessed from my server (only the single ip is allowed to accesss the file). All this could be done easily using asp.net if I could schedule the page to run...
If I have a dwt template attached to 200 pages, and I make a change to the dwt, do I have to publish all 200 files to the server for the changes to take affect? Or does frontpage have a way of updating the pages on the server if I publish the updated dwt file to the server? It seems as though...
So, despite the line at the top of the aspx page (on the server) '<%@ Page language="c#" Codebehind="shipping.aspx.cs" AutoEventWireup="false" Inherits="testNET.Store.ShippingForm" %>' the cs file is not neccessary for the page to run on the server? So my next question is this. I am simply...
I searched the entire computer and can't find the files. Can the page work without them? If it is compiled. I don't have access to the previous developer.
I have looked for that file and cannot find it. The aspx files make a reference to it ... codeBehind=store.aspx.cs . But when i do a search, that file doesn't show up.
I am new to asp.net and am trying to edit the design of some existing asp.net pages. I have access to the server through ftp or remotetly, but I cannot find the actual code that runs the pages. Is it because it has been compiled? If so, can I get to it? I have web matrix installed.
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.