Questions tagged [obout]

A collection of mostly free ASP.NET components like TreeView, Calendar, HTML Editor, File Upload, SlideMenu and more by Obout Software Inc.

A collection of mostly free ASP.NET components like TreeView, Calendar, HTML Editor, File Upload, SlideMenu and more by Obout Software Inc.

94 questions
1
vote
1 answer

ASP.NET - adding tag obout:calender and getting error - why?

I add this tag to my asp.net page (aspx):
user723686
  • 265
  • 1
  • 15
  • 21
1
vote
1 answer

obout combobox in datagrid

I have an asp:gridview that i'm trying to replace the asp:dropdownlist with a obout:combobox. I'm using a combobox on the page outside of the grid and it works as expected. In the gridview the code looks like this
jvcoach23
  • 2,765
  • 10
  • 34
  • 50
1
vote
0 answers

Text changed event not firing

I am using a textbox inside an update panel and there is textchanged event for this text box. textchanged event is firing first time and showing an alert box that email id is present. when i giving email id in text box . but after clicking ok…
SUJEET
  • 121
  • 5
  • 15
1
vote
1 answer

Obout Grid Style and Javascript not loading

i set up my obout grid with styles and scripts and everything worked fine. now i wanted to put the grid into a seperate aspx file (including scripts, datasources, etc) and load the grid page into the default page with jQuerys load method. …
chris vietor
  • 2,050
  • 1
  • 20
  • 29
1
vote
1 answer

adding javascript image uploader to .NET website - security concerns

I have a site built on ASP.NET and C#. One of the requirements of the site is to allow users to enter text in a WYSIWYG type editor as well as upload images. I started development using the .NET HTMLEditor and at first was pleased. I gave up on the…
Justin C
  • 1,924
  • 4
  • 28
  • 43
1
vote
1 answer

SelectedIndexChanged not firing in asp.net usercontrol

.net 4.0, ASP.net, vb.net. I've got a usercontrol that is using an obout combo box. The obout is a cascading combobox that has 3 levels to it. when something it selected from the third level of the combobox, it is suppose to fire off a…
jvcoach23
  • 2,765
  • 10
  • 34
  • 50
1
vote
1 answer

Obout Grid filtering a column with text populated by a template

I am attempting to filter a column in an Obout Grid that has been bound to a template. Background The DataField of the column is simply a foreign key ID to a History table that contains what are essentially states of a certain object (such as Name,…
John Rasch
  • 62,489
  • 19
  • 106
  • 139
1
vote
0 answers

Obout Tree AJAXPage could not be initialized warning message

We have used Obout Tree View for a page in our web application.It is working fine with local machine. When we published the solution to 64 bit server, same page is giving some warning message like this "AJAXPage could not be initialized.please…
AcAnanth
  • 765
  • 3
  • 19
  • 53
1
vote
1 answer

Obout Combobox selected Index changed event not working

My problem is that the selected index changed event of Obout Combobox doesn't fire at all. See my code below :
Linta Sheelkumar
  • 195
  • 1
  • 5
  • 21
1
vote
1 answer

Execute javascript in an ascx.cs usercontrol

I'm dynamically adding controls to my ascx.cs usercontrol and therefore I also need to dynamically execute javascript code from my ascx.cs usercontrol. I'm executing my javascript using: Page.ClientScript.RegisterStartupScript(typeof(Page),…
President Camacho
  • 1,860
  • 6
  • 27
  • 44
1
vote
0 answers

Insert html in obout editor

I am using obout editor in my application to edit the contents. I want to place an content Inside the obout editor from the list-box. By using "set_content" function i can fetch the contents for editor, but I want to achieve this with "Inserthtml"…
ShaQue
  • 366
  • 3
  • 14
1
vote
2 answers

Populate DropDownList inside Grid Template Column

I have a dropdownlist inside a template column on a obout grid. Currently i am populating the dropdownlist on page load with a sqldatasource. However, i now have to load the dropdownlist dependent on the value of a certain column. For example: …
Alex
  • 67
  • 1
  • 10
1
vote
1 answer

Issue with jQuery & Colorbox. Dynamic href not reflecting change after first occurence

I am having a strange issue with jQuery (1.4.2) and Colorbox (1.3.6). I have an hyperlink inside an Obout grid created via a GridTemplate. The issue is with a dynamic href that I am executing with JQuery as follows: The grid hyperlink passes the…
Diego
  • 998
  • 1
  • 11
  • 20
1
vote
1 answer

Clearing Obout Editor content

Does anyone know how to clear the content of Oboout HTML Editor client side? Their online documention says to use oboutGetEditor('editor').setContent(...). When I try oboutGetEditor('editor').setContent(""), I get script error ("Microsoft JScript…
NoBullMan
  • 2,032
  • 5
  • 40
  • 93
1
vote
0 answers

Error rendering superform control

I am tying to add the Obout Suite superform control to my webpage. The control is not rendering on the design page. It gives an error saying There was an error rendering the control. Object reference not set to an instance of an object'. I…
Dee
  • 11
  • 2