Search

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

Matching Posts

  • Re: Changing href link in HTML string using RegEx

    Hello ramiramilu , Thanks for the suggestion but unfortunately that won't work for me in the situation that I have. Just to make it clear as to what I am trying to do, let me explain. Basically I am making an email sending program that users will enter HTML to be sent from the website into the system. I want the website to read through the HTML, and prefix the existing HTML hyperlinks with a link to my website (followed by the original link), which would basically track when a user clicks a link
    Posted to Web Forms (Forum) by gp_330 on 9/16/2009
  • Changing href link in HTML string using RegEx

    Hi guys, I know that this is really simple to accomplish, but I am struggling to get the regex to work as I would like with the code below. <code> Dim httpurlregex As New Regex("(^|[\n ])(?<url>(www|ftp)\.[^ ,""\s<]*)", RegexOptions.IgnoreCase Or RegexOptions.Compiled) dim url as String = urlregex.Replace(arg, "${url}") arg = httpurlregex.Replace(arg, " <a href="http://www.newwebsitelink.com?testid=1***" & url & """
    Posted to Web Forms (Forum) by gp_330 on 9/15/2009
    Filed under: RegEx, string manipulation
  • Allow partially trusted callers Security Exception even when adding AllowPartiallyTrustedCallersAttribute and signing project

    Hi guys, I am developing a web project in Visual Studio 2008, that references a few dll's that have purchased (RadUpload etc). I have run into a Security Exception error, when deploying the site to a shared web server, because their trust level is set to medium. The hosting company will obviously not adjust the security settings for me alone, so I have done reseach into the issue. I know that this is a fairly common issue, as I have been searching online for the last 2 days, and I have read many
    Posted to Configuration and Deployment (Forum) by gp_330 on 3/4/2009
    Filed under: security exception, AllowPartiallyTrustedCallersAttribute
  • Re: Can't add databound columns to datagridview

    Hi Mikhail, thanks very much, I have reposted to the correct forum now. My apologies for the mistake.
    Posted to Visual Studio 2008 (Forum) by gp_330 on 2/14/2009
  • Issue with custom datagridview column

    Hi guys, not too sure if I am posting this in the right place, so apologies if I am wrong. I am trying to create a custom datagridview column, which takes the databound value and then returns another valid from the data layer based on the original value: Here is my code below, but every time, it does not retrieve the correct value. I am not too sure what I am doing wrong, and would appreciate any help. <code> Public Class DataGridViewUserCell Inherits DataGridViewTextBoxCell Public Sub New
    Posted to Data Presentation Controls (Forum) by gp_330 on 2/13/2009
    Filed under: custom column, datagridview
  • Re: Can't add databound columns to datagridview

    Hi guys, just to follow up this post, I copied the same application to a laptop that has a copy of Visual Basic 2008 Express Edition (not SP1) and I can now add databound fields again? Is there some kind of configuration setting that has changed between the 2 versions?
    Posted to Visual Studio 2008 (Forum) by gp_330 on 2/13/2009
  • Can't add databound columns to datagridview

    Hi guys, I have been using Visual Basic Express 2008 to develop an application over the last month, and for some reason I can no longer add databound columns to any of my datagridviews? Previously, I used to choose a data source (an object in my application) and the columns for the datagrid would be automatically created, which I could then add/edit or remove, simple. I recently upgraded to Visual Basic Express 2008 SP1, and now I can no longer add any databound columns to my datagridview? I thought
    Posted to Visual Studio 2008 (Forum) by gp_330 on 2/13/2009
  • Can't adjust .NET version in IIS 5.1, Microsoft .NET Assembly Registration Utility has encountered a problem

    Hi guys, I recently installed ASP.net 3.5, and not I cannot select my .NET version in IIS under the ASP.net tab. In fact when I open the MMC console, I get an error message saying: Microsoft .NET Assembly Registration Utility has encountered a problem and I don't even see the ASP.net tab! This means that all my sites are by default set to only work in ASP.net 1.1! I have tried uninstalling the 3.5 framework, but I quite literally cannot! I carry on getting errors when uninstalling or repairing
    Posted to Installation and Setup (Forum) by gp_330 on 9/5/2007
    Filed under: asp.net 2.0, ASP.net 3.0, ASP.net 3.5, Assembly Registration Utility, IIS 5.1
  • Re: Controls not being inherited

    Thanks Johram, I rebuilt the site from the bottom and it does seem to be working. Thanks for the help.
    Posted to Web Forms (Forum) by gp_330 on 8/8/2007
  • Controls not being inherited

    Hi guys, I am bit new to .Net 2, so please forgive this question. I know that all my .Net 2 pages are automatically supposed to inherit the controls (textboxes, drop downs etc) directly from the page that is inheriting the partial page class which means that you don't have to declare the controls in the code behind, but for some reason this doesn't seem to be happening on my PC? It only seems to work when I actually inherit the controls as I used to with .Net 1.1. Eg: Imports System.Web Partial
    Posted to Web Forms (Forum) by gp_330 on 8/6/2007
Page 1 of 31 (301 items) 1 2 3 4 5 Next > ... Last »