I'm putting together a contacts website. I have several questions (about four);
1. How do I add the all to a dropdown box so I can show all contacts. The dropdown will have the groups as a filter.
2. How do I perform an alphabetic filter by letter. Ex. I press letter n button and all contacts will names starting with n show up.
3. How do I make the datagrid show all contacts. Right now if I don't select a group from my dropdown (with the groups) I don't see the contacts grid. Do I have to add some instruction in the page load to postback?
4. How do I switch from view to edit in forms that live in a multiform. For example; I have three diferent forms living in a multiform with three view; General, Home, Work information. What kind of code should I add in a button (edit button) to switch the three forms to the edit template so I can make modifications.
Thank you in advance happy programmers,
Go to the complete details ...