ASP and ASP.NET TreeView, SlideMenu and more components

learn more… | top users | synonyms

0
votes
0answers
183 views

Dynamically add multi column obout listbox in asp.net?

I am trying to create a form using obout controls so that the user can enter text (textbox) and choose 2 settings (radio buttons) and save this into a multi-column obout listbox. So far I have: ...
0
votes
1answer
282 views

Obout Grid does not working inside an UpdatePanel after asynchronous postback

I have a dropdownlist for controlling Obout grid datasource. <obout:OboutDropDownList runat="server" ID="ddlAAACode" DataTextField="Description" DataValueField="AAACode" ...
0
votes
3answers
86 views

How to display new record database table in the Grd View without postback

My current project is CRM based project, all the customer queries are stored in table. All those records we are displaying in obout grid. To see the new query(new record) every time we are refreshing ...
0
votes
1answer
80 views

Obout Suite Superform DateField issue

I am using the Obout Suite in a website. I have a SuperForm control in which I have inserted some controls like BoundFields or DateFields. The problem is that when I select a date at the DateField ...
1
vote
0answers
59 views

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 ...
0
votes
1answer
204 views

Obout Grid foreign key value Object Data Source

I'm trying to access the foreign key's value I have created a LinqToSQL class where I have relationship between tables is created. I have developed this: <asp:ObjectDataSource ID="odsEmp" ...
0
votes
1answer
218 views

OBOUT Suite: HTML Editor imposible to Upload Images

I am using the HTML Editor from OBOUT, but i cant ENABLE the option to upload images in the editor, it appears in gray. How can i enable the upload images in the Obout Editor?
2
votes
0answers
363 views

Obout controls (grid,textbox,calendar) problems

I have problem with Obout calendar and textbox inside obout grid edit template. This is the code of my grid : <obout2:Grid ID="grid1" runat="server" CallbackMode="false" Serialize="true" ...
0
votes
0answers
194 views

Can't Access Super Form Nested Inside Gridview

I'm trying to update a GridView object from a nested Obout SuperForm. My code behind method, however, keeps returning null when I try to access the GridView's SuperForm control, like so... protected ...
0
votes
0answers
350 views

ASP.NET - Integrating Obout Grid Update Method with DAL Update Method

I'm trying to integrate an Obout grid with an ASP.NET project which already has a data access layer with functions which interface with the underlying dbms, but I can't get it to work. I am ...
0
votes
1answer
402 views

Obout Calendar in UpdatePanel messes up after asynchronous postback

I am currently trying to implement a date range search function using Obout Calendar controls. The idea is that the user can select a date from the Obout calendar which will then fill a asp:TextBox ...
0
votes
0answers
41 views

ob_post.rReq is null or not an object

I am using Obout UI framework and I get this error 'ob_post.rReq is null or not an object' at times. If I click OK on the javascript alert, it opens fine but I am wondering why it happens. Its not ...
0
votes
1answer
153 views

Using javascript to add 2 entered dates together?

I have two dates using the obout controls, when both dates are entered instead of having the user enter the total number of days field text box, I wish to have a piece of javascript that would ...
0
votes
0answers
112 views

Obout: allowedit =false when edit click but not for add

I am trying id column allowedit when edit click and not for add click OBOUT grid. I tried allowededit =false to column but still when I clicked Edit link still allowing edit that column. I can't add ...
0
votes
0answers
166 views

Time not displaying on Obout Calender control?

I am using an obout calender control in asp.net using c#.I have set the code for the control using this tutorial Obout http://www.obout.com/calendar/tutorial_settime.aspx.I am using this control as I ...
0
votes
0answers
162 views

Calculating totals in multiple Obout grids in repeater - ASP.net

Okay, so I have it where totals get calculated on the grid and that works fine if I just have one. But I am working on a way to display multiple grids on a single page so that I can print them out ...
1
vote
0answers
98 views

Obout drop down does not search after page postback?

I am using OBOUT Controls in my web application, in that I need to search from drop down data when I type any keyword it should search from drop drown. Obout works fine untill page post back but when ...
2
votes
1answer
179 views

obout tree view update from 2.0 to 3.5

Please advice if there are any significant changes to do in my coding (C# and JS) when I upgrade to new treeview (Obout.Ajax.UI 2.11.1026 in .net 3.5) from am using the old Treeview (from assembly ...
0
votes
2answers
466 views

How to get obout grid CheckBoxSelectColumn value in code behind in asp.net?

I have CheckBoxSelectColumn in obout grid. I want check whether a checkbox in the column is checked or not. I have tried different ways to retrieve the information, but I have been unsuccessful. ...
0
votes
2answers
377 views

Not allow multi select CheckBoxSelectColumn in Obout grid?

I am using OBOUT grid and added CheckBoxSelectColumn column. I would like not allow user to select multiple checkboxes. i.e only allowed single select checkbox in the grid. How to do iterate grid and ...
0
votes
1answer
732 views

HTML Editor Extender displays HTML on navigate backwards

I have an Ajax Control Toolkit HtmlEditorExtender control on my ASP.NET forms page. First I add some formatted text (including <br />'s by pressing cariage return) and then navigate away from ...
0
votes
3answers
563 views

Difference between Obout Free and paid verison

I'm quite a newbie to asp.net !! . can any one tell me what's the exact difference between obout paid and free suite . I mean are there any extra features the provide if i buy it or is it the same ...
0
votes
1answer
359 views

Obout Grid Control

I'm having issues using the Obout grid control after changing pages on the grid. For example, testing one of their examples available for download from their site (aspnet_grouping_initial.aspx) if you ...
1
vote
1answer
221 views

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

I add this tag to my asp.net page (aspx): <obout:Calendar runat="server" ShowTimeSelector="true" DateFormat="MM/dd/yyyy hh:mm:ss" ...
0
votes
3answers
449 views

Obout Calendar Control not working in Google Chrome

Has anybody found that the Obout Calendar control has stopped working in the latest Google Chrome update (17.0.963.56 m)? We have an active licence with Obout, but following two emails and two ...
1
vote
1answer
442 views

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 ...
0
votes
1answer
187 views

obout PageIndex

I'm using an obout grid and I wanted to know, what is the obout equivalent to PageIndex? For example, using Visual Studio's GridView, I would say: if (Session["PageIndex"] != null && ...
1
vote
2answers
639 views

Obout Grid in UpdatePanel gets disabled on asynchronous postbacks

I have a Obout Grid inside usercontrol and usercontrol is inside updatepanel. User control is not loaded dynamically. It is registered and a static reference is made. Obout Grid is getting disabled , ...
1
vote
0answers
960 views

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 ...
0
votes
3answers
431 views

ComboBox and EnableViewState=“false”

Note: I am fairly new with ASP.NET I have a form with two ComboBoxes and one ASP.NET CheckBox list. I am running into issues outlined as follows: Though the query was accurate(confirmed by setting ...
4
votes
2answers
430 views

Try Catch block not catching?

I have a simple function which tries to get a value from an Obout grid filter column, and if the value is empty, ignores it and moves on. For some reason this code ignore my catch block and always ...
1
vote
1answer
398 views

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 ...
0
votes
2answers
673 views

obout checkboxlist select all item (with horrible generated html)

I'm trying to write a Javascript "Select All" method for the checkboxes in this combobox. I'm using the obout third party control combobox. The HTML generated by this contorl is below. This is the ...
0
votes
1answer
385 views

Obout Grid control on a tab control

I'm using an Obout Grid inside an Obout tab control. I'm using Iframes to load the grid inside the tab. If i open a tab and click onto another tab before the data grid finishes loading it doesn't show ...
1
vote
1answer
239 views

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 ...
0
votes
1answer
455 views

Obout Combobox events only fire on page load

I have the following obout control on my page: <cc1:ComboBox ID="ActivityTypeComboBox" runat="server" Width="100" AllowEdit="False"> <ClientSideEvents OnSelectedIndexChanged="alert('x')" ...
0
votes
1answer
844 views

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 ...
2
votes
2answers
190 views

Response out of sequence

I'm using the Obout.com MVC controls and have included the following code in one of my views: @{ Html.Obout(new ComboBox("Languages") { Width = 175, SelectedIndex = (int) ...
0
votes
2answers
1k views

How to give path to Styles folder, one directory up, asp.net

i am using Obout combobox, its styles folder is one directory up, when i give its path in FolderStyle, its detected by Visual Studio and the combobox with new style appears, but when i run it on ...
0
votes
2answers
445 views

How to reset Obout combobox on click

i am using obout combobox, the problem is, i want, when i click to change the text, the old text should be removed, because it remains there and append the text which i enter, does anybody have any ...
1
vote
1answer
722 views

Asp.net Obout grid, how can i post data without page refresh, using its built in function?

i am using this obout grid in asp, how can i use ajax to filter this grid I mean i would have these fields above the grid Name [......] Date From [......] Date To[.......] Year [......] ...
0
votes
1answer
581 views

Obout.com ComboBox “Failed to load viewstate” error

I have just downloaded Obout.com suite controls for ASP.NET 3.5 and 4.0. I made this because I wanted a DropDown with images near items. It is working well, but, still in the examples, when you set ...
0
votes
2answers
756 views

OBOUT Suite: HTML Editor - Upload Images

I'm using the HTML Editor from the OBout suite which contains a lot of cool and efficient controls btw. However, I can't find a way to upload my own images from my computer to the server where i run ...
2
votes
1answer
173 views

Javascript - find count of nodes in obout tree with specific id

is it possible to count the number of nodes in obout tree with specofic id.
1
vote
0answers
213 views

Obout Calendar opens in irrelevant position

When i click on the obout calendar control , the calendar opens in the bottom of the screen , but it should opens on the side of the calendar button. how can we fix it ? Notice : When scrolling the ...
6
votes
7answers
2k views

Should I buy Obout? Help, Please [closed]

We started a new project and the nature of the project is very interactive and a Rich UI is required. We would need a set of controls that would require for Rich UI development. I found Obout while ...
1
vote
1answer
2k views

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 ...
1
vote
2answers
2k views

ASP.NET How to pass container value as javascript argument

I am using an oBout Grid control with a template on a textbox. I would like to pass an argument to a javascript, the current row index of a grid when a user clicks on it. But the result of ...
1
vote
6answers
30k views

C# - ASP.NET Button click event not working

I have an ASP.NET (C#) page with some 3rd party controls, some ajaxy stuff and some normal ASP.NET Button controls. The Button click events do not fire when clicked. Double-clicking the button in ...
2
votes
2answers
6k views

Webresource.axd? - 500 internal server error

im trying to use a file upload control from the obout control library, i really like it, and think its quite slick without any flash!.. i downloaded the entire installer, played with the settings in ...

1 2