how to do online registration
-
hi everybody i m creating a window's software.i want to add feature of online registration form in it how could i achieve it.please give some clue if possible send some source code.
-
hi everybody i m creating a window's software.i want to add feature of online registration form in it how could i achieve it.please give some clue if possible send some source code.
Checkout Updater Application Block from Enterprise Library ( you can download it from Microsoft website ) Also, you can have a look at webservice development to create your webservice, log in, send the encrypted user registration info, decrypt it on web service side, validate, send the result back to your application. Or, can try .NET Remoting instead of web services.
-
hi everybody i m creating a window's software.i want to add feature of online registration form in it how could i achieve it.please give some clue if possible send some source code.