AJAX :: Increase The Shadow Offset Or Width In DropShadowExtender?
Sep 27, 2010
I don't see any properties, but thought I'd ask to see if there way to increase the width of the shadow or offset of shadow from the pop-up panel or div I'm displaying?
I just want to make the pop-up appear to "stand-out" a littlle more.
<ajaxToolkit:DropShadowExtender
ID="dse"
runat="server" TargetControlID="pnlPopUp"
Opacity=".15"
Rounded="false" TrackPosition="true"
/>
View 2 Replies
Similar Messages:
Jun 12, 2010
Is it possible to get the DropShadowExtender to throw a shadow on both sides of a Panel? I can get it on either left or right, but not that it is right behind the panel, giving the impression that the item is lifted slightly from the page.
If it can not be done with DropShadowExtender, is there another way to do this without actual background graphic?
View 1 Replies
Oct 28, 2010
I have a ModalPopupExtender with a Drop shadow. I am changing its height with Javascript (i.e. no callback to server). The drop shadow does not change height. Any work arounds? The code is something along these lines:
[Code]....
View 1 Replies
Jun 24, 2010
Am planning to do a login module which can be used in any applications. So for that i have devided user categories(Eg: Admin, Super User, User). Under each category there will be some pages. In other words Admin can access all pages. Super User can access only some particular pages and user can access only some particular pages.
So for this, i need to load all the page names available in ma solution folder in a table or something. Is it possible to do programmatically.
If my Solution folder has the following pages :
1)Default.aspx
2)Home.aspx
3)Products.aspx
4)Services.aspx
i need to load these page names in a table or any other controls for selection.
Is it possible?
View 3 Replies
Feb 1, 2011
I have 20 columns in my Crystal report which I am not able to fit them in the report.
How to increase the width of the crystal report.
I tried to increase the width by ,
File -->Pagesetup
but Pagesetup option is disabled.
Is there any other alternative.
View 2 Replies
Feb 8, 2011
In a gridview, i have a column which displays an Amount. the amount displayed can be negative / positive. When there is a negative value, suppose for eg, the amount is -15000, in the grid view it showsis there a way where i can increase the width of this particular column.
View 2 Replies
Jul 14, 2010
I have tried to increase the width of the td in Gridview table. I have tried the Headerstyle width, itemstyle width, CSS class. nothing works so far.
does not matter what width I set up, the width of the column remains the same. It really drives me mad now.
View 3 Replies
Mar 8, 2013
In crystal report, how to increase column width and height dynamically?
View 1 Replies
Jul 9, 2010
I have this lastname column and address column. The address obviously is longer so it makes the gridview to increase its height which I don't want to happen. What I want is to increase the column width of the address in gridview that will suit the long text inside it. How could I do it in C#? Currently this are my codes:
C#
[Code]....
CSS
[Code]....
View 11 Replies
Aug 17, 2010
My ComboBox is now rendering its button and results list on top of the ModalPopup panel
[URL] However, the results are showing up completely separate from the textbox. This is bacially the same problem described at [URL] However, forcing the position of the list did nothing and I'm already using the very latest (release) build of the toolkit (so alaa9jo's post about it being fixed in the November 2009 build isn't true for my instance).
I need the combobox functionality for my form.
why the scrollbars in comboboxes choose to show sometimes and not other? My main combobox is missing them, but the combobox reference above has them. Both use the same CSS settings and databindings; the only difference is that the one with scrollbars is inside the ModalPopup.
View 3 Replies
Feb 2, 2010
remove the black ugly shadow from modalpopupextender?
View 2 Replies
Mar 7, 2011
How to make for ASP Panel Shadow Effect in 2 of its Borders
View 1 Replies
Mar 26, 2010
There has been a couple times now that I have tried to have a panel inside a Tab Page of the Tab Container. Each time I run into the same problem. The extenders drop shadow property wont work. The rounded property of the drop shadow extender works fine but for the life of me I cant get the drop shadow to appear. Every other time this has happened I have just given up the search for the answer and left out the drop shadows because it wasnt a big deal but this time I think it would really make my page look good so I decided it was about time i posted something about this issue. (run-on sentences are my specialty)
The following code will recreate the bug / problem I am having
[Code]....
[Code]....
View 1 Replies
Jan 13, 2010
I have placed an AJAX Control Toolkit (version 3.0.30512.1) HTMLEditor inside a ModalPopup. Everything works fine except when you click the 'Insert/Edit URL Link' button. The resulting 'add a link' popup moves to the extreme bottom right of the ModalPopup - and drastically shifts the HTML Editor. This happens in Firefox, IE8 and Chrome so far. A screenshot to illustrate this is shown at the bottom of this message.
Secondly, as you can also see on this screenshot, there is a lot of white space below the HTML Editor before the Horizontal Rule - there are no other HTML tags between the HTML Editor and the Horizontal Rule. This space only 'closes up' if I increase the height of the HTML Editor - it does not reduce automatically.
View 4 Replies
Oct 4, 2010
I have data in GridView.
Id FirstName, LastName, Description
1 first last aaaaaaaaaaaaaaaaaaaa
2 first last rewioruiuw
If the column Description of less than 10 characters, increasing the width of columns for as many times as the text.
View 5 Replies
Jun 10, 2010
I'm sure this question has been asked before but I have been unable to find an answer so far. I want to create a control consisting of a label, an editor control and make the editor control resizable using the ResizeControlExtender:
[Code]....
I have is to extend the control vertically, effectively making it longer, but I don't want the user to make it any wider than it parent control - effectively disabling the option to make it wider. Hopefully that makes sense - for an example, look no further than the control used to input text when creating a post.
View 1 Replies
Jul 27, 2010
i am working on my master site, and i want to add an image that increases its lenght as the website's length increases...
but im not sure how to do that, i know it's possible because i've seen it done on banners, but im not completely sure how to do it.
View 3 Replies
Mar 8, 2011
Is there a way to increase the size of the box of a Checkbox
View 4 Replies
Mar 31, 2010
i am designing a website in which i need to generate an offset value for a product(and store it in database) between 1 to 999 for every product id i store into my database from a textbox..but first it must check if a particular value starting from 1 to 999 is already taken if yes then it generates the next available number between 1 to 999..the problem is how can i retrieve and check the available numbers already stored in offset column of my database and then generate next available number?for example: if 1 ,2 ,3 ,6,8 numbers are taken offset value generated should be 4 and not 7..though its difficult to explain but if u understand my question i wuld be glad to have some code of how to achieve it??
View 1 Replies
Dec 20, 2010
I am having problems making an AJAX call when the response is over 2MB. Anything with a response under 2MB works fine. When the response is over 2MB, my "success" method never gets called. My application is ASP.NET MVC2.
I am making the call using the jQuery AJAX call:
$.ajax({ type: "post", data: ajaxData, url: ajaxUrl, success: updateItems, cache: false });
In my controller, I am using the Json() action result method:
public ActionResult GetItems(....) { ...
return Json(packet); }
When I watch the call in Fiddler it comes back with a HTTP 500 response. I tried setting the maxJsonLength in the Web.config file as shown here, but that doesn't seem to make any difference. How to allow a response over 2MB?
View 1 Replies
Feb 21, 2011
I developed some pages where all the population are happen with the javascript only. So there is nothing with the server side. So the problem is though I am doing some application in that page but as the session is time out the page is going to log off page.
My question is , is there any method to increase the session time using javascript or AJAx so that any task is perform in that page then it wil add some time time with the existing time?
View 7 Replies
Oct 13, 2010
I was reading this article about relative time calculationThe problem is that the results are wrong due to the time offset. My webpage is Greek.So how should i modify that function to work correctly, including the GMT+2 or GMT+3 hours offset?
View 2 Replies
Apr 22, 2010
Is there anyway in .NET to get an image offset position in the webform?Javascript can get this information from the "offsetX" and "offsetY" values but are there anyway to get the same info in .NET?Or can I use javascript to catch the info and send it to the backend? Like creating a hidden input field with the data and then read the data from the code behind?
View 1 Replies
Feb 5, 2011
I have a bunch of events with their location being pulled from the db and I am doing the following:
List<Place> placeList = new List<Place>();
foreach (var item in eventsList)
{
bool coordinateExist= placeList.Where(x => x.latitude == item.Latitude && x.longitude == item.Longitude).Count()>0;
Place place;
if (coordinateExist)
place = new Place() { title = item.Title, latitude = item.Latitude+0.0001, longitude = item.Longitude};
else
place = new Place() { title = item.Title, latitude = item.Latitude, longitude = item.Longitude};
placeList.Add(place);
}
I have a slight issue though. If two locations have the exact same latitude and longitude I want to offset the latitude by the slightest amount (equiv to a few meters maybe?), and then add it to placeList. Hence I will have a list full of unique coordinates.
how can i achieve this nicely? The above works but not nice IMO
View 2 Replies
May 4, 2010
I want to get clients Time Zone offset from his IP address for my web app. I have tried using Javascripts getTimezone function, but, some clients have their timezone or time set incorrectly. I want to get the offset and render some information back on client based on their timezone.
View 4 Replies