Hi,
I have an application (Asp.net + c#).There is a SQL table called 'Status' it is used to store pending and activated events.
There is a field called 'Complete'.
So when user register I want to add recored to 'Complete' field as 'Pending'
But I cant understand how to do this.
Plese help me
It would have been helpful if you describrd your Registration form page...
One way could be, considering you have a Submit button on your registration form, is to update your Status table while the user presses the submit button during registration.
Hope that helps.
No comments:
Post a Comment