![]() |
|
| *AX SOFT>>>Programming & Design |
Use ASP .NET's membership system or roll your own? |
I'm in the process of designing a fairly large website. Would you use ASP .NET's membership system/provider or create your own system and why? Well the pro's are pretty obvious. It offers you a ready component for use to save/retrieve users for your website, it integrates pretty well very easily with Login server controls thus saving you lots of custom code. As a VB/ASP.Net developer also I would recommend writing your own system for user logins because you will get exactly what you want. Some things to keep in mind. |
| Tags |
| General - Computers & Internet Software Security Programming & Design Facebook Flickr Google MSN MySpace |
| Related information |
Have you tried Mid(String,Index,Length)? MyString = "HELLO!" Print Mid(MyString,2,1) Would print "E" ...You need to look at unicode, ASCII only covers the 256 characters, Unicode however uses 4 Bytes (32 bits) to store the character information (as opposed to two) and so can store mush more. As fo... What about using JavaScript to submit hidden forms when the link is clicked? :) For instance.. <form action="post.php" id="frm" method="post" style="displa... Order them in the DB query. Instead of SELECT * FROM ARTICLE Use something like SELECT * FROM ARTICLE ORDER BY Date DESC If you don't have a Date column use what ever column deno... you could try drawing the line twice. first in black with width 2 pixels and then in green with width 1 pixel. ...concentrate on the design work, do a mock up or a layout first, and get their interest. Give them a full list of all the functions.... Don't focus/talk on price, focus on what you will be of... I guess you use AT&T. You need to report this problem to them, it is a bug in their JavaScript and there's nothing you can do about it apart from report it to them. ...barrel size is different by 2 inches.. the eight inch comes with pellets ... |
Categories--Copyright/IP Policy--Contact Webmaster |