| Thread | Last Post | Replies |
|
| Horizontal Menu across frames | 21 Apr 2008 23:26 GMT | - |
The title of my inquiry is self-explanatory, but I will try to explain my problem further. I have a frameset with two frames; one at the top of the page with the menu and a search drop down DIV. The bottom frame contains the content of the
|
| PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this? | 10 Apr 2008 20:26 GMT | - |
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
|
| Enable an asp control runat server via javascript, until this control is not enable from server | 03 Apr 2008 23:06 GMT | 1 |
I have seen that if I put a radiolistbutton on a page with 3 radiobutton and the first (as example) is not enable at design time (so server side), i can't enable it from javascript with something like this var btlList = document.form1.elements["RadioButtonList1"];
|
| image map and submit form | 01 Apr 2008 22:58 GMT | 1 |
The following will submit a form with a value of "California" for lstSelectState. How can I add another coordinate for say "Iowa" and change lstSelectState's value to "Iowa" <form name="form1" method="post" action="CPC_NCList_Alpha.asp">
|
| ascending and descending sorting | 01 Apr 2008 21:38 GMT | 1 |
I am doing sorting ascending and descending on one button by standardas-table-sorting.It’s working. But, I click contents of the table order is changing, why? It should not be changed order while I clicking contents of the table.
|