Search

You searched for the word(s): userid:264082

Matching Posts

  • Re: image in table

    ... Dim imagetable As New Table Dim row As New TableRow Dim cell As New TableCell ... As soon as you are learning, let me tell you your error ;-) . You declared the variables as a data type but did not initialize the data type so the variables were actually "nothing" other than a type but when you initialize it, you create an instance of a variable.
    Posted to Free For All (Forum) by jlovell on 10/5/2003
  • Re: .net version

    Is it VB.NET!?... one of my favourite languages (C# is better). I was going to do a chat solution but then, I got distracted into building server controls so if I never got distracted, I would have sent a C# version plus improvements. Here is a translater that you can parse that VB.NET source (by using notepad) and pasting it here: http://www.codeproject.com/csharp/GBVB.asp But it will not be perfect code you know!
    Posted to Free For All (Forum) by jlovell on 10/5/2003
  • Re: Forcing an error

    throw new Exception("Ha, Ha... I threw you.");
    Posted to Free For All (Forum) by jlovell on 10/5/2003
  • Re: it does not

    Unfortunately, my build did not work on Angiras's PC. Maybe if you two synchrized your two PC settings, you can get to the source of the problem.
    Posted to Free For All (Forum) by jlovell on 10/5/2003
  • Re: How to count CPU number?

    I agree with you Shawn. I have another user name at these forums and I was a top 50 poster close to the the top 25 mark but I stopped using it because in the +/- 670 posts, about 90 abused other people. That is the reason I stopped - I was disgusted by my own behaviour and the ironic thing is that I am not representing a proffesional entity (I am a student).
    Posted to Free For All (Forum) by jlovell on 10/5/2003
  • Re: regular expression error.

    I suggest taking out the begin and end characters of the regular expression: "(?=.*\d).{4,15}"
    Posted to Web Forms (Forum) by jlovell on 10/5/2003
  • Re: Cookies won't persist in frames

    The only reason that I know why it is doing this is due to the fact that your cookie is being set at different directory structures. Try the following code: Response.Cookies("f1rc-hybris").Path = "/"
    Posted to Web Forms (Forum) by jlovell on 10/5/2003
  • Re: whats the best FREE nav bar/ menu for asp.net

    There is a one called skuMenu at the GotDotNet Workspaces . And it is free... but not a complete solution.
    Posted to Web Forms (Forum) by jlovell on 10/5/2003
  • Re: .net version

    Ok... I have sent the mail.
    Posted to Free For All (Forum) by jlovell on 10/5/2003
  • Re: To Inherit or Not to Inherit, that is the question..

    Option Two is my vote. The reason: you are fighting against time. The backing of good design skills: you are going to achieve the same performance and neither way hurts yourself by looking after the code.
    Posted to Getting Started (Forum) by jlovell on 10/4/2003
Page 1 of 14 (134 items) 1 2 3 4 5 Next > ... Last ยป