Hello,
I am working on a webpage and at some point I need to disable a asp:button.
This page uses a css file that has the following class:
.pagerLinkDisabled
{
display: none;
}
So every time I set a button to disabled .net renders it with class="pagerLinkDisabled" and the button is not displayed...
At pageload I tried this:
m...
Okay, here is my problem:
I have a form that requires to have two fieldsets that are almost identical but that collect different sets of data. These are contained in an UpdatePanel. The user enters the data in a form, and when they hit the "Add"
button, this row is inserted into DataTable. The user should be able to enter as many rows ...
In ASP.NET My button click event doesn`t work on first click. But it works on the second click only.
I hope u can help me.
...