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 strongm 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: Jcarr38
  • Content: Threads
  • Order by date
  1. Jcarr38

    SQL Server 2005 Express startup error

    i have vista ultimate x64. I downloaded Visual Studio 2008 Professional Edition so i have the 2.0 and 3.5 framework and now have sql server 2005 installed. I then proceeded after to install the "Microsoft SQL Server Management Studio Express Service Pack 2" and when it boots up, i get to the...
  2. Jcarr38

    Add items to array with OnClick

    I have this code right here. The array starts with one item in it but i have dynamic links in the front end page that say this: <a href="#" onClick="javascript:testItems('image2')">test</a> <a href="#" onClick="javascript:testItems('image3')">test</a> <a href="#"...
  3. Jcarr38

    Need syntax help

    Hello, i am more of a MS Sql guy but need help on a stored procedure. If anyone could please help me with the main sql i would greatly appreciate the help, i'm still sorta confused after looking at the documentation for MYSQL. Here is the procedure. I know ROW_NUMBER isnt for Mysql but i need...
  4. Jcarr38

    Flash Tutorial for picture slideshow

    I need help looking for a flash tutorial or any help. I've found several online for picture slideshows but i'm looking for a tutorial that can help me accomplish a picture slideshow very similar to this template site: http://www.templatemonster.com/website-templates/15279.html I'd appreciate...
  5. Jcarr38

    Connection String in web.config

    I'm familiar with .net but not so much with sharepoint but i need to be able to create a connection string in the web.config file of a sharepoint site and tap into a database. Then in one .aspx page i'll point to the tables in the DB and grab needed information. Is this possible with...
  6. Jcarr38

    Redirect User

    Okay i've got this code in the web.config below. <location path="testpage.aspx"> <system.web> <authorization> <allow users="user2, user1"/> <deny users="*"/> </authorization> </system.web> </location> My issue is for this testpage.aspx if the user isnt either user 1 or user 2...
  7. Jcarr38

    DateTime calculation

    I'm displaying records and using a field called ratedOn which is a datetime attribute with a getdate() default value. To display records on a page, say i wanted to only show records that are about 7 days old and anything older than 7 days, it won't display. How could i use a calculation in my...
  8. Jcarr38

    Buffer.append

    I'm trying to compile an email message however this line won't convert the a href tag to html, it just displays the html syntax on the email, does anyone know how i would get that to display the link? buffer.Append("To see again, <a href='/PublicSite/test/test.aspx?id=" + newRecipeID +...
  9. Jcarr38

    Trim or substring

    I've gotta field in a label that looks like this: <%# Eval("Name") %> The output looks like this: "Sam From San Francisco, CA" . How can i trim everything except the word name so it'll read just "Sam". Thanks for any help.
  10. Jcarr38

    Paging w/ Repeater ICollection Error

    have this code that worked fine until i tried to put custom paging in it. I'm getting an error that says "Cannot compute Count for a data source that does not implement ICollection". I read that you cant use a datareader but i'm using a table adapter so what's my issue. Any help would be...
  11. Jcarr38

    How do i copy and overwrite a ghosted list?

    we have a list on a production site with about 2400 records and it's corrupt because everytime it tries to open it says...Error exception occurred. We can't open the page either in Frontpage b/c it gives a server extensions error or "error opening file" so we cant access the code. We have a...
  12. Jcarr38

    copy a ghost list from one site to another

    we have a list on a production site with about 2400 records and it's corrupt because everytime it tries to open it says...Error exception occurred. We can't open the page either in Frontpage b/c it gives a server extensions error or "error opening file" so we cant access the code. We have a...

Part and Inventory Search

Back
Top