﻿<?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 - WebCombo - Set the textbox value in readonly mode</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Set-the-textbox-value-in-readonly-mode/</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>Set the textbox value in readonly mode</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Set-the-textbox-value-in-readonly-mode/</link><pubDate>Tue, 17 May 2016 04:59:40 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;I can set the text box value in client side of read-only WebCombo by using following snippet code:&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;function SetText()
{
    var comboCustomers = ISGetObject("WC_Customers");

    wc1.SetText("Ana Trujillo"); // set the WebCombo's text
        
    // required only for Bound mode, instructs the WebCombo to fetch the Value from server.
    // this method is required for Bound mode because when a new text is set,
    // the WebCombo doesn't have the related Value in client side since the data has not been loaded.
    // this method is not required for Unbound mode.
    wc1.LoadValue();
}&lt;/pre&gt;</description></item><item><title>Set the textbox value in readonly mode</title><link>http://www.intersoftsolutions.com/Community/WebCombo/Set-the-textbox-value-in-readonly-mode/</link><pubDate>Mon, 16 May 2016 19:27:42 GMT</pubDate><dc:creator>silaja</dc:creator><description>&lt;p&gt;I have &amp;nbsp;set the web combo TextMode="Readonly" and trying to set the text box value in client side.&lt;/p&gt;&lt;p&gt;The problem is its not allowing me to do that.&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>