Guest Book example
Iâm trying to implement your Guest Book example in chapter 13(Beginning Dynamic Websites) page 418.
How do you insert a new entry when dealing with controls other than TextBox, controls like RadioButtons, ListBox or CheckBox ?
How do you pass parameters into InsertGuestBookEntery function in case of using RadioButtons or ListBox or CheckBox control?
Thanks
|