AJAX :: HTMLEditors Button Pop Ups Not Appearing?
Mar 17, 2010
This is really annoying me now!! I found a lot of references to this last night but none now :-(I am attempting to use the editor control in a 3.5 site created in VS 2010 beta and whilst the control is appearing and I can use and reference it fine in code I cannot get the popups to appear for love nor money.The pop ups that I am refering to are the ones that appear to choose colour or to add a link.I am using the latest ajax toolkit available for download from codeplex, as I said VS2010 and working on the 3.5 fw
View 2 Replies
Similar Messages:
Mar 17, 2010
If i access reports(RDL) through firefox am missing print button is missing.Can someone tell me does report viewer support non - IE browsers completely.Do we have any comments from microsoft on this.If yes please sene me the URL.
View 1 Replies
Aug 16, 2010
I cannot get the handle image to appear in my webpage using the ResizableControlExtender control in IE8 (comp. mode).
I have verified that the image path is correct. Here is my code:
[Code]....
[Code]....
View 2 Replies
Jan 20, 2010
I have added a ValidatorCallOutExtender to my code and the error msg appears fine BUT the background to the middle section of the extender is white (whereas the default is meant to be yellow. The little pointer arrow & the close button have the default yellow background but the main msg error appears white.
I then tried to change the background color through CSS but the same thing happened. I set the background color to blue but the main msg area appears with a white background whereas the little arrow & close button have the blue background. Here is my code:
[Code]....
CSS:
[Code]....
View 1 Replies
Jul 6, 2010
I tried setting the z-values in CSS but didn't make a difference!
View 4 Replies
Jan 26, 2011
I have user control withUpdate panel (updatemode=conditional), textbox, button and gridview with paging. All these controls are in panel and displayed using Modal Popup Extender. I have strange behavior where comma appears on the text box each time I click pagination or button that causes page post back a comman is appended to the text box. Comma is appended in a incremental mode that is no. of commas is equal to the no. of times panel posts back.
View 2 Replies
Sep 6, 2010
I have used a CalendarExtender in a page with textboxes. When I press the 'enter' key from another textbox, calendar popup is appearing.I have also tried putting defaultbutton as my button id in form tag , but this is also not woking.<form id="myform" defaultbutton="searchButton"/>
<td>
<asp:Label ID="Label1" runat="server" Text="Date Of Birth" />
<asp:ImageButton ID="DOBImageButton" runat="server" ImageUrl="~/Images/Calendar.png" />
[code]...
View 3 Replies
Nov 19, 2010
ajaxcontrol toolkit combobox control, a picture is worth than a lot of words so here is the picif you are not able to view then here is the link
http://flic.kr/p/8Uw29z
the problem is the items text in the combox box is having a square beneath at the second character which is hindering the visibility of the list. but the square is not appearing in the text area.
View 7 Replies
Jun 15, 2010
I have a page with 2 update panels
UpdatePanel1 contains a gridview1 and a standard panel, pnlForms. gridview1 has a linkbutton which is processed in the gridview1_rowcommand
UpdatePanel2 has gridview2.
There is also a Submit button that isn't in either UpdatePanel but may be a candidate to go into its own UpdatePanel. The Submit button is a trigger for both update panels
The behavior I would like is:
1-Initially, all visible except pnlForms and Submit button 2- When linkbutton in UpdatePanel1 gridview1 is clicked, pnlForms and Submit button become visible. 3. When Submit button is clicked, both gridviews should be refreshed, and PnlForms and the Submit button should both become not visible. I believe I may have to put the Submit button in its own UpdatePanel3 but am not sure how to proceed.
In my present code, everything works as desired except Submit button (not presently in any Update panel) is always visible. Assuming Submit button is initialized to not visible, how do I get it to appear when I click the link button in gridview1 and to disappear when it is clicked?
View 1 Replies
Jan 1, 2011
i have a GridView in my page that is associated with the database table "Blogs", GridView is showing all the table data correctly, i have added a link button column in the GridView, which is not defined or constructed in the Database table... I want that when i click on the button against a row in the button column of the GridView, the B_Id column cell value is passed to the other page, and control goes to the other page.
my blog.aspx code is listed bellow:
<%@ Page Title="" Language="C#" MasterPageFile="~/MiniWebShop.Master" AutoEventWireup="true" CodeBehind="Blogs.aspx.cs" Inherits="MiniWebShop.Blogs" %>
View 2 Replies
Nov 10, 2010
I have a gridview that does a select statement against a sql database. What I want to do is have the data in the gridview refresh upon either hitting the back button or the forward button.
If the back button is pressed it should give me yesterdays data from the table. If I hit the forward button it should give me tomorrows data, at the same time i want the forward button to be limited to going forward only 5 days from todays date. I figure that I have to do this in a Updatepanel however I am unsure as to how to do this.
View 3 Replies
Jan 27, 2010
I regularly (every few days or so) publish my ASP.NET web project to the local web server.
But the weirdest thing keeps happening... a file called "app_offline.htm" keeps appearing, unbidden, in my web project!
I have deleted this file several times, it is not in source control, and AFAIK nobody else is tampering with the project. But practically every time I try to publish the project, my publish fails (Unable to add 'app_offline.htm' to the Web site. The file 'app_offline.htm' already exists in this Web site.Error: The operation could not be completed. Unspecified error), I go back to look at the project, and there it is again, large as life, and I suspect if it could it would be blowing raspberries at me.
Having read up a little about this file, I gather it's meant to be an easy way to take your app offline. But I didn't see anywhere that it's supposed to impose itself on you arbitrarily for no good reason.
View 2 Replies
Jul 26, 2010
I have installed iis5.1,6,7 version on my computer. When ever i am exicuting my asp website i am not able to get the images in intenet explorer.
View 3 Replies
Mar 24, 2010
I installed Web Dev Express 2008 a while ago. Today I installed asp.net mvc 2, but the "New project" menu item does not appear on the File menu. I tried reinstalling both, but nothing happens. I also installed the beta of Web Dev Express 2010 but the New project menu appears there, but with no MVC template under it. I'm using the platform installer, it seems it is not installing it properly because the checkbox for ASP.NET mvc2 is never checked, which it should be because I've installed it.
View 1 Replies
Dec 31, 2010
I am using Entity Framework. I added a table, say Table A, to the edmx file. Since the table was modified by adding a column, say col, I had to make the changes in the edmx file also. I rightclicked the table and clicked 'Add scalar property' and added the column. But I don't know how to map it. Now an error is coming. Property 'Col' is not mapped.
View 4 Replies
Mar 25, 2010
I added a textarea control to my page. Try to reference it in codebehind and it doesn't show in the intellisense. All other controls are though. I noticed that it also doesn't appear in the 'designer.cs' page.
[Code]....
View 3 Replies
Dec 22, 2010
Can you look at the page [URL] and tell me why the image at the top nav bar next to "subscribe | give a gift | customer service | " is not working? The link works, the page appears to be fine, but the image is not showing.
Here is the code (excerpt). I added the store link and image...
[Code]....
View 9 Replies
Mar 11, 2010
Masterpage contains submenus but they are not visible in IE8. Worked in IE6, Firefox, not so elegant in Safari. I thought ASP.NET was supposed to be browser independent?
View 6 Replies
Jul 22, 2010
When I fire a get request to a view in my application for some reason my model validation messages are displaying immediately on the page even before a form submit.
View 5 Replies
Mar 14, 2011
I've got a page with a few labels which are affected by a SQL query on page load. For some reason the text remains invisible (or white o a white background) until I click on it or try to highlight it. I'm using 2 nested master pages and other similar pages do not have the same issue even though they use near identical code.
View 1 Replies
Nov 4, 2010
I have a development server, I make some changes to the .cs code behind file, and run it on my local server and it works fine.I now upload the changed files to the live server which is running an out of date file. The old .cs is overwritten with the new .cs file.The changes don't appear on the new site! SomeWhen I delete the codebehind file the page is still served on the live siteAny changes on the aspx file show on the live server, but not changes in the .cs fileI've tried restarting the server/IIS but it still serves the old fileIt's definatly in the right directory as I change the aspx file and changes appea
View 4 Replies
Jan 26, 2011
I have a part of my website that uses SSL, and a part that does not. I began having issues recently where the link that takes you to the https part of the site would keep getting rerouted to http. In IIS I have SSL on and required for the members directory, and the certs are all fine. My site is http://mcsd-sc.mcbarons.manheimcentral.org/. I first started by routing the pages directly to the secure part using the <meta http-equiv="refresh" content="0;url=urlgoeshere" /> on a redirect page in the /members directory and this was working perfectly. When my issues started, changed it and made the link just go directly to the members part of the site with the https included in the URL (this is how it is now). Now when you click the link it takes you to the member page without using https, thus throwing an error because I have SSL required on that part of the site. When you look at the code in IE, it just shows the direct link using plain HTTP. When I open the code directly on the server, I see the URL beginning with HTTPS. I've been having a lot of issues lately with updated content not refreshing itself, and rebooting the server does nothing. At this point I'm stumped. I think it might be something in IIS, although I haven't touched it in a long time, unless a recent security update messed it up, which is the only explanation I can think of that would screw it up all of a sudden. The site works perfectly when you manually type https. I thought it might have also been my cache, but I just tried it on a computer that I haven't ever gone to the site on before and I got the same issue.
View 5 Replies
Apr 19, 2010
What will happen if multiple events appear in same time ? Which will be first executed ?? Is there any some kind of "events order" ?
View 2 Replies
Feb 20, 2010
my background image is not appearing in other pages. in master page it appear and if the webforms is in the same level with masterpage it also will appear but if is different it will not.
View 8 Replies
Feb 1, 2010
I'm using a masterpage on my website and the images appear correctly on all pages except the secure pages. The login page is formatted correctly, its just the page that is held in the secure folder. Both the header and footer images are either not appearing or are formatted incorrectly.
Code from the masterpage is below:
[Code]....
View 3 Replies