Browse by Tags

Related Posts

  • IIF runs both TRUE and FALSE?

    This annoys me like hell: Let say I want to evaluate a value in a SHORT way. For example: Dim mystring as string ( instantiated nothing ) console.writeline( IIf(mystring = nothing, "Nothing in string" , mystring.replace( "A" , "a" )) If the string is not empty it should do a replace, but instead I get...
    Posted to Visual Basic .NET (Forum) by ViktorBergmanSwe on 01-25-2007, 12:00 AM
    Filed under: ReferenceTypes, VB, .NET
  • is vb.net similar to webdeveloper 2005?

    coz next week i will be assigned to a new project.but this time i will be using vb.net. ived never tried coding in vb.net. now im using Webdeveloper 2005. are the codes similar? example connecting to database..the connection string,data adapters,data tables.. sessions..request.requery and others,,, in...
    Posted to Visual Web Developer 2005 Express (Forum) by natasha_arriell on 03-08-2007, 12:00 AM
    Filed under: vb.net, VB, .NET
  • How to translate VB Response object into VB.NET?

    I'm trying to translate VB code into VB.NET: Dim strHexImage(240,1) Dim intRandomNumber Response.Expires = -1 Response.ContentType = "image/gif" strHexImage(0,0) = "image1" strHexImage(0,1) = "text1" strHexImage(1,0) = "image2" strHexImage(1,1) = "text2" I'm not sure how to translate 4 lates line. These...
    Posted to Visual Basic .NET (Forum) by szmitek on 03-13-2007, 12:00 AM
    Filed under: vb.net, programming, VB, .NET, compiler error, Expires ContentType gif Response HttpResponse dim XmlSchemaComplexContent
  • Post Form Data via VB

    Does anybody know how to POST form data without actually creating a form in HTML? Here is what I need it to do: Lookup login information from a database Build login request and POST to webserver I would like to avoid having to build a hidden form and I don't want to "capture" the response, ideally it...
    Posted to Web Forms (Forum) by bdowell on 03-15-2007, 12:00 AM
    Filed under: HTTP, VB, .NET
  • Re: How to translate VB Response object into VB.NET?

    I have translated this code and resolve most of errors but some of them has been still been existing. I do not know how to resolve them. I have translated into: <% @ Page Language="VBScript" %> < script runat ="server" language ="vbscript"> Dim sarryHex as system.array Dim lngHexArrayPosition...
    Posted to Visual Basic .NET (Forum) by szmitek on 03-17-2007, 12:00 AM
    Filed under: Value Types, ReferenceTypes, Reference Types, HTTP, Header, vb.net, programming, VB, .NET, Expires ContentType gif Response HttpResponse dim XmlSchemaComplexContent, response captha
  • Re: How to translate VB Response object into VB.NET?

    Handles Page.Load - this is unecessery Response.BinaryWrite(Byte.Parse(strHexArray(i), System.Globalization.NumberStyles.HexNumber)) - value of Byte canot be converted to one dimensional array of Byte How to resolve it? Whole source: <% @ Page Language="VBScript" %> < script runat ="server"...
    Posted to Visual Basic .NET (Forum) by szmitek on 03-18-2007, 12:00 AM
    Filed under: ByVal, Value Types, vb.net, programming, VB, .NET, compiler error, response captha, vbscript Dim ByVal Byte Sub
  • What is this line of code?

    In this line of code: Dim strProvince As String = CType(frmV.DataItem, DataRowView)("Province") What is the ("Province") part? This is from a sample I am working with, and I think it will compile, but I don't recognize that last element. It is initializing a string, but I don't think I've seen that syntax...
    Posted to Visual Basic .NET (Forum) by nickpup on 03-30-2007, 12:00 AM
    Filed under: vb.net, programming, VB, .NET, ASP.NET
  • Lead .NET Architect, Los Angeles | F/T or Contract | Paid Relo

    The Lead .NET Architect will be responsible for analyzing business needs, articulating architectural vision, conceptualizing alternative architectural approaches, and leading software development teams. In addition, lead architects contribute to our technology capability and culture of business value...
    Posted to Jobs (Forum) by superiorss on 04-05-2007, 12:00 AM
    Filed under: asp.Net 2.0, ASP, C#, .NET, XML, vb.net, ASP.Net, ado, active server pages, ado dot net, ado.net, vb dot net, dot net, asp dot net, visual studio .net, c sharp, .ascx, c-sharp, vb, .aspx, visual basic
  • FormsAuthentication.RedirectFromLoginPage(uName, True) Usage Help.

    Is it possible to send more information than just username through the " FormsAuthentication.RedirectFromLoginPage(uName, True )" such as maybe something like this.... FormsAuthentication.RedirectFromLoginPage(uName, uPassword, uID, True ) If this is possible, what would be the best way to retrieve that...
    Posted to Security (Forum) by JDGonier on 04-10-2007, 12:00 AM
    Filed under: vb.net, programming, VB, .NET, ASP.NET
  • can someone please help explain...

    Hi, I have got this code from one of the articles on this website to create my own business logic layer which handles data sent from the presentation layer from some search fields and returns it to a gridview. All I'm looking for is for someone to help explain exactly how it works. The code is here:...
    Posted to Getting Started (Forum) by tomosap on 04-11-2007, 12:00 AM
    Filed under: ByVal, vb.net, VB, .NET, ASP.NET
Page 1 of 3 (29 items) 1 2 3 Next >