User Profile

Collapse

Profile Sidebar

Collapse
livid86
livid86
Last Activity: Jul 13 '20, 09:36 AM
Joined: Nov 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Using Microsoft Enterprise Libary with SQL server CE

    Hello,

    I'm trying to create a simple test project that will read and write from a SQL CE database. I have written a small amount of code and getting weird errors that i have googled and do not understand.

    This is the code i have got
    Code:
    using System;
    using System.Linq;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    ...
    See more | Go to post

  • livid86
    started a topic Change Timezone on parsed RSS file.
    in PHP

    Change Timezone on parsed RSS file.

    Hello Everyone,

    I have used lastRSS to parse through RSS files and i'm able to get the time in this format.

    <pubDate>Sun, 10 May 2009 01:32:28 +0000</pubDate>

    Am i able to change the timezone on this.

    Where i am is +11

    Thanks Alot.
    See more | Go to post

  • livid86
    replied to ASP navigation trimming
    I feel like an idiot LOL!, after hours and hours of thinking i finnally figured out the parrent needs the role set!!

    Thanks anyhow
    See more | Go to post

    Leave a comment:


  • livid86
    started a topic ASP navigation trimming

    ASP navigation trimming

    Hey,

    I am trying to setup my application so only users with particular roles can see navigation items that match there role. (such as admin can see the admin navigation items)

    Well my problem is it's not working and i have checked several sites and found nothing. If anyone could help i would really appreciate it.

    This is my code for my Web.Sitemap

    Code:
    <?xml version="1.0" encoding="utf-8"
    ...
    See more | Go to post

  • livid86
    replied to Finding dates in javascript!
    Thanks

    Thanks mate,

    This is exactly what i was looking for!

    Thanks again
    See more | Go to post

    Leave a comment:


  • livid86
    started a topic Finding dates in javascript!

    Finding dates in javascript!

    Hey guys,

    I am a little stuck. What i need to do is write a script that will find four things.

    - This week
    - Last Week
    - This month
    - Last Month

    What i want it to do is the user can select from a combo box either of the options and it will fill it out a textbox in dd/mm/yy format.

    With the week's i don't just need to subtract 7 or 14 from the date i need it to be from...
    See more | Go to post

  • livid86
    replied to Update textfield from database
    thanks, got it sorted.
    See more | Go to post

    Leave a comment:


  • livid86
    started a topic Update textfield from database

    Update textfield from database

    Hey Guys,

    I'm working on an web based managment system for work. At the moment i've got a combo box which autofill from a database. The value shown is the name of the product and the value is the id. When the combo box is changed i need to update a textbox beside the combo box with a value from the database.

    Any ideas?

    Thanks Guys
    See more | Go to post
No activity results to display
Show More
Working...