Ling,
you could add something similar to this for checking to see if the user is authenticated and then enable any controls/panels based on whether they are logged in or not, put this in your page_load event:
If (HttpContext.Current.User.Identity.IsAuthenticated()) ThenpnlCommentEntry.Visible = True
Else
pnlCommentEntry.Visible = False
End If
Cheers
Andrew
Andrew Westgarth
VBUG North East Regional Coordinator - nort...@vbug.co.uk
VBUG - Developing the Developer! - http://www.vbug.net
MVP for Internet Information Services (IIS) - https://mvp.support.microsoft.com/profile/Andrew.Westgarth
Blog: http://www.andrewwestgarth.co.uk/blog
Twitter: http://www.twitter.com/apwestgarth
Live Id: ma...@hawaythelads.co.uk (Nickname: The Code Monkey)
Skype id: andrewwestgarth
Lol no that isn't me haha hm...curious as to why u googled lovelingy?? lol funny
"some" of us are not developers, so a "Supermondays Technical" mailing
list is very welcome
Seraphim
--
2009/11/20 Chris Neale <oni...@gmail.com>:
2009/11/20 Seraphim <s.alv...@googlemail.com>:
>
> Yes, good idea, Chris
>
> "some" of us are not developers, so a "Supermondays Technical" mailing
> list is very welcome
Good ideas..but, rather than setup a new SuperMondays mailing list
perhaps we should refer technical questions to some of the other lists
that are already setup in the region.
For example, the LUG run a very successful mailing list for linux
questions, Refresh Newcastle and Refresh Teesside run a great web
developer lists and I guess that Vbug does a Microsoft one too. We
should compile a list.
--
Ross Cooney
www.emailcloud.com
Rozmic Wireless Limited
Gateshead int'l Business Centre
Mulgrave Terrace
Gateshead
NE8 1AN
United Kingdom.
Tel: 0845 130 5523
Hi All, 2009/11/20 Seraphim <s.alv...@googlemail.com>:Yes, good idea, Chris "some" of us are not developers, so a "Supermondays Technical" mailing list is very welcomeGood ideas..but, rather than setup a new SuperMondays mailing list perhaps we should refer technical questions to some of the other lists that are already setup in the region. For example, the LUG run a very successful mailing list for linux questions, Refresh Newcastle and Refresh Teesside run a great web developer lists and I guess that Vbug does a Microsoft one too. We should compile a list.