all groups > asp.net security > may 2007 > threads for may 8 - 14, 2007
Filter by week: 1 2 3 4 5
Hiding labels and textboxs in formview templates according to role
Posted by Ann at 5/14/2007 9:55:01 AM
I have a formview with templates. I want to hide certain labels or textboxes
according to the user's role membership. I can do this in a sub routine as
long as it's not inside a template, is it possible to do this inside a
formview template?
Some code sample that does not work: (passphra... more >>
Newbie, create a smart client help
Posted by verci at 5/11/2007 11:44:08 AM
Hi guys,
I'm running VS2005 Team, SQL Server 2005, .net framework 2.0
I've been asked to develop a small smart client that uses form based
membership authentication and writes to only one sql server table, can
anyone help me find an example or tutorial regarding this application. I'm
far... more >>
get returning user for forms auth?
Posted by Sergei Shelukhin at 5/9/2007 3:24:03 PM
Hi. I have the following scenario; user logs in using standard login
control for forms auth, I validate his credentials against the
database, optionally make the cookie persistent and then set some
application-specific session variables for that user.
Now, when the user closes the browser and ... more >>
forms authentication and wildcard mappings on UNC share
Posted by Fabrizio Cipriani at 5/9/2007 4:22:01 AM
I am trying to configure a UNC share where to put the files, since my
application is load balanced on a web cluster. I have configured the
application with forms authentication.
When I try to access files in the UNC share, the login form doesn't pop up.
I have also written a simple httphand... more >>
Sitemap trimming with Forms auth (Active Directory)
Posted by CJ at 5/8/2007 9:55:11 PM
Hi All,
I am trying to get a site map working using the roles tag, but cannot
get the items displaing/hiding depending on the roles. I am using
forms authentication. I have tried multiple forms of autherization
flags, adding locations etc. I've gone back to the basic configuration
just to try... more >>
Authentication issue
Posted by M K at 5/8/2007 7:35:10 PM
Ok a newbie here...
i have a sql server db I got from a book to learn. I am having problems
with the 'Authentication' mode.
I need a valid id to be authenticated with...
i have a web config file but I am not sure what goes where?
name of server
MKLAPTOP\VAIO_VEDB
connection
MKLAP... more >>
Stream pdf to browser
Posted by Rick at 5/8/2007 3:45:57 PM
I have a web service that retrieve a pdf file and streams the file into a
buffer passing the buffer on to the calling web page. This works perfect if
I use a button to submit a call to the web service and stream the file into
the calling web form, the problem I have is I need to open the strea... more >>
|