Hello out there ? i have one question rather a strange one
i have two tables say admission and attendance with different fields however admn id , name are the fileds common to both of them
when i add my data in admission table (via form) can i at the same time add the data to attendance table ?? ie .. when i click on save button on admission form will the admn , name fileds will also be entered in the attendance database table??
can it be done ? if yes how ?? can we bind a textbox with 2 data bindings?
i am binding thru properties n rest coding....plz tell me how to do./..