Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Export to ExcelExport to Excel
Previous
 
Next
New Post
2/22/2008 4:00 PM
 

Has anyone come up with a good fix on this?  Control 'dnn_ctr398_ExportCIM_GridView1' of type 'GridView' must be placed inside a form tag with runat=server

 
New Post
2/23/2008 12:37 AM
 

Not a very clean fix , but I fixed it by adding this to the end of default.aspx.vb:

Public Overrides Sub VerifyRenderingInServerForm(ByVal control As System.Web.UI.Control)
End Sub

So the end of default.aspx.vb looks like this:

#End Region

       Public Overrides Sub VerifyRenderingInServerForm(ByVal control As System.Web.UI.Control)
       End Sub
    End Class

End Namespace

Problem is that you need to do this again after every core update.

 


Geert Veenstra
 
New Post
5/21/2008 11:55 AM
 

Thanks for figuring this out. I tried adding it to the default.aspx.vb file and it does work fine.

However, if anyone figures out how to get it to work without having to change the default file, I sure would be interested in hearing about it.


JF Logomark

Kurt Meredith

Web Developer
Johnson Ferry Baptist Church
Marietta, Georgia

www.johnsonferry.org

 
New Post
5/21/2008 12:40 PM
 

I've done all my Excel outputs by building templates in code, however I did look briefly at this Gridview.render to output.

 

I think if I had to do it this way in DNN, I would do something similar to how I have my Access Manager module stream full size images.  It uses a combination of 2 .ASPX pages poped-up to the client, but still able to access all authentication and DNN core classes as needed.

 

 
New Post
5/21/2008 1:36 PM
 

Thanks for figuring this out. I tried adding it to the default.aspx.vb file and it does work fine.

However, if anyone figures out how to get it to work without having to change the default file, I sure would be interested in hearing about it.


JF Logomark

Kurt Meredith

Web Developer
Johnson Ferry Baptist Church
Marietta, Georgia

www.johnsonferry.org

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Export to ExcelExport to Excel


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out