Search

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

Matching Posts

  • DynamicData and Linq-to-XML

    From my reading, it appears that Linq-to-SQL and Linq-to-Entities are supported as sources for the DynamicData feature. Can an XML file (I assume through Linq-to-XML) be a source also? Thanks!
    Posted to ASP.NET Dynamic Data (Forum) by andyb90 on 9/1/2008
  • Re: Is there a 'Format Document' function for .js files?

    It sure would be great to have a javascript formatter in Visual Studio. Right now, I cut/paste my javascript (in my .aspx/.ascx files) to my Visual Slick Edit editor, "Beautify" it, then paste it back into Visual Studio. Sure would be nice to skip this step! Regards, Andy
    Posted to Client Side Web Development (Forum) by andyb90 on 5/9/2007
  • ASP.NET Membership Provider for a "Service Provider" Business

    Hi, I've been looking through the Membership and Role Providers, and they seem like they are quite useful. My scenario is a "Service Provider" type business. In a Service Provider (business), I, the "Service Provider", create a separate "domain" for each customer (a customer has multiple users). The workspace contains a datastore and a group of users who can access that datastore. ...So I am the Administrator of the domains. Each domain has one (or more) users who
    Posted to Security (Forum) by andyb90 on 9/14/2006
  • Re: WebMethod in UserControl ascx

    I believe I'm seeing the same issue. By "Web Method", you are refering the the handler method of a WebUserControl class that is activated by an Atlas-bound control? for example for this WebUserControl, YesButton_Click is the "Web Method"? : ***********Server-side code************** public partial class WebUserControl : System.Web.UI. UserControl { protected void Page_Load( object sender, EventArgs e) { // Expose the __doPostBack function to programmatically call it from javascript Page.ClientScript
    Posted to ASP.NET AJAX UI (Forum) by andyb90 on 8/21/2006
  • Re: User Control PreRender event not firing

    Sure... here is the .vb code and the aspx code: Imports System Imports System.Web Imports System.Web.UI Imports System.Web.UI.WebControls Public Class AssumptionRetirement Inherits System.Web.UI.Control #Region " Web Form Designer Generated Code " 'This call is required by the Web Form Designer. Protected WithEvents Panel1 As System.Web.UI.WebControls.Panel <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent() End Sub Protected WithEvents CancelWebImageButton As Infragistics
    Posted to Web Forms (Forum) by andyb90 on 5/16/2006
  • Re: User Control PreRender event not firing

    Here's an ASP.NET trace of the tree of controls. The "processing" user control is the one not firing the PreRender event. I also configured a radio button on this user control and (using the VS UI) created and event for this radio button click. This radio button click is also not having it's event fired. Can you spot anything from this? Control Tree Control UniqueID Type Render Size Bytes (including children) ViewState Size Bytes (excluding children) ControlState Size Bytes (excluding children) __Page
    Posted to Web Forms (Forum) by andyb90 on 5/16/2006
  • Re: User Control PreRender event not firing

    Hi Bpag, Thanks for the thought. A couple tests I ran... tried to switch to protected, and have the same issue. I also noticed that VS 2005 seems to create these (on a new event create from the UI) as "private", so I'm thinking "private" must be ok. Anything else you can spot that might be a clue? Thanks!
    Posted to Web Forms (Forum) by andyb90 on 5/16/2006
  • Re: User Control PreRender event not firing

    Hi Bruno, Thanks for the reply. I changed the "AutoEventWireup" to "true", but still don't get the PreRender event firing. In reviewing the AutoEventWireup, it sounds like the purpose is to bypass having to put the "Handles" clause into each call method. In my case, I already had the "Handles" defined for my user control, so not sure it would help me. For example: Private Sub Page_PreRender( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyBase .PreRender Am I understanding the AutoEventWireup
    Posted to Web Forms (Forum) by andyb90 on 5/15/2006
  • User Control PreRender event not firing

    Hi, A couple preliminaries... In our application, we dynamically load user controls using LoadControl(). We are using ASP.NET 2.0 and Web Application projects. Other events fire (e.g. Load, Render(when overridden method that makes call to base method)). The problem is that the dynamically loaded user control's PreRender event is not firing (as seen both by breakpoints set in Visual Studio 2005, and with ASP.NET trace.write messages put into the PreRender method of the user control). For example,
    Posted to Web Forms (Forum) by andyb90 on 5/15/2006
  • Empty Toolbox on Web "Site" (Project) in VS 2005

    Hi, My Visual Studio Professional 2005 toolbox (for web site "projects" is empty). The text in the toolbox says "There are no usable controls in this group. Drag an item onto this text to add it to the toolbox.". I've tried the "Tools/Import, Export Option Settings" to try to reset and get the standard controls in the toolbox, but not success so far. Also tried the right-mouse click on the toolbox to "reset", but still an empty toolbox. Ideas how I can get my Web toolbox filled? Thanks!
    Posted to Installation and Setup (Forum) by andyb90 on 3/10/2006
Page 1 of 2 (11 items) 1 2 Next >