What document you use to make a .aspx file ? Can someone please help me to : I want to send members profile page to people who sign up with me so that they can fill thier info on it and I can publish their page on my site . Does this make sense ? thanks
Are you creating an actual .aspx page for each user or are you driving something of a database using WebParts or something similiar?
an aspx file is simply a text file. Not 100% sure what functionality you are trying to build to give advice on that front.
You can make it in notepad but with a .aspx extension. You will need to know the programming language however to make complex scripts. Knowledge of C#.net + VB.NET also helps. Regards, ASHISH T.
Thanks for the replies guys . Bear with on this please ........ this is what I want to do I have a website that members can join and fill out their profile ( work or personal purposes ) and I will advertise their resume on my site ( sort of like people can search their resume profiles ) . Now here is what I don't how to do . Do I send each member a page as their profiles to be filled ? or when they join does paypal send an automatic page ? or ?????????
You could download Microsoft Visual Studio Express editions, its a lot easier to use that than notepad and its 100% free.
Microsoft Visual Web Developer is the free tool you need. Microsoft Expression Web is MS's successor to FrontPage and can also create ASPX files but it is only free for 30 days.