Display Info Based On User's AD Membership
I'd like to have a frequently used link page on our intranet that displays
the urls' based on a users's ad group membership, i.e. if from accounting
show general ledger reports, if from loans, show credit report. I'm not much
worried about hiding from enterprising users, i'd just like to make it
simpler rather than having people have to scroll through pages of links.
View Replies
ADVERTISEMENT
I have already left one message regarding this and recieved no response.. but, if anyone has any suggestions at all or could point me in the right direction that'd be great.. Im looking to create some type of asp script that will send to people browsing a certain page, that will gather certain hardware info and output it to the website for submitting.
Of course the people will be aware of this because I am doing a beta test type of thing for the ISP I work for. I dont know much at all about ASP and am sort of a newbie about it Maybe some type of Activex script that can do this.. but the problem is I dont know where to start in developing this or if theres any customizable scripts like this out there..
View Replies
View Related
I'm looking to display information pulled from a database based on
information the user puts into a text box. The user will enter their
sales rep number and I want to hit a table and return their name as
soon as they tab off of the text box. Any ideas or help would be
appreciated
View Replies
View Related
I have a form where the visitor should enter the e-mail adress, a password and some additional info. When the form is submitted I want to automatically send a confirmation e-mail to the visitor, containing the information from the form (like the procedure when joining this forum :-)). Is it possible to achieve that with ASP? Would be very grateful if anybody can finish the code below... because I don't know how to handle the variables after I have retrieved the form info..
This is enterinfo.htm.....
View Replies
View Related
I have a form where a visitor can enter som information, in this case the e-mail adress, password and some additional info. As soon as the form is submitted I want to send an automatically generated e-mail confirmation to that user's e-mailadress (like the procedure when joining this forum for the first time). When I have retrieved the info from the form in the "confirm.asp" I don't know what to do....
View Replies
View Related
how can i display user ISP in my page ?
View Replies
View Related
Anyone have anything like this? I don't care what data it is... I just want
to see how to query the AD and place the data into a web page.
View Replies
View Related
I'm trying to create a page that uses a recordset to display user information such as: username, email address, first and last name. As soon as the page loads I would like the user information to be displayed. I have a user database, I just need to know how to get the recordset to display the information specific to the user that is logged in.
View Replies
View Related
I am making a script to login and check account information. I have a script to login users in to the system but once logged in it displays everyones info. how do i set it to display only there information?
View Replies
View Related
I'm trying to see if there is a way to display what a users Cookie status is. For new members joining my site may have cookies blocked and not allow "Session"'s to active...
View Replies
View Related
I need to display the # of online users on my system, as well as the 10 users that last logged in at that moment....How would I do this? Im sorry if question is vague but I've never done this before and I've no idea how to do it. Will I be needing an application variable? Do I have to use it on a global.asa file?
View Replies
View Related
how I can display three straight columns (maybe possible to use some kind of tab?) using ASP. Assume the columns contain, first name, second name and address.
What should the ASP code look like to get this output? I don�t want to use tables (even though it should look like a table without borders have been used).
<%=John%><%=Doe%><%=Incognito Street 3%> <br>
<%=Jane%><%=Doe%><%=Leaf Street 13%> <br>
<%=Pete%><%=Wilkins%><%=Tree Street 8%> <br>
View Replies
View Related
I have a table in an Access database that is called news. Inside that table is a field name called newsNews. I'm trying to get that is in that field to display on a page and her is my code:
View Replies
View Related
I wonder how I can display three straight columns (maybe possible to use some kind of tab?) using ASP. Assume the columns contains, first name, second name and address. I don’t want to use tables (even though the output should look like as if a table with no borders had been used). The code below obviously isn't good enough for that purpose.
<%=John%><%=Doe%><%=Incognito Street 3%> <br>
<%=Jane%><%=Doe%><%=Leaf Street 13%> <br>
<%=Pete%><%=Wilkins%><%=Tree Street 8%> <br>
View Replies
View Related
I have an access product inventory DB which has a Last_modified field associated with each product. I need an ASP function that will display all records that have been added within the previous week. Aka, SELECT * FROM TBLINVENTORY WHERE .....
The format of the date and time stored is like this: 18/02/2004 6:15:55 PM ...
View Replies
View Related
I've been trying to figure out how to grab Outlook information and place it on a webpage for a corporate Intranet site. I've downloaded both ASP and ASP.NET example.
I have gotten the ASP.NET example to work, but can not modify it to showmore than one day. The ASP version will not authenticate properly.
What is the best way to do this? Is there an example of how to grab information from Outlook? Is there a way to connect through SQL or export to a SQL database easily?
View Replies
View Related
The code that I have has 2 drop down boxes dd1 (visible) and dd2 (hidden). Based on the option selected in dd1, dd2 should be visible and populate options. I think I can have OnChange script but how could I return the value and put it in the SQL query (see variable in red in thecode)? Code:
View Replies
View Related
I'm starting a project at home and want to go to right way off the bat. I'm in the process of evaluating if it's a good idea to use personalization and membership systems from microsoft. Anyone had practical experience with it?
Second question. I will use several content articles that i will display on my site. Is there a way to link the objects of my site unto membership accounts? How easy is it to maintain and use?
View Replies
View Related
I have created a web application and I am using it from a single website and
database. The web application has different ‘portals’ – each independent and
I am using the Membership & Roles ApplicationName to separate out my
different groups of users within the membership database.
I had been having problems with ‘random’ bugs - as though my Membership
database was 'sharing' information between users and applications rather than
keeping it separate.
I have now come across this article. Is what it is saying about Membership
being a singleton true? Code:
View Replies
View Related
Is it possible to use asp.net membership/login control with pure asp i.e. user logs in using login control and then asp can use it somehow? Is there a code example somewhere?
View Replies
View Related
I have a membership problem I couldn't resolve. I have set up membership
as most of tutorial instructed, and I am able to log on, but cannot stay log
on for some reason. ex: when I log on, the log in become log on, but when I
access the protected page, it still prompt me for log in.
View Replies
View Related
I'm rather new to ASP and am having trouble with implementing a group membership check in one of my functions. I have this function which I use for authentication pass-through:
Code:
View Replies
View Related
How can I test a membership provider using a test project within VS 2005? Basically I am stuck trying to read the custom app.config file I added to the project with a <system.websection.
I think the testing environment is more structured than creating a web application to test the provider.
View Replies
View Related
I need VBscript to Check if user is a member of an Active Directory Group. I read about something called "MemberOf" to check that.
View Replies
View Related
I want to be able to log in a database any transactions my users perform. For example logging in, requesting a page, downloading a resource, logging out etc.
What is the most practical way to code this? I was thinking of trying to use an include file which would have a function to add a log in the database for each page on the site or when a particular action is performed.
View Replies
View Related
I have 3 tables
members, pubs, favepubs
favepubs contains
favepubID, UserID (from members), PubID (from Pubs)
I'd like to join all 3 and maybe count the users?!
basically i want to show in my list of pubs how many users like that pub
Example:
The Red Lion (4 members - click for more details)
The Royal Oak (2 members - Click for more details)
or
The Red Lion (Jarv, Test, Admin, Shelly)
View Replies
View Related
I'm hosting a couple of ASP applications on my server. How can I tell the number of users currently logged on, and can I get any details about them ?
View Replies
View Related
Is asp.net similar to vb.net ? What can you create with it ? ,Is there a program you suggest me to use , or even a compiler ?
View Replies
View Related
I need to know where I can get information about learning how to code in ASP. This getting cide snippets and such doesn't work out real well if you don't know what to configure. Also I would like to have my own work not someone elses.
View Replies
View Related
In different examples I've seen different ways to do the same thing, and I want to know what is best (fastest, easiest to remember, same command for all types of stuff, etc)
For example, to get data from a database, should I use:
[VBS]set rs = conn.execute sqlstmt[/VBS]
or
[VBS]rs.Open sqlstmt, conn[/VBS]
or something else?
View Replies
View Related
what can i use to get my server's ASP information, like with PHP you can use:
PHP Code:
<? phpinfo(); ?>
What can i use in ASP?
View Replies
View Related
How do we have a track of users who have logged in? I want to have a table of record with usernames and the status(logged in or logged out).
Whenever the user logs in, the status shud indicate he is logged in and when he logs out the status shud change accordingly. Does anybody know how to do this???
View Replies
View Related
I am using asp codes to connect to my access database. But i have a query in mind. Will my database still work if more than 1 user is logon to edit the database records?
View Replies
View Related