Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Creating aspx

  Asked By: Marlin Lynn         Date: Jun 04, 2007      Category: Sharepoint      Views: 212
 

I want to create a custom.aspx.
And I create one menu in the quick launch(as a adding heading) and put
the URL like " /_layouts/custom.aspx".
Does it work?
I did but it doesn't work.
Because I want to make a page for creating users which is only for site
admin.
any idea?

Tagged:    

 

3 Answers Found

 
Answer #1       Answered By: Gregg Wilkinson          Answered On: Jun 04, 2007       

Did you create  just a simple aspx  page or did you create an aspx page
that makes use of a sharePoint .master page. There are controls on the
master pages that are required for the page  to be displayed in the
sharepoint hierarchy. Your ASPX page should then put pretty much
everything in an ASP:content tag that is targeted at the
contentplaceholder whose ID is PlaceholderMain.

 
Answer #2       Answered By: Darrel Sexton          Answered On: Jun 04, 2007       

What do you mean by "creating users"? Are you referring to creating
Active Directory accounts?

 
Answer #3       Answered By: Tory Sellers          Answered On: Jun 04, 2007       

The 2 options that come to mind for me are:
If you want to use a webpage you will need to call the sharepoint webservice to
add the users  or you could write a webpart that add's the users via the
sharepoint API.

 
Didn't find what you were looking for? Find more on Creating aspx Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].