Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: MessageBox Yes/No Buttons!! Pin
Gaurav K Singh5-Mar-09 1:54
Gaurav K Singh5-Mar-09 1:54 
GeneralRe: MessageBox Yes/No Buttons!! Pin
Sr...Frank5-Mar-09 2:38
Sr...Frank5-Mar-09 2:38 
Questionpath of imagebutton in javascript [modified] Pin
roshid5-Mar-09 0:08
roshid5-Mar-09 0:08 
AnswerRe: path of imagebutton in javascript Pin
R.Palanivel5-Mar-09 1:11
R.Palanivel5-Mar-09 1:11 
Questionfile upload control show no file when using in update panal otherwise it working fine. Pin
anujbanka17844-Mar-09 22:52
anujbanka17844-Mar-09 22:52 
AnswerRe: file upload control show no file when using in update panal otherwise it working fine. Pin
AprNgp5-Mar-09 0:27
AprNgp5-Mar-09 0:27 
GeneralRe: file upload control show no file when using in update panal otherwise it working fine. Pin
anujbanka17845-Mar-09 0:39
anujbanka17845-Mar-09 0:39 
QuestionEventHandlers on ASP.NET Site Pin
Watrak4-Mar-09 22:30
Watrak4-Mar-09 22:30 
I have a problem like this I make HtmlInputButtons in function and I add there EventHandlers for them. However when I do serverclick function does't work. I know that handlers should be in Page_Load but these buttons must be added in function.

example code:

Page_Load()
{
bt+=EvantHandler(bt_Click);
}

public void bt_Click(object sender,EventArgs e)
{
for(int i=0;i<5;i++)
{
HtmlInputButton ib=new HtmlInputButton();
ib.ID="bt"+i;
it.serverClick+=EventHandler(it_Click);
}
}
public void ib_Click(object sender,EventArgs e)
{

}

If anybody know how do it??
AnswerRe: EventHandlers on ASP.NET Site Pin
Gaurav K Singh5-Mar-09 1:09
Gaurav K Singh5-Mar-09 1:09 
QuestionAbout Repeater? Pin
Che _Guevara4-Mar-09 22:12
Che _Guevara4-Mar-09 22:12 
AnswerRe: About Repeater? Pin
N a v a n e e t h4-Mar-09 22:16
N a v a n e e t h4-Mar-09 22:16 
AnswerRe: About Repeater? Pin
Abhishek Sur4-Mar-09 22:16
professionalAbhishek Sur4-Mar-09 22:16 
QuestionHow to populate values in two dropdown based on the value of first dropdown? Pin
meeram3954-Mar-09 21:45
meeram3954-Mar-09 21:45 
QuestionAuto post back? Pin
Karthick_gc4-Mar-09 21:16
Karthick_gc4-Mar-09 21:16 
AnswerRe: Auto post back? Pin
Abhijit Jana4-Mar-09 21:30
professionalAbhijit Jana4-Mar-09 21:30 
AnswerRe: Auto post back? Pin
Spunky Coder4-Mar-09 21:32
Spunky Coder4-Mar-09 21:32 
QuestionUsing Message Box alert in ajax control toolkit tab panel control Pin
Ma tju4-Mar-09 21:03
Ma tju4-Mar-09 21:03 
QuestionTollbar Image is not showing........ [modified] Pin
BalasubramanianK4-Mar-09 20:21
BalasubramanianK4-Mar-09 20:21 
AnswerRe: Tollbar Image is not showing........ Pin
Gaurav K Singh5-Mar-09 2:24
Gaurav K Singh5-Mar-09 2:24 
QuestionMessage box response Pin
Girish4814-Mar-09 20:11
Girish4814-Mar-09 20:11 
AnswerRe: Message box response Pin
Aman Bhullar4-Mar-09 20:25
Aman Bhullar4-Mar-09 20:25 
GeneralRe: Message box response Pin
Girish4814-Mar-09 20:31
Girish4814-Mar-09 20:31 
GeneralRe: Message box response Pin
Abhijit Jana4-Mar-09 21:27
professionalAbhijit Jana4-Mar-09 21:27 
GeneralRe: Message box response Pin
Girish4814-Mar-09 22:16
Girish4814-Mar-09 22:16 
GeneralRe: Message box response Pin
Abhijit Jana4-Mar-09 22:22
professionalAbhijit Jana4-Mar-09 22:22 

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.