I am using 3.5 - I haven't completely finished looking this over, but here are a few other considerations I have:
I am storing my links in a sitemap file. I already need to add an onclick to some of these links (adding google analytics tracking code - reason being that some of the links link out to external sites).
Can I combine the functionality of the login check/google tracking in an onclick event? And can I do this in a way that's easily maintainable?
Main Topics
Browse All Topics





by: Mk3890Posted on 2008-07-11 at 22:55:28ID: 21987853
http://www.asp.net/learn/a jax/tutori al-03-cs.a spx
This appears to be a pretty easy way to do it, but it is only available in .NET 3.5. Though it looks to me like you will need an OnClick event for each protected link on your page to check if the user is authenticated or not. Hope it helps.