<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Custom Modules</title><link>http://www.dotnetnuke.com/tabid/795/Default.aspx</link><description>Developing custom modules for DotNetNuke.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1321404.aspx</link><pubDate>Thu, 22 Jun 2006 01:41:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1321404</guid><dc:creator>oledave</dc:creator><author>oledave</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1321404.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1321404</wfw:commentRss><description>The current version should work on 4.3. There is a new version in the works but I have no idea when I'll actually have it ready for release.&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1320227.aspx</link><pubDate>Wed, 21 Jun 2006 03:35:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1320227</guid><dc:creator>bradoyler</dc:creator><author>bradoyler</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1320227.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1320227</wfw:commentRss><description>When's a new version for DNN 4.3 being released?</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1273635.aspx</link><pubDate>Tue, 02 May 2006 13:15:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1273635</guid><dc:creator>dgrassel</dc:creator><author>dgrassel</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1273635.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1273635</wfw:commentRss><description>If there is no data returned from the SELECT statement I get an error.&amp;nbsp; As soon as I enter a row in the table though it all works great.&amp;nbsp; Below is the error message I get but the only thing I've changed in the source is I moved sIDField, bEnableEditing, bEnableDetails outside of If NOT Page.IsPostBack so they will work when I go to the next page.&amp;nbsp; Any ideas?&amp;nbsp; Thanks!&lt;br /&gt;&lt;br /&gt;&lt;span id="dnn_ctr528_AdvancedDataGrid_lblMessage"&gt;Error: System.InvalidOperationException: Invalid attempt to Read when reader is closed.
   at System.Data.OleDb.OleDbDataReader.Read()
   at System.Data.Common.DbEnumerator.MoveNext()
   at System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource)
   at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e)
   at System.Web.UI.WebControls.BaseDataList.DataBind()
   at EfficionConsulting.AdvancedDataGrid.AdvancedDataGrid.BindData()&lt;br /&gt; CommandText: &lt;b&gt;SELECT STATEMENT&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1261139.aspx</link><pubDate>Tue, 18 Apr 2006 20:42:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1261139</guid><dc:creator>oledave</dc:creator><author>oledave</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1261139.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1261139</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;chammock:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;What does &lt;span id="sqlserver2005"&gt;&lt;span id="sqlserver2005snacoledb"&gt;Provider=SQLNCLI mean?&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;br /&gt;&lt;br /&gt;Based on everything I've read, that's what you need to add to the ConnectionString for SQL 2005 for it to work with Oledb (see connectionstrings.com). I haven't tried it myself, please let me know if anyone gets this to work.&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1261137.aspx</link><pubDate>Tue, 18 Apr 2006 20:40:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1261137</guid><dc:creator>oledave</dc:creator><author>oledave</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1261137.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1261137</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;ravensensei:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;is it possible to hit a SQL db on another machine and display in the portal?&amp;nbsp; I have a bunch of accountants who are interested in seeing reports in the portal from their Great Plains database.&amp;nbsp; I'm assuming that if I can connect to the great plains db, it shouldn't be an issue, right?&lt;/p&gt;
&lt;p&gt;Is there a module that does complex sql?&amp;nbsp; ie - select table1.col1, table1.col2, table2.col2, table2.col1 from table1, table2 where table1.col1 = table2.col2 etc?&lt;/p&gt;
&lt;p&gt;Can I do this with Advanced Datagrid?&lt;/p&gt;&lt;p&gt;ps - is the source of this module available?&lt;/p&gt;&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;&lt;p&gt;Yes, that's what it's made for... I would recommend creating a view for really complex SQL to make it easier.&lt;br /&gt;&lt;/p&gt;And yes, the source of the module is freely available.&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1259001.aspx</link><pubDate>Sun, 16 Apr 2006 16:19:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1259001</guid><dc:creator>ravensensei</dc:creator><author>ravensensei</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1259001.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1259001</wfw:commentRss><description>&lt;p&gt;is it possible to hit a SQL db on another machine and display in the portal?&amp;nbsp; I have a bunch of accountants who are interested in seeing reports in the portal from their Great Plains database.&amp;nbsp; I'm assuming that if I can connect to the great plains db, it shouldn't be an issue, right?&lt;/p&gt;
&lt;p&gt;Is there a module that does complex sql?&amp;nbsp; ie - select table1.col1, table1.col2, table2.col2, table2.col1 from table1, table2 where table1.col1 = table2.col2 etc?&lt;/p&gt;
&lt;p&gt;Can I do this with Advanced Datagrid?&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;M@&lt;/p&gt;
&lt;p&gt;ps - is the source of this module available?&lt;/p&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1258755.aspx</link><pubDate>Sat, 15 Apr 2006 21:59:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1258755</guid><dc:creator>chammock</dc:creator><author>chammock</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1258755.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1258755</wfw:commentRss><description>What does &lt;span id=sqlserver2005&gt;&lt;span id=sqlserver2005snacoledb&gt;Provider=SQLNCLI mean?&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1258110.aspx</link><pubDate>Fri, 14 Apr 2006 18:34:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1258110</guid><dc:creator>oledave</dc:creator><author>oledave</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1258110.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1258110</wfw:commentRss><description>I believe this error occurs when using SQL Express or SQL 2005 as they require a different PROVIDER value in the connection string and right now the ADG prepends "PROVIDER=sqloledb;" to the connection string when none is provided... &lt;br /&gt;&lt;br /&gt;So, try specifying a connection string along the lines of:&lt;br /&gt;&lt;span id="sqlserver2005"&gt;&lt;span id="sqlserver2005snacoledb"&gt;Provider=SQLNCLI;Server=Aron1;Database=pubs;UID=sa;PWD=asdasd;&lt;br /&gt;&lt;br /&gt;Let me know if that works.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1257913.aspx</link><pubDate>Fri, 14 Apr 2006 15:18:51 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1257913</guid><dc:creator>ravensensei</dc:creator><author>ravensensei</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1257913.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1257913</wfw:commentRss><description>I'm getting the same error when I try to simply select a column from an existing DNN table or a user created one:&lt;span id="dnn_ctr372_AdvancedDataGrid_lblMessage"&gt;&lt;/span&gt;&amp;nbsp;&lt;pre class="coloredcode"&gt;Error: System.Data.OleDb.OleDbException: No error message available, result code: DB_E_ERRORSOCCURRED(0x80040E21). at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.OleDb.OleDbConnection.&lt;span class="sqlkwd"&gt;Open&lt;/span&gt;() at EfficionConsulting.AdvancedDataGrid.AdvancedDataGrid.BindData()
CommandText: &lt;span class="sqlkwd"&gt;select&lt;/span&gt; status &lt;span class="sqlkwd"&gt;from&lt;/span&gt; &lt;span class="sqlst"&gt;sysusers&lt;/span&gt; &lt;/pre&gt;&amp;nbsp;&lt;br /&gt;I'm not sure where to go from here - I haven't updated anything or made any changes.&amp;nbsp; I just uploaded the PA, injected it into a page, and tried a simple query.&lt;br /&gt;&lt;br /&gt;Any ideas?&lt;br /&gt;M@&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1254331.aspx</link><pubDate>Tue, 11 Apr 2006 13:46:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1254331</guid><dc:creator>oledave</dc:creator><author>oledave</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1254331.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1254331</wfw:commentRss><description>I'm here, just don't know what to tell you... Looks like you've made changes as I can see you've got it in the PYC_DataGrid directory... That's not a message I've seen or that anyone else has reported.&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1254175.aspx</link><pubDate>Tue, 11 Apr 2006 11:31:12 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1254175</guid><dc:creator>pchan</dc:creator><author>pchan</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1254175.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1254175</wfw:commentRss><description>&lt;p&gt;Any comment ?&lt;/p&gt;
&lt;p&gt;Are you there, Dave ?&lt;/p&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1248596.aspx</link><pubDate>Wed, 05 Apr 2006 13:32:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1248596</guid><dc:creator>pchan</dc:creator><author>pchan</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1248596.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1248596</wfw:commentRss><description>&lt;p&gt;Dear David,&lt;/p&gt;
&lt;p&gt;I have moved onto DNN4 and am looking to using your Advanced Data Grid Source version 3.1.3. The various files are dispatched into various directories in DesktopModules, enregistered as a module and ready for modifying settings.&lt;/p&gt;
&lt;p&gt;I ran into difficulties in AdvancedDataGrid.ascx.vb:Page_Load() calling BindData() and calling myConnection.Open(). The connection string is "Provider=SQLOLEDB;Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename =|DataDirectory|Database.mdf;" and the query is "Select * from GuestBook;"&lt;/p&gt;
&lt;p&gt;"Error: System.Data.OleDb.OleDbException: No error message available, result code: DB_E_ERRORSOCCURRED(0x80040E21).&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Data.OleDb.OleDbConnection.Open()&lt;br /&gt;&amp;nbsp;&amp;nbsp; at Pyc.Modules.AdvancedDataGrid.AdvancedDataGrid.BindData() in E:\ASPNET\DNN4StK1\DesktopModules\PYC_DataGrid\AdvancedDataGrid.ascx.vb:line 177&amp;lt;br&amp;gt; CommandText: select * from GuestBook "&lt;/p&gt;
&lt;p&gt;Any hints on where to go from here ?&lt;/p&gt;
&lt;p&gt;And Many thanks for this great module !&lt;/p&gt;</description></item><item><title>Paging disables Edit/Details</title><link>http://forums.asp.net/thread/1234316.aspx</link><pubDate>Wed, 22 Mar 2006 16:17:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1234316</guid><dc:creator>dgrassel</dc:creator><author>dgrassel</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1234316.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1234316</wfw:commentRss><description>&amp;nbsp;&amp;nbsp;&amp;nbsp; New Question - if I enable Paging and then go to the next page it makes the Edit and Details links dissapear?&amp;nbsp; Any ideas here?&amp;nbsp; Thanks!&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1229583.aspx</link><pubDate>Fri, 17 Mar 2006 15:41:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1229583</guid><dc:creator>oledave</dc:creator><author>oledave</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1229583.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1229583</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/default/images/icon-quote.gif"&gt; &lt;strong&gt;just_for_forums wrote:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;I thought I could just create a 2003 project and link the dotnetnuke.dll.&amp;nbsp; I added the .ascx.vb and .ascx files and then compiled.&amp;nbsp; Not the way to do it.&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;First, you cannot just rename a DLL in the bin directory. .Net loads and compiles all DLLs in the bin directory. &lt;br /&gt;&lt;br /&gt;Second, In both #Dev and VS, you need to make sure you have added a reference to a valid DotNetNuke.dll. In future releases, I will be including an obj directory which contains all referenced DLL to make it easier for others to compile my source.&lt;br /&gt;&lt;br /&gt;Third, I don't know how you were able to compile a DLL in SharpDevelop without it working. Under project options, in the General/Compile section, make sure  you have all .vb files checked. &lt;br /&gt;&lt;br /&gt;Fourth, in VS just adding the ascx and vb files to a new project and then adding the proper references and project level imports should work just fine. The project level imports I have for the ADG are: System,DotNetNuke,DotNetNuke.Services.Exceptions&lt;br /&gt;</description></item><item><title>Re: Advanced Datagrid Module by Efficion Consulting</title><link>http://forums.asp.net/thread/1229548.aspx</link><pubDate>Fri, 17 Mar 2006 15:20:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1229548</guid><dc:creator>chammock</dc:creator><author>chammock</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1229548.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=98&amp;PostID=1229548</wfw:commentRss><description>&lt;p&gt;Try the videos at Traincert &lt;a href="http://www.traincert.net/"&gt;http://www.traincert.net/&lt;/a&gt;&amp;nbsp;and also &lt;a href="http://www.speerio.net"&gt;www.speerio.net&lt;/a&gt; has a good approach with the My Modules.&lt;/p&gt;</description></item></channel></rss>