Search

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

Matching Posts

  • Re: CascadingDropDown method error 12031

    I had this same issue ... From the code you've posted, it would appear you have forgotten to decorate your class with the [ScriptService()] attribute. [WebService(Namespace = "http: //tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [ToolboxItem( false )] [ScriptService()] <<<< THIS <<<< public class GetData : System.Web.Services.WebService { [WebMethod] public CascadingDropDownNameValue[] GetUserTypes( string knownCategoryValues
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mikebol on 2/7/2008
  • Re: WAP and Custom Role Provider :: Could not load type

    Update : I was missing a reference which was preventing my assembly from building properly... even though there were no errors. Correcting this has solved my issues. Mike
    Posted to VS 2005 Web Application Projects (Forum) by mikebol on 12/19/2006
  • Re: WAP and Custom Role Provider :: Could not load type

    Update : While waiting on a reply, I moved the membership and role providers out into their own assembly with a slightly new namespace. After updating the web.config, I still get the "could not load type" error. I'm baffled. Mike
    Posted to VS 2005 Web Application Projects (Forum) by mikebol on 12/19/2006
  • WAP and Customer Role Provider :: Could not load type

    I have a custom user membership and role provider that I'm using within my existing web site project. I am attempting to convert this project over to a WAP but having trouble. The membership and role provider sections of the web.config look like this: < membership defaultProvider = " MailEnable " > < providers > < add name = " MailEnable " type = " MailEnable.UserMembership " MinRequiredPasswordLength = " 5 " MinRequiredNonAlphanumericCharacters = " 5 " /> </ providers > <
    Posted to VS 2005 Web Application Projects (Forum) by mikebol on 12/18/2006
  • Re: AJAX and DNN 2.1.2?

    <bump>
    Posted to DotNetNuke (Forum) by mikebol on 11/30/2005
  • AJAX and DNN 2.1.2?

    I have a customer still on DNN 2.1.2 and a custom module I support there as well. Has anyone been able to get AJAX working on DNN 2.1.2 and by chance might have an example or help me get it going? I hate reinventing the wheel and would really appriciate the guidance. Thanks! Mike
    Posted to DotNetNuke (Forum) by mikebol on 11/29/2005
  • Re: New Skin Package Now available

    Looks very good, John! Q: Where does the logo appear or is there a tag for that? Mike
    Posted to Resources (Forum) by mikebol on 11/28/2005
  • Re: SQL Error after changing from XML to DB logging

    I can't say if this is a known issue or not with the upgrade, others on the forum may be able to confirm\deny that. This looks like an issue with an upgrade from DNN2 to the version of DNN3 that was installed. The tables in question are new to DNN3. From my experience, a new DNN3 install has worked successfully on 3 of my servers, all created these tables correctly. I've not tried to upgrade my DNN2 servers but rather have migrated the content over manually from DNN2 to DNN3. Mike
    Posted to DotNetNuke (Forum) by mikebol on 10/20/2005
  • Re: SQL Error after changing from XML to DB logging

    Antony, 1) Look in your Providers\DataProviders\SqlDataProvider folder for a DotNetNuke.Data.SqlDataProvider file. 2) Open this file with Notepad. 3) Search this file for EventLogType and you will find the SQL used to populate your database. 4) Copy the INSERT lines from this file and paste them into the SQL Query Analyzer. 5) Replace the {databaseOwner}[{objectQualifier} as appropriate for your install. Mike
    Posted to DotNetNuke (Forum) by mikebol on 10/19/2005
  • UpdateSettings and server side validation?

    Hey gang! I'm just converting some of my DNN2 modules over to DNN3 and have a question... I'm using the Settings.ascx control allow the user to update my custom control values. I have some complex conditional validation logic that has to be done server side and I need to prevent the user from updating the module settings if the validation fails. How does one handle server side validation in a module? It seems UpdateSettings is a Sub rather than a Function as I would have hoped. A simple return false
    Posted to Custom Modules (Forum) by mikebol on 9/17/2005
Page 1 of 11 (104 items) 1 2 3 4 5 Next > ... Last »