Search

You searched for the word(s): userid:498558

Matching Posts

  • conversion of Microsoft EnterpriseLibrary to ADO.NET?

    How can this be converted from Microsoft EnterpriseLibrary to ADO.NET? Public Function SelectByWeekNum(ByVal weekNum As Integer) As DataTable Try Dim db As Database = DatabaseFactory.CreateDatabase("LocalSQLServer") Dim dbCommand As DbCommand = db.GetStoredProcCommand("dbo.[pr_vw_aspnet_GetHoursByWeek]") db.AddInParameter(dbCommand, "@WeekNum", DbType.Int16, weekNum) Dim toReturn As DataTable = New DataTable("vw_aspnet_GetHoursByWeek") toReturn = db.ExecuteDataSet
  • Identify control and how to create?

    I am trying to figure out how to create this control (pic below) in a vb.net application. From what it looks like, it's a paging gridview maybe? But the datasource is a calendar? As you click the upper right controls it changes to either the previous week(s) or next week(s) and allows for entry.. For the life of me I can't think of what to call it or how to do it. Any assistance would be appreciated.
    Posted to Web Forms (Forum) by jballhrb on 11/25/2009
  • Re: Open and close a page every 10 minutes

    I'm sorry I should have explained better. I was in a rush while typing the message. I am using this in a similar way to open a web application and run the page to scrape content from somewhere else and save it as a file. I am also using it to keep alive the worker processes on a few personal websites so it doesn't take for ever for them to load. The way I was doing it with just the batch file, worked, but it left all the Internet Explorer windows open. I wanted a solution that would open
    Posted to Web Forms (Forum) by jballhrb on 8/3/2006
  • Re: Open and close a page every 10 minutes

    Or you could even go with a more basic approach. Windows Scheuled Task to run a batch file every 10 minutes. KeepAlive.bat: @echo off start "c:\program files\internet explorer\iexplore" "http://www.websitehere. co" ping -n 1 -w 10000 1.1>nul start close.vbs and close .vbs file: strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList
    Posted to Web Forms (Forum) by jballhrb on 8/2/2006
  • Re: Image Cache Clearing

    I had a similar issue where I was needing to refresh the image. If I remember right I added a parameter to the image I wanted to display. So for example, I had an img with the code of: imgCover.ImageUrl = strImageURL & "?n=" + DateTime.Now.Second.ToString() Where strImageURL pointed to the filename that was uploaded.
    Posted to System.Drawing/GDI+ (Forum) by jballhrb on 6/22/2006
  • Re: Module Development 3.2.2

    I believe you have to use the .sln DotNetNuke\Solutions\DotNetNuke.All folder. At least I have always used that one.
    Posted to Custom Modules (Forum) by jballhrb on 3/24/2006
  • Regex match everything between two brackets

    I can't find anything on this and searching isn't providing anything filtered enough. I have a string that has multiple entries with text similar to [Today's Information] or [<a href="previous.html">Yesterday's Information</a>] There would never be any broken brackets, there will always be a set. I need to totally remove those items contained in the brackets with a regex.replace. How would I do that?
    Posted to Web Forms (Forum) by jballhrb on 3/14/2006
  • Re: New account auto creation core authentication problem DNN 3.2.2

    Anyone? I can't believe that noone knows the answer to this..there's got to be someone who's edited this?
    Posted to Core Framework (Forum) by jballhrb on 3/13/2006
  • Re: glossary module

    I am desperately trying to get to the houseofnuke website to download the glossary. I keep getting a network error saying the connection is refused. Is the site down?
    Posted to DotNetNuke (Forum) by jballhrb on 3/13/2006
  • New account auto creation core authentication problem DNN 3.2.2

    Where can I edit the source code to modify the user details that are supposed to populate when the accounts are first created? I think they aren't matching up with one another when the account is created. Whenever a new account is created the only thing that pulls across and gets created is User Name: DOMAIN\USERNAME Email Address: USERNAME@DOMAIN.COM The other items such as first name, last name, street, city, etc. is not populating at all, it's all blank. I don't need links to other third party
    Posted to Core Framework (Forum) by jballhrb on 3/7/2006
Page 1 of 8 (79 items) 1 2 3 4 5 Next > ... Last »