﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebInput - WebInput 3.0 with Framework 2011R1 </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-30-with-Framework-2011R1/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>WebInput 3.0 with Framework 2011R1 </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-30-with-Framework-2011R1/</link><pubDate>Tue, 05 Jul 2011 16:37:15 GMT</pubDate><dc:creator>aspnet@softwarestudio.com.pl</dc:creator><description>&lt;p&gt;Hi Martin&lt;/p&gt;
&lt;p&gt;so thank you for answear. I have buy new webinput and webcombo and it's works now...&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;Adam&lt;/p&gt;</description></item><item><title>WebInput 3.0 with Framework 2011R1 </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-30-with-Framework-2011R1/</link><pubDate>Tue, 05 Jul 2011 03:46:44 GMT</pubDate><dc:creator>MarTin</dc:creator><description>&lt;p&gt;Hello Adam,&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;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 (&lt;a href="mailto:andi@intersoftpt.com"&gt;andi@intersoftpt.com&lt;/a&gt;) or send an email to &lt;a href="mailto:sales@intersoftpt.com"&gt;sales@intersoftpt.com&lt;/a&gt;. I'm sure they will be more than happy to assist you.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;-Martin-&lt;/p&gt;</description></item><item><title>WebInput 3.0 with Framework 2011R1 </title><link>http://www.intersoftsolutions.com/Community/WebInput/WebInput-30-with-Framework-2011R1/</link><pubDate>Tue, 05 Jul 2011 00:51:14 GMT</pubDate><dc:creator>aspnet@softwarestudio.com.pl</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;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&lt;/p&gt;
&lt;p&gt;My page code:&lt;/p&gt;&lt;pre&gt;&amp;lt;%@ Page Language="C#" AutoEventWireup="true" CodeFile="webinput.aspx.cs" Inherits="webinput" %&amp;gt;

&amp;lt;%@ Register assembly="ISNet.WebUI.WebInput" namespace="ISNet.WebUI.WebControls" tagprefix="ISWebInput" %&amp;gt;

&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&amp;gt;

&amp;lt;html&amp;gt;
&amp;lt;head runat="server"&amp;gt;
    &amp;lt;title&amp;gt;Untitled Page&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body id="body" runat="server" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0"&amp;gt;
    &amp;lt;form id="form1" runat="server"&amp;gt;
                        &amp;lt;ISWebInput:WebInput ID="OD" runat="server" EmptyAsNull="False" 
                            Nullable="False" Width="100px"&amp;gt;
                                                                &amp;lt;HighLight IsEnabled="True" Type="Phrase" /&amp;gt;
                            &amp;lt;DisplayFormat Format="yyyy-MM-dd" IsEnabled="True"&amp;gt;
                                &amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
                                &amp;lt;/ErrorWindowInfo&amp;gt;
                            &amp;lt;/DisplayFormat&amp;gt;
                                    &amp;lt;EditFormat Format="yyyy-MM-dd" IsEnabled="True"&amp;gt;
                                        &amp;lt;MaskInfo MaskExpression="0000-00-00"&amp;gt;
                                        &amp;lt;/MaskInfo&amp;gt;
                                        &amp;lt;ErrorWindowInfo IsEnabled="True"&amp;gt;
                                        &amp;lt;/ErrorWindowInfo&amp;gt;
                                    &amp;lt;/EditFormat&amp;gt;
                            &amp;lt;CalculatorEditor&amp;gt;
                                &amp;lt;WindowInfo DisplayType="Normal"&amp;gt;
                                &amp;lt;/WindowInfo&amp;gt;
                            &amp;lt;/CalculatorEditor&amp;gt;
                            &amp;lt;CultureInfo CultureName="pl-PL"&amp;gt;
                            &amp;lt;/CultureInfo&amp;gt;
                            &amp;lt;DateTimeEditor IsEnabled="True"&amp;gt;
                                &amp;lt;WindowInfo DisplayType="Normal"&amp;gt;
                                &amp;lt;/WindowInfo&amp;gt;
                            &amp;lt;/DateTimeEditor&amp;gt;
                        &amp;lt;/ISWebInput:WebInput&amp;gt;

    &amp;lt;/form&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/pre&gt;

&lt;p&gt;the errror code masage&lt;/p&gt;&lt;pre&gt;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: &lt;a href="http://www.sklep.demo.softwarestudio.com.pl/ISRes.axd?I/webinputeditor.js/307200216"&gt;http://www.sklep.demo.softwarestudio.com.pl/ISRes.axd?I/webinputeditor.js/307200216

&lt;/a&gt;&lt;/pre&gt;
&lt;p&gt;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. &lt;/p&gt;
&lt;p&gt;Thank you very match for help.&lt;/p&gt;

&lt;p&gt;regards &lt;/p&gt;
&lt;p&gt;Adam Potomski&lt;/p&gt;</description></item></channel></rss>