Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Genrate Login ID Suggestion Pin
Abhijit Jana23-Jun-09 2:17
professionalAbhijit Jana23-Jun-09 2:17 
GeneralRe: Genrate Login ID Suggestion Pin
Manas Bhardwaj23-Jun-09 2:25
professionalManas Bhardwaj23-Jun-09 2:25 
GeneralRe: Genrate Login ID Suggestion Pin
padmanabhan N23-Jun-09 2:27
padmanabhan N23-Jun-09 2:27 
QuestionOutProc on State Server: Thread problem Pin
misha_grewal23-Jun-09 1:23
misha_grewal23-Jun-09 1:23 
AnswerRe: OutProc on State Server: Thread problem Pin
ToddHileHoffer23-Jun-09 6:50
ToddHileHoffer23-Jun-09 6:50 
QuestionPlease give me answer for below quetion. [modified] Pin
kantharao23-Jun-09 0:50
kantharao23-Jun-09 0:50 
AnswerRe: Please give me answer for below quetion. Pin
Christian Graus23-Jun-09 0:56
protectorChristian Graus23-Jun-09 0:56 
AnswerRe: Please give me answer for below quetion. Pin
padmanabhan N23-Jun-09 1:03
padmanabhan N23-Jun-09 1:03 
kantharao wrote:
How to write code for Dynamic Radio buttons events in asp.net .


Here is the code:
protected void Page_Load(object sender, EventArgs e)
{
RadioButton rbt = new RadioButton();
rbt.CheckedChanged += new EventHandler(rbt_checked);
rbt.AutoPostBack = true;
//create a panel in design.
Panel1.Controls.Add(rbt);
}
protected void rbt_checked(object sender, EventArgs e)
{
Response.Write("hi");
}

Padmanabhan
My Articles[^]

QuestionHow to load web part in another web part? Pin
Hoang Jang23-Jun-09 0:17
Hoang Jang23-Jun-09 0:17 
AnswerRe: How to load web part in another web part? Pin
Abhijit Jana23-Jun-09 0:50
professionalAbhijit Jana23-Jun-09 0:50 
GeneralRe: How to load web part in another web part? Pin
Hoang Jang23-Jun-09 19:58
Hoang Jang23-Jun-09 19:58 
QuestionObject reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 0:17
KhandelwalA23-Jun-09 0:17 
AnswerRe: Object reference not set to an instance of an object. in BOLD Line Pin
Abhijit Jana23-Jun-09 0:34
professionalAbhijit Jana23-Jun-09 0:34 
AnswerRe: Object reference not set to an instance of an object. in BOLD Line [modified] Pin
padmanabhan N23-Jun-09 0:36
padmanabhan N23-Jun-09 0:36 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 0:42
KhandelwalA23-Jun-09 0:42 
AnswerRe: Object reference not set to an instance of an object. in BOLD Line Pin
Abhijit Jana23-Jun-09 0:48
professionalAbhijit Jana23-Jun-09 0:48 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
padmanabhan N23-Jun-09 0:50
padmanabhan N23-Jun-09 0:50 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 0:56
KhandelwalA23-Jun-09 0:56 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 1:23
KhandelwalA23-Jun-09 1:23 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
padmanabhan N23-Jun-09 1:29
padmanabhan N23-Jun-09 1:29 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 1:30
KhandelwalA23-Jun-09 1:30 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
padmanabhan N23-Jun-09 1:41
padmanabhan N23-Jun-09 1:41 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 1:47
KhandelwalA23-Jun-09 1:47 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
padmanabhan N23-Jun-09 1:56
padmanabhan N23-Jun-09 1:56 
GeneralRe: Object reference not set to an instance of an object. in BOLD Line Pin
KhandelwalA23-Jun-09 1:58
KhandelwalA23-Jun-09 1:58 

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.