or
Dear All,
I have a gridview inside dynamic loaded user-control. This user-control is placed inside a radpane.
However, the grid is populated with a button clicked event then the datatable is stored in a session variable, this variable is casted back in the Need_Datasource event of the grid.
When I click any column header the data is not sorted (Asc or Desc).
What could be the reason of that ...
Best regards
Waleed
| for ( var i = 0; i < tabstrip.Tabs.length; i++ ) |
| { |
| // Get the current tab text. |
| var tabText = tabstrip.Tabs[i].Text; |
| // Search for the old count number between the parens, |
| // then truncate it completely. |
| tabText = tabText.substring( 0, tabText.indexOf( "(" ) ); |
| // Add the new count number, and set the tab text. |
| tabText += "(" + tabCounts[i] + ")"; |
| tabstrip.Tabs[i].SetText( tabText ); |
| // Enable/Disable based upon the bit mask. |
| // tab is always enabled. |
| var enable = (i == 0) || (tabCounts[i] > 0); |
| if ( enable ) |
| { |
| tabstrip.Tabs[i].Enable(); |
| } |
| else |
| { |
| var theTab = tabstrip.Tabs[i]; |
| theTab.Disable(); |
| theTab.DomElement.setAttribute( "disabled", false ); |
| } |
| } |

<
sessionState timeout="500"/>
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
|