Hello,
I was wondering if someone could attach an example of how I can change the icon of a radalert object. I have looked at the WIndow_DynamicTemplate example project, but for the life of me, I can't even get it to run.
I am using the method to call my radalert from within an AJAX.NET update panel if that helps anyone.
I am also calling radalert from my code-behind as such:
And the error messages I get when trying to run the sample project are as follows:
Error 2 Could not load type 'RadWindow1.Window_DynamicTemplate._Default'. C:\Documents and Settings\walkem\Desktop\057032_Window_DynamicTemplate\Window_DynamicTemplate\Default.aspx 2
Error 3 Could not load type 'RadWindow1.Window_DynamicTemplate.AlertTemplate1'. C:\Documents and Settings\walkem\Desktop\057032_Window_DynamicTemplate\Window_DynamicTemplate\AlertTemplate.ascx 1
And 1 warning:
Warning 4 Attribute 'Codebehind' in the @ Page directive is no longer supported. Convert this page to the new code-behind model by opening the Web site (project) containing the page in Visual Web Developer. C:\Documents and Settings\walkem\Desktop\057032_Window_DynamicTemplate\Window_DynamicTemplate\Default.aspx 2 24 C:\...\Window_DynamicTemplate\
I was wondering if someone could attach an example of how I can change the icon of a radalert object. I have looked at the WIndow_DynamicTemplate example project, but for the life of me, I can't even get it to run.
I am using the method to call my radalert from within an AJAX.NET update panel if that helps anyone.
I am also calling radalert from my code-behind as such:
| Dim scriptstring As String = "radalert('<b>" + Message + "</b>!', 200, 210, '" + messageType.ToString + "');" | |
| ScriptManager.RegisterStartupScript(Me, Me.[GetType](), "radalert", scriptstring, True) |
And the error messages I get when trying to run the sample project are as follows:
Error 2 Could not load type 'RadWindow1.Window_DynamicTemplate._Default'. C:\Documents and Settings\walkem\Desktop\057032_Window_DynamicTemplate\Window_DynamicTemplate\Default.aspx 2
Error 3 Could not load type 'RadWindow1.Window_DynamicTemplate.AlertTemplate1'. C:\Documents and Settings\walkem\Desktop\057032_Window_DynamicTemplate\Window_DynamicTemplate\AlertTemplate.ascx 1
And 1 warning:
Warning 4 Attribute 'Codebehind' in the @ Page directive is no longer supported. Convert this page to the new code-behind model by opening the Web site (project) containing the page in Visual Web Developer. C:\Documents and Settings\walkem\Desktop\057032_Window_DynamicTemplate\Window_DynamicTemplate\Default.aspx 2 24 C:\...\Window_DynamicTemplate\