Search

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

Matching Posts

  • Re: Element [a user control] is not a known element.

    I don't know if you have figured this out yet or not. The post is old. However I had the same problem using VS2008 and .NET 3.5. The solution is as simple as it can be. In the <% Register tag, make sure that the src has a tilde in front of the path. So for example if the src="controls/MyUserControl.ascx" make it so it is src="~/controls.MyUserControl.ascx". Of course you can resolve the path yourself, but the tilde functionality is very convenient.
    Posted to Web Forms (Forum) by alfinmass on 7/27/2009
  • .NET 3.5 SP1 AJAX problem

    Hi, the following code worked perfectly fine under .NET 3.5, but it no longer does since I installed SP1. The problem is in the Click event of IBClearSearch, it no longer removes the text from the TBFilter textbox. The page code: 1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="PaperList.aspx.cs" Inherits="Application_PaperList" %> 2 3 <%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="cc1"
    Posted to ASP.NET AJAX UI (Forum) by alfinmass on 8/14/2008
  • Re: Method Overloading in Web Services

    Thanks man! I was having this problem. I tried commenting the WebServiceBinding line out, but it was still reporting the issue. Best!
    Posted to Web Forms (Forum) by alfinmass on 6/4/2008
  • Re: IE 7 won't display a page with error

    I have also found the following solution: http://bvencel.blogspot.com/2008/05/aspnet-development-server-problems.html If Vista gives you problems in saving the new file in the directory (it did to me) you can save into another folder (documents) and then move it. You will require administrative permissions to move it, but it works like a charm. Best!!!!
    Posted to Web Forms (Forum) by alfinmass on 5/30/2008
  • Re: Gridview RowEditing gives error when databinding

    Yeah, I couldn't post it until the accepted the first post. I found the problem and it is in what I posted: < EditItemTemplate > < asp : TextBox ID ="tbProposed" runat ="server" Text =' <%# Bind("Proposed","{0,C2}") %> ' Visible ="true" /> </ EditItemTemplate > It didn't like the ,"{0,C2}" argument. I removed it and it works.
    Posted to Data Presentation Controls (Forum) by alfinmass on 5/20/2008
  • Re: Repeater Control Cell Click Event Not Firing

    Is it me... or do you have the %> symbol in the wrong place? Shouldn't it be right next to the closing quotations?
    Posted to Data Presentation Controls (Forum) by alfinmass on 5/19/2008
  • Gridview RowEditing gives error when databinding

    Hi, the page code: < div id ="divRates" class ="grids"> < asp : Panel ID ="pRates" runat ="server" BorderColor ="Black" BorderStyle ="Solid" BorderWidth ="1px" Height ="420px" ScrollBars ="Vertical"> < asp : GridView ID ="gvRates" runat ="server" AutoGenerateColumns ="False" CellPadding ="3" HeaderStyle-BackColor ="Control" HeaderStyle-ForeColor
    Posted to Data Presentation Controls (Forum) by alfinmass on 5/19/2008
Page 1 of 1 (7 items)