To Display the webpage again, Internet Explorer needs to resend the information you'have previously.
If you were making a purchase, you should click Cancel to avoid a duplicate transaction. Otherwise, click Retry to display the webpage again.
Can you please help me to resolve the issue?
Thanks
Ravi
<telerik:RadScriptManager ID="RadScriptManager1" Runat="server" ></telerik:RadScriptManager>
<telerik:RadWindowManager ID="RadWindowManager1" runat="server" ></telerik:RadWindowManager>
<
script type="text/javascript" language="javascript" >
showconfirm(); // <===== CALL EVENT ON PAGE LOAD
function confirmCallBackFn(arg)
{alert("Confirm returned the following result: ");}
function showconfirm()
{radconfirm('Are you sure?', confirmCallBackFn, 330, 100); return false; }
</script>
Help!
tnk's .
Dim diff As DiffEngine
diff = New DiffEngine()
Dim diffstr, temp As String
diffstr = diff.GetDiffs(myRadEditor.Content, ...a Database field....)
The database is SQL server, the field is nvarchar(max)
Kind regards,
Barbara


| <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="DesktopModules_Test_Default4" %> |
| <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml" > |
| <head runat="server"> |
| <title>Untitled Page</title> |
| </head> |
| <body> |
| <form id="form1" runat="server"> |
| <div> |
| <telerik:radscriptmanager id="RadScriptManager1" runat="server"></telerik:radscriptmanager> |
| <telerik:radcombobox id="RadComboBox1" runat="server" OnClientSelectedIndexChanged="alert('a')"></telerik:radcombobox> |
| </div> |
| </form> |
| </body> |
| </html> |