or

| window.radopen("BlaBla.aspx", "EditWnd"); |
Hi all,
I would like to know how to check the date if it is the end of the month date.Is there any property.
Thanks in advance for all your attempt.
.grid
{
border-style:solid;
border-color:#c8ddca;
border-width:1px;
}
.grid
td
{
border-style:none;
}
Thank you,
Jennifer

I know that you can get the Name of the level selected on the gridcommandEventArgs on the Item Command of the Grid.
Example:
Dim SelectedLevel As String
SelectedLevel = e.Item.OwnerTableView.Name
If SelectedLevel = "second level" Then
End if
I need to do this from a button press on an event args to see what level is selected and the code will not work and I can't seem to find anything on it, does anyone have any suggestions???