Forum: VB.NET 13 Days Ago |
| Replies: 14 Views: 84,190 If you are just trying to export rows of a Gridview into Excel, then there is a tutorial on how to do it here.... |
Forum: ASP.NET Nov 5th, 2008 |
| Replies: 2 Views: 3,733 There is an example here for SQL Server 2008, the steps are almost identical:
http://blog.evonet.com.au/post/Setting-up-SQL-Server-2008-for-an-ASPNET-website-on-IIS-70.aspx |
Forum: ASP.NET Nov 5th, 2008 |
| Replies: 3 Views: 4,021 FCK Editor is my favourite - there is a great tutorial on how to use FCK Editor to create a Content Management System in ASP.NET here:
... |
Forum: ASP.NET Nov 5th, 2008 |
| Replies: 4 Views: 2,750 There is an example of how to do that with Active Directory here:
http://blog.evonet.com.au/post/2008/11/05/Using-Active-Directory-to-authenticate-users-to-your-ASPNET-Web-Site.aspx |
Forum: ASP.NET Sep 1st, 2008 |
| Replies: 1 Views: 5,763 I recommend using FCKeditor for ASP.NET websites to allow your users to edit the pages.
There is a tutorial on setting up a CMS using FCKeditor for an ASP.NET web page here:
... |
Forum: VB.NET Aug 30th, 2008 |
| Replies: 1 Views: 681 This should be able to start you off:
http://blog.evonet.com.au/post/Integrating-Google-Maps-into-an-ASPNET-page.aspx |
Forum: ASP.NET Aug 30th, 2008 |
| Replies: 2 Views: 3,491 I''m not sure I entirely understand the question, but it seems that enabling filtering in your Gridview may solve the problem. There is a great tutorial here:
... |