Search

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

Matching Posts

  • Re: Export/Import Menu

    Ah, getting closer. The only change I made was I inherited from PortalModuleBase (to get the settings for the module). Guess I can't get the settings for the export as easily as I thought.
    Posted to DotNetNuke (Forum) by michael1047 on 4/3/2006
  • Re: Export/Import Menu

    Well, back at it and I haven't the foggiest idea why this raised its ugly head. The error occurs in the GetType call (see below) and the error msg is: "?" No, darn message! :-) it happens at the line: objType = Type.GetType(TypeName, True ). It's like the TypeName is incorrect. My namespace nor assembly change; is another way I can tell what this error is? (thank you so much for your help) Public Shared Function CreateObject( ByVal TypeName As String , ByVal CacheKey As String ) As Object Dim objObject
    Posted to DotNetNuke (Forum) by michael1047 on 4/3/2006
  • Re: Gridview refuses to update (asp2 / sql server 2k)

    I just noticed something, it only updates some columns with data only. The same columns without data, it will not. Any more ideas? This baffles me. On a side note, I found a great article regarding the events we have to put in when doing gridview sorting, paging, and SQL filters. http://www.codersource.net/asp_net_grid_view_whidbey.aspx I have three text boxes to help create a Where clause; but, paging, editing, blows it's mind. So I call this routine just before all my databind(). (of course you
    Posted to Data Presentation Controls (Forum) by michael1047 on 3/31/2006
  • Re: Gridview refuses to update (asp2 / sql server 2k)

    ah, man! I thought that would be it. Nothing yet. (thx for all your help btw.)
    Posted to Data Presentation Controls (Forum) by michael1047 on 3/31/2006
  • Re: Gridview refuses to update (asp2 / sql server 2k)

    No change. Should there be any code-beside?
    Posted to Data Presentation Controls (Forum) by michael1047 on 3/31/2006
  • Re: Gridview refuses to update (asp2 / sql server 2k)

    Thanks! <% @ Register TagPrefix ="Header" TagName ="Header" Src ="Header.ascx" %> <% @ Register TagPrefix ="CRUDControl" TagName ="CRUDControl" Src ="CRUDControl.ascx" %> <% @ Page Language ="vb" AutoEventWireup ="false" Inherits ="AIM.AppSystem" CodeFile ="Batch.aspx.vb" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> < HTML > < HEAD > < META http-equiv ="Content-Type" content ="text
    Posted to Data Presentation Controls (Forum) by michael1047 on 3/31/2006
  • Gridview editing wrong record when where clause is appended to sql statement

    I'm not sure how to get around this other than to dig into the code. The gridview's Edit uses a zero-based index to find out what row you are editing regardless of any filtering from a where clause. For instance, lets say we have ten rows returned with no where clause. After the grid is displayed, put in a value to filter out rows 1 through 5 in a text box then the gridview displays rows 6 thru 10. If you click the second row for edit, you'll actually be editing the 2nd row in the table! (not the
    Posted to Data Presentation Controls (Forum) by michael1047 on 3/31/2006
  • Re: Export/Import Menu

    don't remember the actual error, but I do remember the error occurred in the core because I had the wrong businesscontrollerclass name. My bad, but there's very little documentation about the businessControllerClass. What led me to the solution was a post somewhere mentioning that the correct format is {Namespace.ClassName, Assembly} where Assembly can be something totally different namespace. This happened on a DNN 3.1 install. I'm sure the BusinessControllerClass error trapping is improved, but
    Posted to DotNetNuke (Forum) by michael1047 on 3/31/2006
  • Re: Export/Import Menu

    Another odd thing happened last night. Also, the BusinessControllerClass column also needs to be populated in DesktopModules table in order for the export/import menu items to appear. I though, "Viola!". Add my businesscontrollerclass in the manifest! WHAM! the module upload blows up. I followed the same format as the survey BusinessControllerClass: <BusinessControllerClass>MyCompany.modules.namespace.data, MyCompany.Modules.Namespace</BusinessControllerClass> It's got me stumped. I thought
    Posted to DotNetNuke (Forum) by michael1047 on 3/30/2006
  • Gridview refuses to update (asp2 / sql server 2k)

    Love the new grid view, it seems easy enough to use. I started by dragging the table from the data explorer onto the .aspx page, set the connection properties, clicked update, optimistic locking, enabled updates, paging, yada, yada. no code-beside. F5 later and I have data. Pick a row's update, alas, the edit controls appear... sweet! Edit the comments column to "test text", click "Update". OPPS! didn't update! what gives? I haven't been able to figure this out.
    Posted to Data Presentation Controls (Forum) by michael1047 on 3/30/2006
Page 1 of 11 (101 items) 1 2 3 4 5 Next > ... Last »