1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How do I migrate these lines of code from asp to asp.net?

Discussion in 'C#' started by vidamia_lana, Jun 30, 2010.

  1. #1
    Dim RecSet

    RecSet = Server.CreateObject("ADODB.Recordset")
    objRS = Server.CreateObject("ADODB.Recordset")
    ObjHRMISDACom = Server.CreateObject("HRMISDACom.CDatabaseSQL")

    strSQL = "select GDAccessCatCd,GDAccessCatNm from tblREFGDAccessCat"
    'Response.Write strSQL
    'Response.End()

    strSQL = strSQL & strSQLOrderBy
    'response.Write "strFileDSN :" & strFileDSN
    'response.End
    objRS = ObjHRMISDACom.SQLSelectRS(strSQL, strFILEDSN)

    intTotalRecToBeDisplay = 4
    blnSkipResponseEnd = True

    Call cbfPageNavTop(objRs, intTotalRecToBeDisplay, blnSkipResponseEnd)
     
    vidamia_lana, Jun 30, 2010 IP