Click here to Skip to main content
15,879,096 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Panels not scrolling Pin
Not Active9-Feb-10 14:14
mentorNot Active9-Feb-10 14:14 
QuestionWhy article not selected for Jan10 competition??? Pin
Sandeep Mewara9-Feb-10 7:13
mveSandeep Mewara9-Feb-10 7:13 
AnswerRe: Why article not selected for Jan10 competition??? Pin
Brij9-Feb-10 7:22
mentorBrij9-Feb-10 7:22 
Questionunable to publish my web application if it contains .mdf & .ldf files [modified] Pin
Satish - Developer9-Feb-10 4:20
Satish - Developer9-Feb-10 4:20 
AnswerRe: unable to publish my web application if it contains .mdf & .ldf files Pin
dan!sh 9-Feb-10 4:55
professional dan!sh 9-Feb-10 4:55 
QuestionHow to add onclick event to label and Textbox in Asp.net? Pin
mdrizwan_19-Feb-10 3:40
mdrizwan_19-Feb-10 3:40 
AnswerRe: How to add onclick event to label and Textbox in Asp.net? Pin
dan!sh 9-Feb-10 4:54
professional dan!sh 9-Feb-10 4:54 
AnswerRe: How to add onclick event to label and Textbox in Asp.net? Pin
Brij9-Feb-10 5:14
mentorBrij9-Feb-10 5:14 
you can attach onclick event on label and textbox at server side as below
Label1.Attributes.Add("onclick", "javascript:alert('you have pressed Label')");
        TextBox1.Attributes.Add("onclick", "javascript:alert('you have pressed Textbox')");
Cheers!!
Brij

Questionhow to identify the button was clicked... Pin
hi_everybody9-Feb-10 3:22
hi_everybody9-Feb-10 3:22 
AnswerRe: how to identify the button was clicked... Pin
dan!sh 9-Feb-10 4:56
professional dan!sh 9-Feb-10 4:56 
GeneralRe: how to identify the button was clicked... Pin
Not Active9-Feb-10 5:43
mentorNot Active9-Feb-10 5:43 
AnswerRe: how to identify the button was clicked... Pin
Brij9-Feb-10 5:02
mentorBrij9-Feb-10 5:02 
AnswerRe: how to identify the button was clicked... Pin
Not Active9-Feb-10 5:46
mentorNot Active9-Feb-10 5:46 
GeneralRe: how to identify the button was clicked... [modified] Pin
hi_everybody10-Feb-10 18:01
hi_everybody10-Feb-10 18:01 
GeneralRe: how to identify the button was clicked... Pin
hi_everybody10-Feb-10 22:49
hi_everybody10-Feb-10 22:49 
QuestionAccess Web application using IP from others system(In Office)... Pin
spalanivel9-Feb-10 2:29
spalanivel9-Feb-10 2:29 
AnswerRe: Access Web application using IP from others system(In Office)... Pin
Gaurav Dudeja India9-Feb-10 19:45
Gaurav Dudeja India9-Feb-10 19:45 
QuestionButton Ctrl Pin
i gr89-Feb-10 1:17
i gr89-Feb-10 1:17 
AnswerRe: Button Ctrl Pin
Brij9-Feb-10 1:32
mentorBrij9-Feb-10 1:32 
QuestionGridview Sorting with Up and Down Icons Pin
Abbas_here9-Feb-10 1:15
Abbas_here9-Feb-10 1:15 
AnswerRe: Gridview Sorting with Up and Down Icons Pin
Brij9-Feb-10 1:41
mentorBrij9-Feb-10 1:41 
GeneralRe: Gridview Sorting with Up and Down Icons Pin
Abbas_here9-Feb-10 2:27
Abbas_here9-Feb-10 2:27 
GeneralRe: Gridview Sorting with Up and Down Icons Pin
Brij9-Feb-10 2:43
mentorBrij9-Feb-10 2:43 
GeneralRe: Gridview Sorting with Up and Down Icons Pin
-Muc_9-Feb-10 20:56
-Muc_9-Feb-10 20:56 
QuestionControle to enter source codes Pin
Thilina.madush9-Feb-10 1:03
Thilina.madush9-Feb-10 1:03 

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.