Browse by Tags

Related Posts

  • AJAX CMS generator

    Hi, I've been using this software called AJAXCMSCreator to generate our in-house CMS for our database, from these guys: http://www.developerinabox.com/ .. Looks pretty good to me, just wondering if anyone here has also tried it, and what they think of it before I buy a license...
    Posted to Free For All (Forum) by sporn on 12-19-2006, 12:00 AM
    Filed under: web 2.0, ajax, asp.net, visual studio, .net 3.0, programming, vb.net, C#, Webservice, .NET
  • using server based timer to interrupt code execution [:)]

    HI I am obtaining the current date and time from one of several time services. Works most of the time. Unfortunately, either due to heavy request volume or the provider being down or some other problem, response time is excessive. I would like to establish a timer and its associated handler to interupt...
    Posted to Free For All (Forum) by fatcat777 on 12-29-2006, 12:00 AM
    Filed under: asp.net, howto, programming, vb.net, .NET
  • Re: 260 Characters in File Path - Too long

    I recently came across this very issue for the first time. Yes you can use the Windows API calls and you will see a performance improvement. But, for the easiest fix use this namespace: System.IO.Directory.GetFiles() and System.IO.Directory.GetFolders() They both return string arrays of nothing but the...
    Posted to Visual Basic .NET (Forum) by david@davidlwalker.com on 01-22-2007, 12:00 AM
    Filed under: programming, .NET
  • Embedded Windows Media Player Object Problem

    I am trying to build a media player page with an embedded windows media player in it. On Page load the VB looks like this: 1 Protected Sub Page_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Load 2 If Not (Page.IsPostBack) Then 3 If Request.QueryString( "URL" ) = "" Then 4 5...
    Posted to Visual Basic .NET (Forum) by delobetc on 03-02-2007, 12:00 AM
    Filed under: vb.net, programming, .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
  • 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
  • Thank you

    Thank you. It run correctly. <% @ Page Language="VBScript" %> < script runat ="server" language ="vbscript"> Private Sub displayImage( ByVal strHexImage As String ) Dim strHexArray() As String = strHexImage.Split( " " c) Dim i As Integer For i = 0 To strHexArray.Length - 1 Response.BinaryWrite...
    Posted to Visual Basic .NET (Forum) by szmitek on 03-18-2007, 12:00 AM
    Filed under: ByVal, vb.net, programming, .NET, response captha, vbscript Dim ByVal Byte Sub, captha, ASP.NET, c#
  • 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
  • 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
Page 1 of 4 (32 items) 1 2 3 4 Next >