AJAX :: Using Rounded Corner Control With User Controls?

Jan 16, 2011

I have created the user control and i am showing it dynamically on the page load event. There will be about 10-15 instance of that user control.

How can i use the ajax rounded control with all the instances of the user control?

In the user control, there is one Div and inside the div there is one place holder which has got few text boxes and label controls.

View 1 Replies


Similar Messages:

Custom Server Controls :: Rounded Corner Template User Control?

Dec 20, 2010

I have created rounded template user control. The need is what ever we add in the user control should appear appear.

[Code]....

View 2 Replies

AJAX :: Rounded Corner Extender In Datalist?

Feb 12, 2010

I have a datalist which contains only the image button.I want to add rouned corner to this image.So i have used rounded corner extender for image button.But still no rounded corner,but there was no bug.

View 5 Replies

AJAX :: Rounded Corner Button Error / "htmlfile: Unexpected Call To Method Or Property Access"

Jan 6, 2011

I am trying to use Rounded Corner buttons in my ASP.NET website using AjaxControlToolkit's RoundedCornerExtender. When I use this on a Buton control, I get an error saying "htmlfile: Unexpected call to method or property access" to which I can Break/continue.

When I run the sites, it gives me an error "Unexpected call to mathod or property access".Here's the screenshot:

http://img29.imageshack.us/img29/7051/roundedcornersp.png

View 1 Replies

Want To Use Rounded Corner Button In .net Application?

Nov 3, 2010

I want to use Rounded Corner Button in my asp.net application. Do we have anything in ASP.NET 3.5 which helps us to make a rounded corner button ?

View 5 Replies

Web Forms :: Rounded Corner Box Around Some Textboxes?

Jul 23, 2010

I have created my own login control (for a few reasons) and would like to surround the textboxes and label controls with a rounded corner box. How do I surround the controls with a box and then how do I make its corners rounded? Can I then create a background-color within the box? I have the AJAX toolkit installed and do know how to add extenders but I am kind of stuck on surrounding the controls.

View 3 Replies

Web Forms :: How To Create Rounded Corner Webparts In .net 3.5

Nov 20, 2010

I want to create rounded corner webparts in my webpage using .

View 3 Replies

Menu Item With Jquery Rounded Corner?

Sep 8, 2010

I have a requirement by which I need to have something like below as the background of my asp.net menu item background.

NOTE: The menu is populated by sitemapdatasource which is dynamic depending on querystring.

I was doing some googling up and found that I can apply JQuery's rounded corner functionality along with asp.net menu item.

View 1 Replies

SQL Reporting :: Want To Show Report In The Form Of Rounded Corner?

Apr 1, 2011

I am developing one application in SSRS. I want to show my report in the form of rounded corner. to create the rounded corner in the report?

View 1 Replies

VS 2008 - How To Implement "rounded" Corner For Popup Message Box

Jul 8, 2010

I am trying to implement "rounded" corner for my pop up message box. I have the rounded corner working for standard panels but not for pop ups.

Code behind:

[code].....

View 8 Replies

AJAX :: Rounded Control Css Not Working?

Dec 6, 2010

I was trying to use Ajax rounded corner control. When I set properties for panel from theme folder css file it was not working. If i provide from server control it is ok. Why it is like that?

View 1 Replies

AJAX :: ModalPopup Black Bax Showing In Corner?

Feb 19, 2010

My modal popup window is not hovering over the page.

Css:

[Code]....

ModalPopupExtender:

[Code]....

View 1 Replies

AJAX :: Rounded Corners Bug In Firefox?

Jul 13, 2010

I ran across a bug with the asp:RoundedCornersExtender when viewing in Firefox. Sometimes there will be a gap between the top of and the body of the panel. There are a few posts out there about using the solution

[URL] here, but the problem is my hosting account (GoDaddy) won't allow the PrettyUI.dll file to run. Is there any other solution to using the dll file? The source code is available - but I'm not familiar with how I'd go about using the source files in place of the DLL...

[Code]....

View 1 Replies

Web Forms :: Menu Control Rounded Corners?

Jul 26, 2010

Yet another post regarding rounded upper corners on an ASP.NET 3.5 horizontal menu control. I've done a day and a half of Googling.Found this link http://forums.asp.net/p/1582204/3989473.aspx. It looked promising but didn't pan out.I got pretty close with some experimenting but it isn't quite there. Could really use some insight or a general agreement that it just can't be done within our constraints.The project is an ASP.NET 3.5 web app. For reasons that are too lengthy to go into here, theoption of using the AJAX tab container has already been examined and rejected. Due to the customer's requirements, we will need to proceed with a menu control set to horizontal display with 2 levels showing. The customer would like to see rounded edges on the top of the menu elements so they have the appearance of tabs. In our corporate-controlled environment, we have as our options the AJAX Control Toolkit, css,

[code]...

View 4 Replies

VS 2005 AJAX Rounded Corners Antialiasing

May 3, 2010

When using the rounded corners app in Ajax the corners are bad shaped. I have found this article from Matt Berseth using antialiasing. But I need code I can use for commercial use, do you have any good ideas for solving my problem? I need code for vb.net applications [URL]

View 3 Replies

AJAX :: Rounded Corners Extender Not Working In IE

Jun 17, 2013

My Asp site does not support some version of IE and chrome. however its working fine on all version of firefox.

What could be the solution that my site function on all version of IE.

I have used round corner extender on textbox and dropdownlist so some version of IE does not show data in dropdown where i applied round corner extender.

View 1 Replies

AJAX :: Rounded Corners Exentnder On A Master Page?

Feb 3, 2010

I have master page with a rounded corners extender that is not working.

Not sure why. should it work on a master page? Is there anything I need to do to the page that is using the master page?

Here is my master page .aspx

[Code]...

View 1 Replies

AJAX :: User Controls And Control Extenders / Rendering A SPAN As An Element To Surround The Control?

Aug 24, 2010

Two separate questions, but sufficiently intertwined that I'm going to try the two together....

Firstly - User Controls and Behaviours

I have a User Control which contains a few visual controls. I am attaching some behaviours by using GetScriptDescriptors and am passing some JavaScript to the browser using GetScriptReferences. That is all rock solid and working well. However, when developing, I did discover that I couldn't attach the ehaviours to the User Control itself - not surprising as rendering a User Control does not create a DOM element which represents the actual control. So, I have attached my behaviours to a "random" TextBox within the User Control.

So - first question, is there a better way to do that? For example, should I always be rendering a SPAN as an element to surround the control? Not sure what that would do to the robustness of the rendering. What is the right way to attach a behaviour to a User Control.

Secondly - Accessing those same Behaviours later

Assume I have placed a User Control on the page. That User Control exposes a Property (actually a Javascript Function of course) which does "something" to the control - for the sake of example we'll say that the function is set_Border(colour). I then have a behaviour on the same page (actually an Extender on a different control) which needs to call the function. I have a reference to the User Control in my script, so I have tried TheControlReference.set_Border('red') and find that my control doesn't support the set_Border method.

I guess this is probably because the behaviours are not attached to the User Control itself, but to a GUI element within it. Hence, I suspect that the answer to the second question lies within the answer to the first.

View 3 Replies

JQuery :: Decimal Is Rounded Somewhere Between Ajax Call And Request.form?

Feb 15, 2011

I have an ajax call on a page which POSTS data: longitude and latitude. In the Javascript the two variables I pass in "posLong" and "posLat" are both decimals, something like: 50.81472239. When I do request.form in my .aspx.vb page which I've called, the value has now been rounded to 51.

View 4 Replies

Server Controls In User Control Are Null When User Control Serves As A Base User Control ?

Jun 4, 2010

I don't think I understand fully how ASP.NET does inheritance of controls.I have a user control, ucBase, which has an asp.net label in the ascx file. Code behind references the label and it works fine during run time if the control is not a parent for another user parent.

If I have another user control, ucChild, inheriting from ucBase, the label in ucBase's code is always null. ucChild has no controls in its ascx fileThe server controls (like the label) needs to be declared in the ascx file and not created programmatically.What needs to be done for ucBase to see its own controls when it's a parent user control?

View 1 Replies

AJAX :: ModalPopupExtender / Instead Of Dissapear These Modal Panel It Appers On The Bottom Left Corner Of The Page?

Feb 15, 2010

I'm developing an ASP.NET application with C# and Visual Studio 2008 SP1. I'm using WebForms.

I have an ASPX page with two UpdatePanels, one on the left that holds a TreeView and other on the right where I load dynamically user controls.

On the left panel I also have buttons to load user controls on the right. I have a ModalPopupExtender in a button that show I div with radiobuttons to select a type. When I choose an option and click ok it do a postback to load dynamically a user control but instead of dissapear these modal panel it appers on the bottom left corner of the page.

What's happening? I think it is about dynamic load.

View 9 Replies

Want To Use Ajax Controls (as It Is) Inside A User Control?

Feb 26, 2011

Is it possible to use ajax controls (as it is) inside a user control?

View 2 Replies

How To Get The Word "Technologies" Written On The Top Left Corner Of The Panel Control

Jul 14, 2010

have a look at this panel:how can i get the word "Technologies" written on the top left corner of the panel control with the panel having a red border?please somebody show me the .aspx of doing the same.

View 1 Replies

Data Controls :: GridView With Rounded Corners

Apr 17, 2013

I have a GridView rounded corners. I tried this.. [URL] ..... But it did not work, there was a protuding border towards the right handside.

View 1 Replies

How To Access A User Control's Parent Form's Controls Inside The User Control's Code Behind

Jun 11, 2010

I have to access the parent form's controls inside an event handler method on my user control's code behind.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved