Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CoolMama
  • Content: Threads
  • Order by date
  1. CoolMama

    unrecognized connection string

    I've set up an ASP.NET page reading from a SQL Server Express database on my computer. When I migrate the page to a web server which has the same SQL Server Express setup and database file path, I get the error below. Everything looks fine. I even changed the [local] server path (.\SQLEXPRESS)...
  2. CoolMama

    TreeView "Open new Window" URL

    I'm creating an ASP 2.0 (C#) page using the new TreeView Control. Some of my links should open in a new window for better navigation. However, the HTML coding doesn't seem to create a new window. Is there a special way to make it work? <siteMapNode url="PFFOFF/search.asp" target="_blank"...
  3. CoolMama

    pop-up menu creation

    Does anyone know how to create a pop-up menu using Flash MX? (yes, it's that old a version) Is there a tutorial somewhere? Dawn http://www.dawningdesigns.net
  4. CoolMama

    SQL Express DateTime format

    I'm using SQL Server 2005 Express and Visual Web Developer Express (ASP.NET 2.0). I've created an ASPX page which displays policy information. The date, which has a "datetime" property, displays with both date and time. I want only a short date. I'm not familiar with the SQL language yet. In...
  5. CoolMama

    photo thumbnails won't show

    I have placed a Photo Album on my hosted web server, but the thumbnails of the photos aren't showing up. Originally I placed these files in my root directory because of where the web.config file had to be. But I got an error and couldn't see the page. The files were mixed up with the other files...
  6. CoolMama

    ORDER BY conflicting with WHERE?

    I'm creating an UPDATE database page. The database is MS Access. The page works fine. The user selects which entry to update by selecting the title of the entry from a drop down menu. I want the titles to be in alphabetical order. But when I use a ORDER BY, it doesn't put them in alphabetical...
  7. CoolMama

    INSERT not updatable query

    I am creating my first "insert into database" form. I have a table with textboxes for a new policy to be added to a database. When I hit the add button, I get the error below. Why is this not an updateable query? I'm sure there's some bit of code missing. Also not sure if I set up the Primary...
  8. CoolMama

    can't insert &quot;DateTime&quot; to database thru ASP.NET

    I have an Access database for company policies. I'm now creating ASP.NET administrative pages so someone can update the policies online. I'm having a problem with the "Add a new policy" command. It's set up as a datagrid that creates a new row at the end with the UPDATE/CANCEL commandNames in...
  9. CoolMama

    seaarch engine

    I have looked through lots of ASP.NET books and can't find one that will show me how to create a search engine. Why? Specifically, I need to build a search engine that scans a number of folders for files that contain a submitted keyword. It could also scan the database that the file links are...
  10. CoolMama

    Connection to Access database

    I see there is already a thread on this, but no answer. SO I thought I'd present my version of the problem. I build an intranet ASP.NET page using Web Matrix and IT connects to an Access database. When I try to view the page through the intranet, I get a permissions error (see below). The...

Part and Inventory Search

Back
Top