Click here to Skip to main content
15,921,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Working with photos Pin
N a v a n e e t h24-Mar-08 3:39
N a v a n e e t h24-Mar-08 3:39 
GeneralRe: Working with photos Pin
Abhijit Jana24-Mar-08 3:43
professionalAbhijit Jana24-Mar-08 3:43 
GeneralRe: Working with photos Pin
N a v a n e e t h24-Mar-08 4:19
N a v a n e e t h24-Mar-08 4:19 
Questionchange folder permission Pin
KiranKumar Roy23-Mar-08 23:24
KiranKumar Roy23-Mar-08 23:24 
GeneralRe: change folder permission Pin
Abhijit Jana24-Mar-08 2:40
professionalAbhijit Jana24-Mar-08 2:40 
GeneralRe: change folder permission Pin
KiranKumar Roy26-Mar-08 23:08
KiranKumar Roy26-Mar-08 23:08 
GeneralRe: change folder permission Pin
saini arun24-Mar-08 5:29
saini arun24-Mar-08 5:29 
GeneralQuestion in Createuserwizard control [modified] Pin
kimo code23-Mar-08 23:06
kimo code23-Mar-08 23:06 
HI All;
I used CreateUserWizard controle and I customized it to be suit with my needs for exapmle I add new step to it to add the new user in specific Role
and i made this roles in RadioButtonList control when i click on Btn its add the created user in the selected role


my Question is How can i get the selected value from the RadioButtonList

which is in the CreateUserWizard in CompleteStep

and here is my code but it's not working

//here to find the RadioButtonList control which i add it in the CreateUserWizard and casting it.

RadioButtonList RBL = (RadioButtonList)CreateUserWizard1.CompleteStep.FindControl("RadioButtonList1");

but it's return me null in RBL

// here to get the selected value

string RoleText = RBL.SelectedItem.Value.ToString();

Plz can any one advice me to who can i catch the radiobuttonlist from CreateUserWizard

thx for all

Kareem Elhosseny

modified on Monday, March 24, 2008 5:21 AM

GeneralRe: Question in Createuserwizard control Pin
kimo code24-Mar-08 1:24
kimo code24-Mar-08 1:24 
GeneralExport a .net page to PDF Pin
MissionSuccess23-Mar-08 23:05
MissionSuccess23-Mar-08 23:05 
GeneralRe: Export a .net page to PDF Pin
N a v a n e e t h23-Mar-08 23:14
N a v a n e e t h23-Mar-08 23:14 
GeneralRe: Export a .net page to PDF Pin
Chetan Patel24-Mar-08 1:55
Chetan Patel24-Mar-08 1:55 
GeneralRe: Export a .net page to PDF Pin
MissionSuccess24-Mar-08 3:06
MissionSuccess24-Mar-08 3:06 
GeneralStoring SubFolder Files and Folder Pin
sjs4u23-Mar-08 22:54
sjs4u23-Mar-08 22:54 
GeneralRe: Storing SubFolder Files and Folder Pin
N a v a n e e t h23-Mar-08 22:57
N a v a n e e t h23-Mar-08 22:57 
GeneralRe: Storing SubFolder Files and Folder Pin
sjs4u23-Mar-08 23:00
sjs4u23-Mar-08 23:00 
GeneralRe: Storing SubFolder Files and Folder Pin
N a v a n e e t h23-Mar-08 23:12
N a v a n e e t h23-Mar-08 23:12 
GeneralRe: Storing SubFolder Files and Folder Pin
Chetan Patel24-Mar-08 1:58
Chetan Patel24-Mar-08 1:58 
QuestionPlease help me about dynamically created button control at runtime Pin
G Nathan23-Mar-08 21:40
G Nathan23-Mar-08 21:40 
GeneralRe: Please help me Pin
N a v a n e e t h23-Mar-08 22:55
N a v a n e e t h23-Mar-08 22:55 
GeneralRe: Please help me Pin
G Nathan23-Mar-08 22:59
G Nathan23-Mar-08 22:59 
GeneralRe: Please help me Pin
N a v a n e e t h23-Mar-08 23:08
N a v a n e e t h23-Mar-08 23:08 
GeneralRe: Please help me Pin
G Nathan23-Mar-08 23:25
G Nathan23-Mar-08 23:25 
GeneralRe: Please help me Pin
N a v a n e e t h24-Mar-08 0:32
N a v a n e e t h24-Mar-08 0:32 
GeneralRe: Please help me Pin
G Nathan24-Mar-08 2:10
G Nathan24-Mar-08 2:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.