I'm creating a webpage witch alows member to be created, promoted and delited. The creation of a member can be done by the member itself, but the promoting and the deliting is don by the admin (later i want the member to be abel to delite itself too but 1 thing at the time).
I've made a site caled members.aspx witch only admins are allowed to enter, there i've have a datagridview witch shows me all members. I've also turned on paging and selecting. When i select one member i want to redirest to a page caled memberselect.aspx. On that page i want a new datagridview were i see all the info on that member. That means that the page url would be something like memberselected.aspx?membername ore something.
Also on this page i wants 2 buttons, 1 caled delite and 1 caled promote, when i press delite i want the member to be delited and when i press promote i want to redirect to a third page caled memberpromote.aspx (also with the ?membername in the url). There i will make a listbox witch includes all the roles. Also there will be a submit button.
When i select 1 or more roles and select submit i want the member to "become" these roles.
*pleas send me a walkthrough and not codes, and pleas don't jump over any steps becaus u think that i will know that myself, i'm only a newbie evan though i know something...
Thnx Alxandr
Alxandr