AJAX :: AnimationExtended 2nd Time Clears Markup?
Mar 3, 2010
I have an AnimationExtender to popup a div Resizing window for animation
[Code]....
[Code]....
The div
[Code]....
The anchor that fires the event
<div id="divJumpToActivityManager"> <a id="hypGoActivities" runat="server" href=""><h3 id="picLearnMoreAboutActivities"></h3></a> </div>
So the problem is that the first time it pops up my window fine and animated. The second time it pops up the window and all my markup is gone. Just a blank window. Any ideas how to resolve this so my markup always appears?
CSS for window
[Code]....
View 2 Replies
Similar Messages:
Nov 16, 2010
I have a very strange problem with my website... I created a rather large page, consisting of a few tables with some labels and textboxes where the user can enter a mechanical car setup (it's for a racing game).
I was working with simple textboxes previously, but I recently switched over to a NumericBox control which should allow only numeric input using some client-side javascript. The NumericBox control is simply a UserControl with a single TextBox on it, and some client side events are added to this textbox which call methods from a single javascript file ("Scripts/numericValidator.js")
When I put a couple of these boxes on a page it works just fine, I can only enter numbers. For it to work though I need to add the script to the page and I do that using this line, either in the head content or in the body content controls:
asp Code:
<script src="../../Scripts/numericValidator.js" type="text/javascript" />
(the path is chosen with the 'Pick URL' dialog so it should be alright, and it does indeed need to go up two directories first as the page is in the '~/Pages/RequireLogon" directory) However, after replacing most of the textboxes on my large page with NumericBoxes, and adding this script line to my aspx code, the design view is 'broken'. I cannot see any of my controls anymore, and I cannot even put any new controls on there. It seems like the Content control is missing, even though it's still there just fine without errors in the aspx code.
When I remove the script line, the problem is fixed again, the controls re-appear. So it's definitely the script line causing the problem, but I cannot see how it could...I tried it with a new blank page and the problem appears there too. If I use this simple page with just a button:
[Code]....
[Code]....
View 6 Replies
Feb 8, 2011
I have a AsyncFileUpload and a ImageButton inside the same UpdatePanel. The problem is that, after I upload a file and then click on the ImageButton, the AsyncUploadFile is cleared.
View 1 Replies
Oct 1, 2010
Strange problem, not sure why it's happening. Basically I have inside an UpdatePanel a dropdownlist, a textbox, and a regex validator. page loads, ddl is bound and then based on the value in the ddl, a different regex is applied to the textbox. DDL could have search by "date" (with date regex), "last name" (with az regex), or "zip code" (with a zip regex). This way one search box can be used with 3 different regexes. Select zip code in the ddl, the OnSelectedIndexChanged is fired and the new regex is applied to the textbox. Simple.
The problem is, though, is that the page loads, I select Zip Code in the DDL, type in a zip code and then tab out NOT clicking the search button, and as soon as I do the regex validator fires with the red *. I wait about 2-3 seconds and it appears there's a postback that's fired somewhere because the textbox gets cleared out. Here's the update panel.
[Code]....
There is nothing in the code-behind that causes any postback except the dropdown list that applies the appropriate regex to the textbox.I see no reason why after 2-3 seconds the textbox gets emptied out. Is there a way to stop this?
View 6 Replies
Jan 14, 2010
I thought my issue was related to the Validators not working in UpdatePanels but that does not seem to be the case.
All validators fire when they should but, the error warning message clears when the updatepanel updates.
for example...
textbox1 range 1 to 23. dropdown1 updates the updatepanel. enter 99 error shows, but will disapear when I change value of dropdown1. textbox1 value still 99 so validator message should still show but it does not.
View 2 Replies
May 7, 2010
I'm developing a custom server control and want it to end with /> rather than with </cc1:CustCtrl>. I've tried changing the ToolboxData but it didn't really do it (I can see it initially appears like that but instantly changes to the standard <cc1:CustCtrl blah blah></cc1:CustCtrl>. When i drag a button from the toolbox to the forms markup it uses the <asp:Button blah blah /> markup, how can I emulate this?
View 3 Replies
Dec 6, 2010
When I refresh a page (either manually or with meta tags) after uploading an image with AsyncFileUpload, it clears out a RadioButtonList I'm using and this causes errors when the user tries to go to another page. The strangest thing is that the RadioButtonList only clears after the first refresh; when I click the RBL back to the original value, then refresh the page, it doesn't affect the RBL anymore.
All the applicable controls are enclosed in Update Panels.
(I wrote about a similar problem in forums.asp.net/t/1609492.aspx but I suspected that that problem had to do with a ModalPopupExtender and AsycnFileUpload combination. However, after removing the MPE, the problem still occurs so now I can only conclude that the AsynchFileUpload is the problem.)
View 9 Replies
Jan 18, 2011
I have the following call in my app:
...
var message = "<label style='font-weight: bold; font-size: 14px; color: Gray;'>" + currentPlayerName + "</label>: ";
$.ajax({
url: "/Game/SendMessage",
type: "POST",
[Code]....
When I call this function it always drops an error. I think there is a problem with the data that I want to send back to the server.
View 2 Replies
Mar 16, 2011
I've got problem with generating ajax anchors. I'm using simple
Ajax.ActionLink("test", "Test", new AjaxOptions { UpdateTargetId="test", HttpMethod="GET" }) and the generated markup is:
<a data-ajax="true" data-ajax-method="GET" data-ajax-mode="replace" data-ajax-update="#test" href="/Home/Test">test</a>
which, obviously lacks the onclick="Sys.Mvc.AsyncHyperlink.handleClick(...)" attribute.
View 1 Replies
May 20, 2010
Server Error in '/MedTegraSL.Web' Application.
Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.
Description:
An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' or one of its dependencies. The system cannot find the file specified.
Source Error:
[Code]....
Source File:
c:ProductiveTeamsMedTegraPresentationMedTegraSLMedTegraSL.WebMainMaster.Master Line: 16 Assembly Load Trace: The following information can be to determine why the assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' could not be loaded.
[Code]....
Stack Trace:
[Code]....
View 2 Replies
May 20, 2010
I have a series of collapsible panel extenders on my page and each time the page opens or postsback the panels open for a time and then close. Is there a way to prevent this?
View 4 Replies
Mar 9, 2011
I am using calendar extender and time picker control. When I click insert in my application, my date is going into my database but my time is not going from my time picker control into my database.
Do I need another column for my time picker control ?
[Code]....
View 2 Replies
Jan 29, 2011
I have a web page, loads multiple web user controls. One Control loads Yes/No radio button and a link. Each link has a javascript to identify the radio button group and if click on link button, JS clears up the selection from radio button. It works fine in VS 2008 where I copied the page over to VS2010. In 2010, it behaves different.Here is the code.
[code]...
View 1 Replies
Oct 5, 2010
I'm using a ListView and in both the ItemTemplate and EditItemTemplate I have, amongst other controls, an AsyncFileUpload inside a ModalPopupExtender and a RadioButtonList further down the page. The file upload process works great, but after uploading an image file and inserting it in the page, if you happen to refresh the page at that point, both the buttons of the RadioButtonList clear and one of my validation check for the RBL kicks in and an error message is, of course, displayed.
I have an UpdatePanel around the RadioButtonList, which is confusing because I thought that the purpose of AJAX was to shield the affected control from a refresh that occurs on the rest of the page.
One thing I tried unsuccessfully was to fill the RBL control again. I tried it after many different events (PageLoad, PageLoadCompleted, Databound, etc.), but none of those worked.
Actually, the RBL and DDL controls have been a real pain to deal with in .Net 3.5. Are they any better in 4.0?
View 19 Replies
Jul 14, 2010
i have an a web app where i have a .cs file and .aspx file ..I have a function called display which calls the .cs file and use the static connecting sting to display data.I have a log folder which is just used by update function.No connecting with display.
The app runs completely fine when nothing is being done.But when i delete the log foler manually and press refresh button (which calls the display method) then the static string value is set to null.It seems very wierd.I kept a break point at the .cs file declared static varaible.Its declared in class so its value is for the whole class.
public class mon
{
static string constr;
[code]...
It works completely fine (i mean not clearing the constr) until i delete a folder in the MONWeb1 directory.So what happens is that i delete a folder and when i press refresh button which instiante the class vairable.
It comes here.
public class mon
{
static string constr;
& makes it null .. (i had a watch on that variable).This is really very odd.
View 2 Replies
Aug 26, 2010
I have a details view on my page that has a template field in it. In the template field is a button that when clicked, sets the visible property of another field to true. When this happens the whole detailsview resets and anything that was entered into other fiields is cleared. Is there any way to prevent the other fields from being cleared when the hidden field is set to be shown.
View 1 Replies
Jun 21, 2010
I'm using a Gridview with Paging enabled. Also i'm using the Datakeys in Gridview. I can able to get the DataKeys values on first page. But when i click on the second page, i'm not able to get the DataKeys values. How to get the DataKeys values on Paging.
View 5 Replies
Feb 28, 2010
I have a Repeater and an update button inside the repeater
[Code]....
When I run this databound control to wire a javascript function it clears the viewstate and I don't get itemcommands. When I remove the button attributes command it works.
[Code]....
Obviously I can find a more creative way to add the javascript function, but this was the clearest way. Can anyone determine why adding an OnClientClick even in the ItemCreated would cause viewstate to fail?
View 4 Replies
May 26, 2010
Alright, I am completely baffled by this one. When filling out this page in IE8, it will SOMETIMES clear all entered data (including radio choices) when you select Yes, No, or Not sure (line 892 in the code). This is a postback question, as it should potentially show more questions. This problem does not happen in any other browser, and rarely in IE8. I have no idea what is causing it, the code I am using has been used in similar applications and I can't find any change which results in this behavior.
The full code can be found here: http://pastebin.com/a12cPzyF
View 1 Replies
Jan 28, 2013
I use Form Based Authentication in my siteIn my login page I have:
FormsAuthentication.SetAuthCookie(user.userName, true)
View 1 Replies
Nov 10, 2010
I have a GridView with two templatefields, one with a DropDownList and the other with a TextBox, both loose their values once I hit the "update" button. Is it any way I can make the controls keep the values?
View 8 Replies
Mar 19, 2010
I'm using ajax calendar extender to store an event in database. I also need the time of event, when i select the date.. Is there anyway to display both date and time using ajax calendar extender?
View 2 Replies
Oct 1, 2010
My web application has hosted on the canada server but my all clients are indians.So, as I am using System.datetime.Now to store all the dates in application.Obviously, it is displaying the canadian time instead of india time.How can i do it?Is there not any gloabl settings that we can do in our web.config file so that it indicates to the server at run time which time zone to execute..?Or any other suitable alternate?
View 3 Replies
Aug 2, 2010
i have to listen my mail server for every 30 min. i have a distribution list and i want to count number of email comes for that distribution list and no of replies goes from the outlook for every 30 minutes. also i need to get the time difference between the replied time with arrived time of the mail. so show me some sample code
View 3 Replies
Mar 5, 2011
Anyone know how to format a TIME COLUMN in SQL 08 to regular time and not military time? VB.net
View 2 Replies