mrburnttoast's Profile User Rating: -----

Reputation: 1 Apprentice
Group:
New Members
Active Posts:
14 (0.03 per day)
Joined:
28-December 11
Profile Views:
484
Last Active:
User is offline May 06 2013 06:22 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
Chrome
Favorite Processor:
Who Cares
Favorite Gaming Platform:
Who Cares
Your Car:
Who Cares
Dream Kudos:
0
Icon   mrburnttoast has not set their status

Posts I've Made

  1. In Topic: Interview Depression

    Posted 2 May 2013

    As someone who has interviewed numerous candidates for my team, I will tell you that it's not always about coding skills or experience. I have interviewed a bunch of applicants who I'm sure were fine developers but might not have been a good fit. Things that may be a turn off to interviewers: too aggressive, no personality, serial killer vibe, weird personal projects etc. Just something to think about.
  2. In Topic: how to go from one webform to another ? asp.net using vb.net code

    Posted 31 Jan 2013

    If it is another page in your application, just use
    Server.transfer()
    
  3. In Topic: asp.net ajax timer control fires twice then stops

    Posted 20 Jul 2012

    I just tried your code and it works if you change
    Dim n As Integer = New Random().Next(1, 2)
    
    
    to
    Dim n As Integer = New Random().Next(1, 3)
    
    
    . Also you may need to add the eventname such as:
    <asp:AsyncPostBackTrigger ControlID="Timer1" EventName="Tick"/>
    
    
  4. In Topic: Spaces between Image Buttons

    Posted 20 Jul 2012

    Did you try using
    borderCollapse="collapse"
    
    in the css for your table. If that doesn't work can you post the css? I believe I solved this issue before with borderCollapse though.
  5. In Topic: executenonquery() is not updating boolean field

    Posted 20 Jul 2012

    What is happening? Are you getting an error or is nothing happening? What data type have you assigned for this column in the db? Is there anymore code you can post? Any info would be helpful to determine if that condition is even being met.

My Information

Member Title:
New D.I.C Head
Age:
Age Unknown
Birthday:
Birthday Unknown
Gender:

Contact Information

E-mail:
Private

Friends

mrburnttoast hasn't added any friends yet.

Comments

mrburnttoast has no profile comments yet. Why not say hello?