Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Logged in and logged out. Pin
Paddy Boyd1-May-09 0:37
Paddy Boyd1-May-09 0:37 
GeneralRe: Logged in and logged out. Pin
Jeff Circeo1-May-09 2:31
Jeff Circeo1-May-09 2:31 
GeneralRe: Logged in and logged out. Pin
24891281-May-09 4:07
24891281-May-09 4:07 
GeneralRe: Logged in and logged out. Pin
Jeff Circeo1-May-09 4:20
Jeff Circeo1-May-09 4:20 
AnswerRe: Logged in and logged out. Pin
saanj30-Apr-09 22:58
saanj30-Apr-09 22:58 
QuestionASP.NET MVC Pin
mpavas30-Apr-09 22:26
mpavas30-Apr-09 22:26 
AnswerRe: ASP.NET MVC Pin
mpavas1-May-09 8:38
mpavas1-May-09 8:38 
Questiondynamic refrence identification Pin
rahul-4u30-Apr-09 21:44
rahul-4u30-Apr-09 21:44 
Hello,
i want to create buttons in run time.as
for(int i=0;i<5;i++)
{
Button b1=new Button();
this.Controls,add(b1);
}

now how can i identify click event of these 5 b1 buttons. As they all have same name.can i create button as b1,b2--b5 in run time and identify click event of that.in vb i use control array for this.but haow can it be used in C#.

thanks,
Rahul
AnswerRe: dynamic refrence identification Pin
Abhijit Jana30-Apr-09 22:44
professionalAbhijit Jana30-Apr-09 22:44 
QuestionDesigning web site in VS 2008 Pin
mpavas30-Apr-09 18:54
mpavas30-Apr-09 18:54 
AnswerRe: Designing web site in VS 2008 Pin
Christian Graus30-Apr-09 19:13
protectorChristian Graus30-Apr-09 19:13 
GeneralRe: Designing web site in VS 2008 Pin
mpavas30-Apr-09 19:24
mpavas30-Apr-09 19:24 
GeneralRe: Designing web site in VS 2008 Pin
Abhijit Jana30-Apr-09 19:32
professionalAbhijit Jana30-Apr-09 19:32 
QuestionIE6 get frezzed during ajax call in asp.net 1.1 Pin
Jagz W30-Apr-09 16:44
professionalJagz W30-Apr-09 16:44 
AnswerRe: IE6 get frezzed during ajax call in asp.net 1.1 Pin
Christian Graus30-Apr-09 19:13
protectorChristian Graus30-Apr-09 19:13 
GeneralRe: IE6 get frezzed during ajax call in asp.net 1.1 Pin
Jagz W1-May-09 18:18
professionalJagz W1-May-09 18:18 
AnswerRe: IE6 get frezzed during ajax call in asp.net 1.1 Pin
saanj30-Apr-09 19:45
saanj30-Apr-09 19:45 
QuestionError when excluding Activeds and ADODC references in the setup program Pin
prateeksj30-Apr-09 15:46
prateeksj30-Apr-09 15:46 
QuestionDesing Question--SEO Pin
Amit Kumar G30-Apr-09 13:32
Amit Kumar G30-Apr-09 13:32 
AnswerRe: Desing Question--SEO Pin
Jeff Circeo1-May-09 2:46
Jeff Circeo1-May-09 2:46 
QuestionFile Download works in IE but not in Firefox Pin
Meax30-Apr-09 10:11
Meax30-Apr-09 10:11 
AnswerRe: File Download works in IE but not in Firefox Pin
Christian Graus30-Apr-09 10:35
protectorChristian Graus30-Apr-09 10:35 
Questionlooking for a good asp.net 3.5 SQL 2008 host the last was sucked Pin
learningman30-Apr-09 7:25
learningman30-Apr-09 7:25 
QuestionAbility to type,paste symbols in the subject of email Pin
vmang30-Apr-09 6:08
vmang30-Apr-09 6:08 
AnswerRe: Ability to type,paste symbols in the subject of email Pin
Rolando CC30-Apr-09 6:56
professionalRolando CC30-Apr-09 6:56 

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.