User Profile

Collapse

Profile Sidebar

Collapse
CaJack
CaJack
Last Activity: Oct 2 '07, 05:19 PM
Joined: Mar 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • CaJack
    started a topic User Unregistration
    in .NET

    User Unregistration

    Hi,
    I’ve used the createUserWizar d to allow users and I’m using the various other login controls around my site. The information goes to the default sql database aspnet.mdf and to the tables aspnet_Membersh ip and aspnet_Users. I was wondering is there was a control or a easy way to unregister? I was thinking if there isn’t a control I could grap the username like this…
    Code:
     UserName = Page.User.Identity.Name.ToString()
    Then query...
    See more | Go to post

  • CaJack
    replied to A problem with dates.
    in .NET
    Yep sorted it, thank you....
    See more | Go to post

    Leave a comment:


  • CaJack
    started a topic A problem with dates.
    in .NET

    A problem with dates.

    Hi,
    I keep getting an error when I run my code. Here’s the error “The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
    The statement has been terminated”. It points to this part of my code…
    Code:
     cmd.ExecuteNonQuery()
    Here’s my code…
    Code:
        Private Sub TestDate()
            Dim DateClosedString As String = "Closed"
            Dim cnn As Data.SqlClient.SqlConnection
    ...
    See more | Go to post

  • CaJack
    started a topic Sorting money with SQL and ASP.NET

    Sorting money with SQL and ASP.NET

    Hi,
    I'm having some trouble with my asp.net page and my sql database. What I'm trying to do is allow the user to upload an number to the database, the number is a money amount like 2.00 (£2.00) or 20.00(£20.00). I've tried using money and smallmoney datatypes but the numbers usually end up looking like this in the database...
    I enter 2.00 and in the database it looks like 2.00000, and even if I enter the information directly into...
    See more | Go to post

  • CaJack
    started a topic Grid View Troubles

    Grid View Troubles

    Hi, I’m having trouble with my grid view, I've search around and didnt find any help so I thought I'd post my problem. When the user is signed into my site and clicks button1, the users name is turned into a string and used in a query to display all the information for that user, but unfortunately it doesn’t work. It should output all the CD’s the user has input into the database. Here’s the code I have…

    Code:
    Protected Sub Button1_Click(ByVal
    ...
    See more | Go to post

  • Help with display query to a multiline textbox

    Hi, I’m having trouble with my code and I’m starting to get lost. The Program takes the country that’s been typed in to the textbox and when the query button is clicked the program queries an access database for all records that contain the selected country. I think that part works, but I’m having trouble with the output. I want to display only certain fields of the record in a multiline text box, each matching record to a new line, like...
    See more | Go to post
No activity results to display
Show More
Working...