ProfileView updated for .NET 2.0 final
I've updated my ProfileView ASP.NET 2.0 web control for the final release of .NET 2.0. No new features with this time around, but I hope to polish it up in the near future.
It complements the new ASP.NET Login controls to build personalized websites with very little code.
Comments
I'm curious how to use your .dll. Referencing to it seems like being the wrong way. How to include it in VS2005 RTM?
Thanks a lot!
Check your toolbox - if it does not have a FlimFlan.WebControls sections, you will need to manually add it. Right-click on the toolbox and select Choose Items..., click the Browse... button and find the DLL. Press OK to close, and you should now have a ProfileView control in your toolbox, which you can then drag onto a WebForms page.