Posted on: 12/22/2013 11:11:27 AM | Views : 880

Example: In my UI Form  Design below
 
Title:  Textbox
Area :  Textbox
Query : Textbox
email :  Textbox
Password :  Textbox
   Post  button
 
In this above Design, post the query  to post table(using stored procedure). And this is only for existing registered user only to post. When user post , it’s should check user exits  then only post. Whenever user post on that time  id and username  should save in post table automatic ..  retrieve id and username from register table..
And my registration tables contains.
Id, username , location,email,password,.. etc.. so retrive id and username to post table .. using one post button all operation should perform

Go to the complete details ...