User Profile & Activity

Johnny Leyva Member
Page
of 4
Posted: March 31, 2010 9:24 AM

It is the only problem after downloading updates, and development environment is no problem, the problem is only when you publish on the web server out there that mistake.

scenario need not only checks the images that I send you nothing but

Posted: January 14, 2010 8:28 AM

this is not the section for webcombo?????

no problem

I have a list webcombo that my suppliers, I want that when writing filter thus webcombo %search%, because now only looking for search%, there is some settings to this possible

Posted: December 4, 2009 8:24 AM

the solution does not work, you can disable through javasctip, it is not served by the server side that would cause a refresh of the page

Posted: November 18, 2009 8:26 AM

I sent a picture to explain better

or there is a JavaScript code to hide the webdialogBox well as webdialogBox.ShowDialog (); maybe webdialogBox.Show = false;

 

 
Posted: November 17, 2009 5:14 PM

I'm using this function  in javascript for show the webdialogbox,

the property webdialogbox ShowOnLoad=false BY DEFAULT 

function
Nuevo()

{

  var dialogBox = ISGetObject("dlgBoxNuevoItem");

  dialogBox.ShowDialog();

}

 i want hide a webdialogbox  with a button ISNet.WebUI.WebDesktop.WebButton,

i'm using this code but not working

 

Protected Sub wbAceptar_Clicked(ByVal sender As Object, ByVal e As ISNet.WebUI.WebDesktop.WebButtonClickedEventArgs) Handles wbAceptar.Clicked

Sub wbAceptar_Clicked(ByVal sender As Object, ByVal e As ISNet.WebUI.WebDesktop.WebButtonClickedEventArgs) Handles wbAceptar.ClickeddlgBoxNuevoItem.ShowOnLoad = False

End sub

 

please help me

Posted: November 6, 2009 2:26 PM

Hi good day, AdditionalSearchFields="campo3" this is the property that solved my problem.

But a have other question, do can define other column diferent of UseDataTextField or UseDataValueField for link the webcombos
i'm using FilterDataMember but not works.

Posted: November 6, 2009 11:10 AM

we have a big problem with the perfomance of our system and we have a risk in our project, i appreciate your help.

I want to explain how use to work before use the webcontrols.

for the dropdownlist and the gridwiew we have the normal methods in the form_load like this

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.LoadIf Not IsPostBack Then

  loadsupplier()

  loadinvoices()

End If End Sub

so we load the dropdownlist and the gridviews only once in the page (when the page is load) and when ocurred other event the methods loadsupplier() and loadinvoices() are not reload.

I hope you have been understand the context above if you have any question let me know

But now using the webcontrols in the case of webgrid or webcombo we choose the datasource: isdatasource or objectdatasource and those controls get associate with a method that return the information.

The focus of the our problem is that we need to configurate the webcombos and webgrid only load once when the page load and then when we use a button event not reload the webcombos neither webgrids.

I hope you can understand our problem if you have any question please let me know, is really critical resolve this perfomance problem because in each button event all webcombos an webgrids are reolad and is so slow. i hope your soon answer.

 

Posted: October 9, 2009 4:30 PM

 I am awaiting an answer on this subject, and spent a week and still not answer me, is very important to see this topic that was largely developed and need to publish software.

 

 

Posted: October 2, 2009 12:07 PM
I sent a simple example the server publishing
All times are GMT -5. The time now is 1:37 AM.
Previous Next