Browse by Tags

Related Posts

  • Object reference not set to an instance of an object

    I built a custome mail queue for my website using .NET 2.0 and SQL 2005. Everything is running great except I'm getting the "Object reference not set to an instance of an object" error every onece in a while. Here is the code that is throwing this error: private void SendAlertEmail() {...
    Posted to Getting Started (Forum) by maushana on 01-14-2009, 12:00 AM
    Filed under: Object reference not set to an instance of an object, problem, VWD, VWD express edition compatible Vista, .net, asp.net, asp.net 2.0, asp.NET generics, crash, data, data source, Data source SQL Visual Web 2005, database, Error, help
  • Re: VB.net right align printing currency

    This piece code will help you for solve your problem.... 1 Dim a As Double = 12.6553 2 Dim b As Double = 123.2454 3 Dim c As String = a.ToString( "0.00" ) 4 Dim d As String = b.ToString( "0.00" ) 5 Dim str As String 6 7 str = c.PadLeft(20 - c.Length) + vbCrLf 8 str += d.PadLeft(20...
    Posted to Visual Basic .NET (Forum) by shabeervga on 10-22-2008, 12:00 AM
    Filed under: visua basic.net, Visual Basic .NET, visual basic 2005, .NET, ASP.NET, ASP.NET 1.1, asp.net 2.0, ASP.NET 2.0 Visual Basic VB Errors Image Width, asp.net 2.0, Currency, eCommerce, Help, asp.net2.0, programming
Page 1 of 1 (2 items)