Tried both but the result is the same.
I don't know that this is the problem, as there is no exception being thrown. The datagrid is displayed, the correct number of rows is printed, hell the colors even alternate!
But there's no data in them ...
In doing this I'm actually rewriting some...
Hi, folks. I'm new to C# and the .NET framework, so if I've made a stupid mistake that's causing this problem please forgive and bear with me.
I have a simple query that I'm trying to output in a datagrid. The query is executing correctly, the correct number of results is displayed, and the...
The problem exists between the keyboard and the chair.
After a decent night's sleep I looked at this code again.
It turns out that when I was building the form I didn't pay close enough attention to which tab of the tool box was active. It was HTML, not Web Forms, so I had inadvertantly...
Additionally, I've pinpointed the exact lines of code causing the problem.
lstGrantingAgency.DataTextField = "ftvlocn_title";
lstGrantingAgency.DataValueField = "ftvlocn_title";
lstGrantingAgency.DataSource = ds.Tables[0].DefaultView;
lstGrantingAgency.DataBind();
If I comment out those lines...
Hi there. The entire class is below. strSQL and strLogin are both set. I tried removing the Dispose() calls but the error still occurs.
Thanks very much for looking over the code. I really appreciate it. I've been beating my head against this error for almost a day and half now and am soon...
Greetings. I'm fairly new to C# and .NET so I'm hoping someone can shed some light on what I'm doing wrong here. I've googled the error message and understand what is causing the problem, I just can't see it in my code. I honestly do not see which object I'm not instantiating that is causing...
Hi, folks. I've recently been set up as an admin on an IIS box and I just created a new site.
nslookup verifies the site exists, but if I ping the domain or IP address I get 100% packet loss.
TCP port is 80, anonymous access to the site is disabled, and ip address and domain restrictions have...
Both directories can be accessed by both urls you mention, it's just that the ~pablo account gets prompted to enter a username/password, while the ~webmstr account does not, even though they have their own .htaccess files in each.
I dont' get any errors, it's just that the .htaccess seems to...
I'm not sure I understand what the difference would be?
Both seem to me be accounts "local" to the machine, though I never log directly into the physical machine. Can you explain this?
Cheers and TIA,
Pablo
Hi, folks. I'm running into a very strange problem.
I've got the public_html folders of two home directories that I'm using .htaccess to protect. If I access them via any one of our virtual hosts running on this box (www.mydomain.com/~username) they both work fine. However, if I access them...
Hi folks. I'm running to a problem which I can't figure out.
I'm creating a database using the following command:
createdb -U pablo -W pablotest1
I'm prompted to enter the password to create the DB, and after doing so the db is created successfully.
However, when I connect to this database...
Hi folks.
I've been getting a bevy of errors from PostgreSQL recently, most of which make no sense. Well, that is to say that while I understand what the errors are telling me, there seems to be no logicaly reason why they are occurring.
The error message is ALWAYS the one below, which is...
Hi folks. We seem to have a corrupted database, or at least that's what I'm assuming. I noticed some very strange errors on Friday, and noticed some records had been randomly deleted, and then when attempting to dump the database this morning I got the following error...
Hi folks. In switching our site from static html to static html driven by a CMS, I've written a script that trolls our entire site, parses out all links, images, script includes, stylesheets, etc., and uses Pear's HTTP_REQUEST package to make sure the file/document exists.
However, for some...
Hi folks.
I need to get hosting for my website on a host that offers PostgreSQL. I know this is generally a little more expensive than hosting for MySQL, so I'm really going to comparison shop.
Does anyone have any recommendations on a good PostgreSQL hosting company out there, or any...
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.