Good day all!!! I'm new to infragistics, asp.net and am looking for some quick assitance and/or samples on how to create a login from that authenticates via an ms sql server database table with users credentials.
I have downloaded some tutorials on how to do this using just asp.net but couldn't find any that use the Infragistics framework.
Thanx in advance...
Thanx. I'm taking a look at that now
Hello Allen,
The NetAdvantage for ASP.NET toolset does not create any special requirements for configuring authentication in an ASP.NET project. Hence I would suggest referring to the existing solutions for using ASP.NET membership for instance:
http://msdn.microsoft.com/en-us/library/ms731049(v=vs.110).aspx
http://stackoverflow.com/questions/13164129/how-to-use-asp-net4-5-login-form-with-sql-membership-provider
Feel free to contact me if you need more information.