Search

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

Matching Posts

  • Newbie: Authenication and User Profiles for MVC

    Hello. I have done the Contact Manager Tutorial provided on this site, but I have not found a good tutorial on utilizing the form authentication and user profiles. http://www.asp.net/learn/mvc/#MVC_SampleApp After reading about the asp memberships, it look likes merging the table into my app table is the best option, so that's what I did. http://www.4guysfromrolla.com/articles/040506-1.aspx I now want to be able to link a Account to a Contact 'Profile' and eventually display account details
    Posted to ASP.NET MVC (Forum) by stevebor1 on 12/2/2009
  • Re: Passing data to PopupControlExtender panel

    Thanks. I have seen many examples of passing data back from the popup to the the refering item, like Calander Popup and Radio color selector popup: http://programming.top54u.com/post/AJAX-PopupControl-Extender.aspx http://www.asp.net/AJAX/AjaxControlToolkit/Samples/PopupControl/PopupControl.aspx (Popup->TextBox) User clicks button, popup displayed, user selects radio from popup, then data is passed back to the textbox But no actual samples of passing data from the refering item to the popup (Textbox
    Posted to ASP.NET AJAX UI (Forum) by stevebor1 on 7/29/2009
  • Re: Passing data to PopupControlExtender panel

    I believe I found what I am looking for from the following links http://forums.asp.net/p/1307377/2573517.aspx This was more closely matching the popupcontrol http://forums.asp.net/p/1070261/1559307.aspx i will follow up when I am complete Now i can use js to execute some code, then popup the panel
    Posted to ASP.NET AJAX UI (Forum) by stevebor1 on 7/29/2009
  • Passing data to PopupControlExtender panel

    Hello. I am using the PopupControlExtender and want to pass data from the button being pressed to the panel that is being displayed. I have two scenerios: 1. the popup panel has a pre populated dropdown list. The button press corrisponds to an item in the list. When button pressed, i would like to auto select the item in the DDL the corrisponds with the button press. 2. the popup panel will have a label. the button pressed will dynamically populate the label On popup panel save, the passed data will
    Posted to ASP.NET AJAX UI (Forum) by stevebor1 on 7/28/2009
    Filed under: popupcontrolExtender populate dropdownlist
  • Re: Visual Studio 2008 fails to debug an ASP.NET project... Sometimes

    I am having the same problem on Win 7 and IE 8. I start debug on my project, IE opens but hangs. I'm thinking it is some port block/unblock issue. Anyone got this fixed?
    Posted to Visual Studio 2008 (Forum) by stevebor1 on 7/10/2009
  • Re: Visual Studio 2008 fails to debug an ASP.NET project... Sometimes

    Restart Visual Studio, but "run as administrator". Fixed.
    Posted to Visual Studio 2008 (Forum) by stevebor1 on 7/10/2009
  • Pass data to PopupControl Extender from Button Click Event

    I have a popup panel that is displayed when a button is clicked on my ascx page. This popup panel is reused and includes a dropdown list inside. On my ascx page i have multiple buttons, and for each button pressed, i want to select the corrisponding ddl index/val based on the button pressed. How do I select a dropdown index/val from an onclick event from outside the popup panel to inside the popup panel, before the panel is displayed?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by stevebor1 on 6/15/2009
    Filed under: Popupcontrol onload
Page 1 of 1 (7 items)