by Intersoft Solutions Corporation - Product Type: Component / ASP.NET WebForms / .NET Class / 100% Managed Code / AJAX
Using WebCombo 3.0.3000.18 with VS.Net 2003 on Windows XP with Internet Explorer 7
We are "suddenly" experiencing problems with postback when debugging our solutions locally using VS.Net 2003. It also happens when we use the locahost-site without using Vs.Net, i.e. simply typing in http : // localhost/mysite/... in Internet Explorer.
We have a setup where we use two WebCombos and making a selection in the first webcombo triggers the other webcombo and it retrieves the data based on the selection of the first.
When a value is selected in the first WebCombo, a Postback orrurs and we get the Javascript error: "An object was expected". The problem occurs in the file ISCore.js and according to VS.Net in the Javascript fragment
var v23740 =window.event.srcElement.id
What is really weird is that we do not have these problems in our test/production environment where we also use Internet Explorer 7 and Windows XP (but not locally).
Do you guys have an idea of what we might be doing wrong?
Thanks,
Jesper
Reply
RE: WebCombo.NET jesper.stocholm [Denmark] 30-Jun-2008 07:52:51
My own addition:
We just confimed that the problem does not exist when accessing the site at localhost using Firefox (3.0).
Any help is still highly appreciated.
Thanks,
Jesper
Reply
Hi everyone!!
We are using WebCombo.NET 3.0 SP 1, Visual Studio.NET 2005.
In all pages of our web based application after postback combobox lost datasource.
This is the problem.
Please, help us. Thanks!!!!!
Reply
I have a page with WebCombo controls that use MultipleSelection. I want to reset the selection on reset button. I'm using foloowing javascript.
var wcEmployee = ISGetObject('wcEmployee');
wcEmployee.ClearSelection();
Currently the textbox is cleared but if the user opens the webcombo, the items are still selected inside. How do I clear the multiple selections?
Reply
I have a page with WebCombo controls that use MultipleSelection. On that page I have a clear button which should clear the webcombo's value completely. Below is part of the code which is contained in the aspx.vb file. The function is called when a user clicks the clear button.
var wcEmployee = ISGetObject('wcEmployee');
wcEmployee.ClearSelection();
Currently the textbox is cleared but if the user opens the webcombo, the items are still selected inside. How do I clear the multiple selections?
Reply
I left a less than favorable review of this control for many reasons. I guess componentsource only shows favorable reviews for their products. IMO, they should remove the review function if they won't allow an intelligently written yet critical review of a product come to light. I wasted hours and hours on this control, and felt it would be good to share news of this with my colleagues. I guess componentsource doesn't want my business!
Reply
RE: Somewhat upset... mshaneyfelt [USA] 20-Jun-2004 03:24:09
David,
I'm with you. We have had an unbelievable time getting tech support for this product. These guys just ignore you for days at a time, in some cases just never answering. I wrote a less than stellar review as well, we'll see if it gets posted.
Reply
RE: Somewhat upset... ComponentSource Support 16-Jul-2004 15:44:43
David - To the best of my knowledge your review was posted shortly after you submitted it.
Reply
I got this error as I tried to build a WebCombo on-the fly, from code.
Server Error in '/ComboTest' Application.
--------------------------------------------------------------------------------
Object reference not set to an instance of an object.
[NullReferenceException: Object reference not set to an instance of an object.]
e.a(Row A_0) +300
e.d() +1302
e.b() +40
e.a(HtmlTextWriter A_0) +134
ISNet.WebUI.WebCombo.WebCombo.Render(HtmlTextWriter output) +288
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.WebControls.TableCell.RenderContents(HtmlTextWriter writer) +55
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +7
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.WebControls.Table.RenderContents(HtmlTextWriter writer) +99
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer) +7
System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer) +29
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) +44
System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) +262
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) +72
System.Web.UI.Control.Render(HtmlTextWriter writer) +7
System.Web.UI.Control.RenderControl(HtmlTextWriter writer) +243
System.Web.UI.Page.ProcessRequestMain() +19
Help!!!
John
johng@gebhardtandassociates.com
Reply
I just got the control and am in the process of implementing into my application. Very nice, except????
I can't figure out how to prepopulate the control (unbound mode)with some text that may not be in the collection of rows. Can you help? I think I can add a row
with the text in it and make it the selected row, but that sounds pretty clunky. There should be an easier way, no? The problem is that the Text property is read only.
Please get back soon, I am on deadline.
John
Reply
Publisher
Primary Category
Related Products
Related Categories