Hi,
There is a copy of my database in the app_data folder in my asp.net project. When I query the database, I am pointing to one that exists in another directory. What is really the purpose of it being where it is? Have I done something I am not aware of ? I have read some, but I am not...
I have an asp.net application on a server. I am referring to the database which lives on the "d:" drive on that particular server, so I thought I would refer to it as such in a connection string like this:
AcString = "provider = microsoft.jet.oledb.4.0; data...
hi,
I added a new table to the back-end of my 2003 database and when I tried to link the front end to the back end , it does not see the new table. how do I do this? I have tried to link it 3 times, but it still does not work. I have not had problems linking before. Any ideas?
thanks
hi,
I am working on trying to figure out why I cannot connect to my database after changing the connectionstring in web.config. If I could change it successfully, does that mean that the data source objects I had defined based on a different database (same tables but different database name...
hi,
I changed my connectionstrings in my web.config file and I have some problems I hope you can help me with. I get lots of errors :" Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please...
hi,
I am moving my application from my PC where I have been developing my asp.net project. Before moving it all over to the server( code,etc), I decided to change the connection strings to the database on the server.
When I run my app, I get errors because my data source objects are still...
hi,
I am able to export a datagrid to Excel, but when I look at it, inside each cell, it has colored every other row with gray which looks funny. This doesn't bug me very much, but there are some other things it does that aren't right.
When I click on the header for a column, it displays the...
hi,
I want to test calling a javascript function from my .net app. It's a pretty simple thing, or so I thought. But, I cannot get it to work. I want to display a web page when I click on a button. This is the code I have for it.
This is in page1.aspx:
<script type="text/javascript">
Sub...
hello,
I have a page that lists some items. One of the lists is in a datagrid that has many items, so the user has to scroll to view everything. I searched around a bit and saw some code in javascript that looks like it takes the whole lot and prints it out into a new window.
Can I mix up...
hi,
I have a page with a grid that changes depending on the user's input. It could be 10 rows or 20 rows,etc...
I have some buttons at the bottom including a submit button, and another button for another page.
My buttons sometimes move to the middle of the screen if I get a lot of rows. I...
hi,
I have not worked with IIS much, and I am running into things I don't know how to fix. I have a simple website that I built using VS 2005 - involving only one html page.
I built it and created a virtual directory and then gave the path to my simple web site. (I am testing on my PC before...
hi,
I set up a very simple site that has one html file in it so that I could see how I am going to use IIS. Well, I get the error many people do (HTTP 401.3 - Access denied by ACL on resource).. but I get it on my own machine.
I'm posting this because there's probably a lot of things I yet...
hi,
I am having problems understanding what I need to do in order to build my web site then have it work on a server.
I thought I could just copy everything over. What exactly do I have to do? I am a total dumbo in this area. I found articles where it says I only have to "copy the files over"-(...
hi,
I am using DTS to load some data from an excel spreadsheet into a table that has some fields defined at "tiny ints" and /or small ints.. Anyway, I tried to run my package after I set up the input as an Excel spreadsheet.It did not like the fields that were defined as small ints.
I then...
hi,
I am having a terrible time loading data into a table.
Im loading from an Excel spreadsheet. The fields with problems are defined as "tiny ints" in sql 2000....
But my fields are numbers, but I guess they're not small enough and it wont accept them. How do I tell Excel to make it a tiny...
hi,
I have read some articles on how to sort a datagrid , but only with bound fields. How do I go about sorting with fields that I bind in the itemdatabound event?
Do you know of a good resource I can read up on? so far,
I haven't found what I think I need.
thanks a lot.
hi,
I've got sql server 2005 on my desktop. I've got a sql server 2000 database on a server. I would like to run DTS to import some data into one or more than one table in the sql server 2000 database. Can I do that with sql server 2005? I apologize if I am not putting this in the right spot...
Hi,
I am binding a query to a datagrid, and I get the error:
"An invalid data source is being used for DGteach. A valid data source must implement either IListSource or IEnumerable."
I did look at some documentation regarding Ienumerable, but I'm afraid I don't understand what I need to to...
I have a report that I have been running for a while and now it seems to have slowed down. It takes over 15 minutes for me to process about 400 records and I don't know why.
The back end is on a file server. There's no problem with the connection - I am sure. I call a function for about 4...
I have an Access application that has a front and back end. When I access the tables with ADO, is it correct that I am setting the database source to the front end because that's where the modules and queries are or do I set it to the back end? But, I am confused because I have a function that...
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.