Login
Latest Development Blogs
Forum Topics Post
Browse By Tag
Hi
I want to try test new IntersoftWebUIStudio 2011 i downloaded new version and i dont have yet licence for new web input 4.0 and webcombo 5.0. Other controls working ok, because the version is not changed. So i try to use my old webinput 3.0 with new isnetwebui and isnet, but when i want to calendar configuration i have java error with information with no access to localhost WebContextMenu. I created new sample site with only webinput but i have still the same error
My page code:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="webinput.aspx.cs" Inherits="webinput" %> <%@ Register assembly="ISNet.WebUI.WebInput" namespace="ISNet.WebUI.WebControls" tagprefix="ISWebInput" %> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head runat="server"> <title>Untitled Page</title> </head> <body id="body" runat="server" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0"> <form id="form1" runat="server"> <ISWebInput:WebInput ID="OD" runat="server" EmptyAsNull="False" Nullable="False" Width="100px"> <HighLight IsEnabled="True" Type="Phrase" /> <DisplayFormat Format="yyyy-MM-dd" IsEnabled="True"> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </DisplayFormat> <EditFormat Format="yyyy-MM-dd" IsEnabled="True"> <MaskInfo MaskExpression="0000-00-00"> </MaskInfo> <ErrorWindowInfo IsEnabled="True"> </ErrorWindowInfo> </EditFormat> <CalculatorEditor> <WindowInfo DisplayType="Normal"> </WindowInfo> </CalculatorEditor> <CultureInfo CultureName="pl-PL"> </CultureInfo> <DateTimeEditor IsEnabled="True"> <WindowInfo DisplayType="Normal"> </WindowInfo> </DateTimeEditor> </ISWebInput:WebInput> </form> </body> </html>
the errror code masage
Szczegóły błędu na stronie sieci Web Agent użytkownika: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET4.0C; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sygnatura czasowa: Tue, 5 Jul 2011 04:42:24 UTC Wiadomość: Brak definicji 'WebContextMenu' Wiersz: 7 Znak: 3492 Kod: 0 Identyfikator URI: http://www.sklep.demo.softwarestudio.com.pl/ISRes.axd?I/webinputeditor.js/307200216
please give information how can i use old webinput with new framework. in other case i can't try new possibilty on new controls, because i can't publish project with new framework.
Thank you very match for help.
regards
Adam Potomski
Hello Adam,
Unfortunately, it is not possible to use WebInput 3.0 in the latest WebUI Framework because there are some properties added in WebInput 4.0 that is no longer available in WebInput 3.0 in order to collaborate with the latest WebUI Framework.
Other solution is, you can try to upgrade WebInput 3.0 to version 4.0. For more information on how to upgrade the control's version, you may contact one of our sales representative (andi@intersoftpt.com) or send an email to sales@intersoftpt.com. I'm sure they will be more than happy to assist you.
Thank you.
Regards,-Martin-
Hi Martin
so thank you for answear. I have buy new webinput and webcombo and it's works now...
Adam