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
8
votes
1 answer

How to resolve “This is an invalid webresource request” error in ASP .Net

After upgrading ASP .Net 3.5 app to .NET 4.5.2 we started receiving numerous “This is an invalid webresource request” errors. We have traced the error to missing css from Obout control dll. The control is used widely and we cannot replace it. The…
Dan
  • 11,077
  • 20
  • 84
  • 119
7
votes
9 answers

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 design mode in VS 2008 switches to the code-behind…
MGOwen
  • 6,562
  • 13
  • 58
  • 67
6
votes
7 answers

Obout controls in C# .Net

Is anyone using the Obout controls in C# .Net? How would you rate these controls, especially the Grid Control?
Lost in Alabama
  • 1,653
  • 10
  • 16
6
votes
7 answers

Should I buy Obout controls?

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 googling. I never heard about them and never seen…
4
votes
2 answers

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 shows a System.FormatException when the input…
just.another.programmer
  • 8,579
  • 8
  • 51
  • 90
3
votes
3 answers

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 the samples, and made the control act exactly as i…
Greg R
  • 83
  • 2
  • 3
  • 11
3
votes
2 answers

Obout Grid add objects only on the client-side

I am using a big form, and in this form I have about 3 grids and many texboxes, I would like to create new elements in these grids without needing to refreshing all the page, so I can post all the form at once. I am trying to make the operations of…
Tito
  • 722
  • 4
  • 26
  • 55
3
votes
1 answer

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 obout_ASPTreeView_2_NET 2.0.41 in .net 2.0) We are…
mas_oz2k1
  • 2,851
  • 3
  • 34
  • 41
2
votes
2 answers

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 , whenever there is an asynchronous postback from…
Anna
  • 21
  • 2
2
votes
2 answers

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) ViewData["DefaultLanguage"] - 1, ShowSelectedImage =…
ekkis
  • 9,804
  • 13
  • 55
  • 105
2
votes
1 answer

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 [......] SUBMIT BUTTON Now i dont want page refreshing, to filter…
Muhammad Atif Agha
  • 1,535
  • 3
  • 33
  • 74
2
votes
1 answer

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.
Vidhu
  • 185
  • 1
  • 2
  • 14
2
votes
1 answer

How to open a link in a new tab using ASP Link Button Property?

I have a gridview with the Template and it contains a LinkButton. When I click the button I want to open a link in new tab