| Protected Sub RadScheduler1_TimeSlotContextMenuItemClicking(ByVal sender As Object, ByVal e As Telerik.Web.UI.TimeSlotContextMenuItemClickingEventArgs) Handles RadScheduler1.TimeSlotContextMenuItemClicking |
| If e.MenuItem.Value = "EnableGrouping" Then |
| RadScheduler1.GroupBy = "Location" |
| ElseIf e.MenuItem.Owner.??? Then |
| Do Something |
| End If |
| UpdateScheduler() |
| End Sub |
| <html> |
| <head> |
| <title>Title</title> |
| <script type="text/javascript"> |
| function OnClientClose() [ ] |
| function CallBackFunction() [ ] |
| function ShowInformation() [ |
| var oManager = GetRadWindowManager(); |
| var oMailWnd; |
| oMailWnd = window.radopen('Pagewithinformation.aspx'); |
| oMailWnd.setSize(400, 250); |
| oMailWnd.set_modal(true); |
| ] |
| </script> |
| </head> |
| <body> |
| <form runat="server"> |
| <asp:ScriptManager ID="ScriptManager" runat="server"></asp:ScriptManager> |
| <telerik:RadWindowManager |
| ID="radWindowManager" |
| Skin="Office2007" |
| VisibleOnPageLoad="true" |
| OnClientClose="OnClientClose" |
| Width="468" |
| ClientCallBackFunction="CallBackFunction" |
| VisibleStatusBar="false" |
| Height="306px" |
| runat="server"> |
| </telerik:RadWindowManager> |
| <asp:TextBox ID="TextBox1" runat="server" /> |
| <asp:TextBox ID="TextBox2" runat="server" /> |
| <asp:TextBox ID="TextBox3" runat="server" /> |
| <asp:TextBox ID="TextBox4" runat="server" /> |
| <asp:TextBox ID="TextBox5" runat="server" /> |
| <asp:TextBox ID="TextBox6" runat="server" /> |
| <asp:TextBox ID="TextBox7" runat="server" /> |
| <asp:TextBox ID="TextBox8" runat="server" /> |
| <asp:TextBox ID="TextBox9" runat="server" /> |
| <button onclick='javascript:ShowInformation();'>Click Me</button> |
| </form> |
| </body> |
| </html> |
| rlbRoles.DataBind(); |
| stmt = |
| @"Select auth_Roles.Name as Name, auth_Roles.NameEL as NameEL from auth_Roles INNER JOIN auth_UserRoles on auth_UserRoles.RoleId = auth_Roles.RoleId INNER JOIN auth_Users on auth_UserRoles.UserId = auth_Users.UserId |
| WHERE auth_Users.UserId = @UserId"; |
| dt = DbSql.ExecuteDataTable(stmt, |
| new List<SqlParameter>(new[] |
| { |
| new SqlParameter("@UserId", |
| DataBinder.Eval(sender, |
| "DataItem.ID")) |
| } |
| ) |
| ); |
| int i = 0; |
| foreach (DataRow r in dt.Rows) |
| { |
| rlbRoles.FindItemByValue(dt.Rows[i]["Name"].ToString()).Checked = true; |
| i++; |
| } |
| <asp:textbox id="txtWidth" tabIndex="5" runat="server" title="(float)" MaxLength="7" Columns="6"></asp:textbox><asp:requiredfieldvalidator id="rqux" Runat="server" Width="100%" InitialValue="" ErrorMessage=":: Required 'Width' missing or invalid." |
| Display="Dynamic" ControlToValidate="txtWidth"> <span class="warning">*</span></asp:requiredfieldvalidator><asp:regularexpressionvalidator id="rgux" Runat="server" Width="100%" ErrorMessage=":: Required 'Width' invalid (format: '0-9999.99')." |
| Display="Static" ControlToValidate="txtWidth" ValidationExpression="^\d{1,4}(\.\d{1,2})?$"> *</asp:regularexpressionvalidator> |
| <telerik:RadInputManager ID="RadInputManager1" runat="server" Skin="Office2007"> |
| <telerik:TextBoxSetting BehaviorID="TextBoxBehavior1" InitializeOnClient="false"> |
| <TargetControls> |
| <telerik:TargetInput ControlID="txt1" /> |
| </TargetControls> |
| <TargetControls> |
| <telerik:TargetInput ControlID="txt2" /> |
| </TargetControls> |
| <TargetControls> |
| <telerik:TargetInput ControlID="txt3" /> |
| </TargetControls> |
| </telerik:TextBoxSetting> |

When we attempt to use the image picker on one of our blogs, we get an error message. This error message is specific to this blog only - the tools work fine on other blogs. (Even other blogs in the same site collection.) We've tried disabling and re-enabling the feature, with no luck. Any help would be greatly appreciated!
Here's the error message:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.InteropServices.COMException: List does not exist
The page you selected contains a list that does not exist. It may have been deleted by another user.
Source Error:
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. |
|
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082