AJAX :: Ajax Waiting Logo, Push Downs All Controls ?
Oct 5, 2010
using below code, I enable the Ajax waiting logo.
[Code]....
Additionally, I trigger it using :
[Code]....
But whenever logo appears, it push downs all controls.How can I show the logo in front of all controls,
View 4 Replies
Similar Messages:
Jul 14, 2010
I have a problem with 3 cascading drop downs. They are on a content page, so I have a Master Page as well. They work just fine but once the user saves the data and then comes back to the same page, I would like to show them what was previously saved. How can I pre-select items in the drop downs that I get from my SQL server db? I tried jquery, javascript, vb code behind and no luck so far. I'm sure i'm doing something wrong. Here is my code:
I've been trying to send my webservice a contextkey for the first drop down. When I debug the webservice, and I manually enter a context key, i get the correct values back with the value that equals my context key having <isDefaultValue>True</isDefaultValue>.
Aspx page:
[Code]....
WebService (part of it that gets data for my first drop down):
[Code]....
[Code]....
Javascript (tried to set the context key here)[Code]....
[Code]....
View 1 Replies
Jan 25, 2011
i followed this tut http://www.ajaxprojects.com/ajax/tutorialdetails.php?itemid=554 for cascading drop downs, but i changed the sql connections for my linq datasource. VS2010 is showing no errors in my code and the page loads fine too, but the two drop down lists are emptycan anyone scan there eyes over it and see if theres any reason why it shouldnt be working?my code is the same as the tuts apart from it uses LINQ instead of SQL
[Code]....
View 3 Replies
Jan 21, 2011
this has probably been discussed before but perhaps not enough as I haven't been able to find any literature on this method (parts are documented, but not as a whole I guess)Anyways, you start with a web service, and you call that web service client side with ASP.NET AJAX javascript. Once you get a reply, you can call a artial postback using __doPostback(a, b) and "a" is the control id of an updatepanel in your page and "b" can be an indicator for which web service you are using or your resulting data or both. Lastly you add a check for "a" and "b" like this:
[Code]....
Now you can execute any code behind function when you receive a response, and because it's async anything short of leaving the page and it will still postback when you get a response.For example, I have a site which display data from a database in a gridview and uses a client side web service to get the time last updated for a database, call the web service client side every second, then, when an update is detected, call a partial postback, alert the user, and update the gridview.Though this really is a hack, so I'm not sure if there any problems with this approach, if there's a simpler and better way to go about it (I'm all ears).
View 1 Replies
Jun 8, 2010
I'm trying to implement an auction website and I search in web the Ajax Push is the best way where I can use! So, I'm finding some samples in web to learn how to implement Ajax Push (comet) in client and server. By the way, I find some samples in ASP.Net Webforms, but no in MVC version. I'd like to find a demo, sample, anything ... that use MVC
View 3 Replies
Apr 6, 2010
As most posts recommend, I have tried a hmt embed objects that can display a Flash swf splash logo. But it shows a "Video cannot be downloaded" message.
Is there a clean, plain ASP.NET AJAX control to display a Flash swf splash logo without that irksome message?
View 2 Replies
Mar 5, 2011
i am doing a project in asp.net...i want to retrieve image and logo from database and then pass image and logo as argument in a function but the problem is in retreiving the image from database[i.e the retreived image from db should be in image data-type]...
View 3 Replies
Mar 22, 2010
I installed MS SQL Express 2008 with Advanced Services including Management Studio 2008. When I connect to the SQL server of my provider (shared hosting - one SQL server for many customers), it takes very long (up to serveral minutes) until all DBs are displayed in the object explorer (from which I then have to choose my DB). Somebody told me, the long waiting time occurs because Management Studio first checks rights (whichever rights that may be) with every DB that runs on the server.
But in Management Studio 2005 the behaviour is different - the DB Tree in the object explorer expands immediately! No waiting time! Does anyone know a solution for this? I don't want to install two separate versions of Management Studio just because of that!
View 1 Replies
Jan 10, 2014
i have a problem with the export of my gridview to pdf.
i'm using itextsharp library.
the moment i export to pdf it show the image and what the gridview contains but not the gridview format.
View 1 Replies
Oct 24, 2010
I've noticed that once I've instantiated 3-4 objects now, my ASPX page is running slower. The response from the server (which is my own PC) is taking longer.
With one or two objects, the performance is same. After I instantiate 3, it slows a little, and 4 just completely wears it down.
I've read this article: [URL]
that says to avoid using session variables especially storing objects into them. Well thats exactly what I'm doing. My object has about 10 methods(~30 lines of code each) and 20 fields.
My question is, if I want to persist object in memory for each user session, how else could I store them on each postback if not in the session variable>? I can't use application variable because thats shared and not thread safe.
View 3 Replies
Mar 13, 2013
I used iTextSharp to convert my gridview into a pdf document however i want to have my logo on the top right hand corner of every pdf page along with a static title word at the bottom left of everypage generated.
View 1 Replies
Sep 20, 2010
If I have a the following model
[Code]....
And the following generic control template writer (which would have to be extended appropriately)
[Code]....
I would like to be able to add an attribute either builtin or something I create, such as
[Code]....
The generic template writer would then automatically create a Select box instead of a textbox for this item, and populate it with the list I have passed.
There may need to be another property set to have it write option boxes or radio buttons.
The question has two parts: (1) Is this an appropriate metaphor? and (2) Can you point me to an example that does this or to an appropriate metaphor.
What I want is a generic control writer that looks at the type of the object, writes the appropriate html, and a way to pass in external data for things like lists and enums.
View 3 Replies
Feb 11, 2014
In my report i am converting is there anyway of inserting a logo on the excel as well ?
View 1 Replies
Mar 29, 2011
"getting following error at runtime on this line 'd:hgactServerAjaxControlToolkitExtenderBaseExtenderControlBase.cs'. "
View 3 Replies
Sep 13, 2010
Im using some animationExtenders in my project. The thing is, the objects to be animated are created programmatically, hence i need to also build programmatically the javascript code that will interact with them.
It runs properly but, when i interact with these animated controls and the javascript functions are supposed to get to work, i keep getting the usual run-time error saying that the javascript functions are not defined. But, if i check the final html code generated, i can see how all the controls i built programmatically are there ,as well as the script.
Tried both RegisterStartupScript and RegisterClientScriptBlock, no luck.
View 1 Replies
Jan 25, 2010
I've got an issue where I'm unable to view Ajax controls within the Visual Studio toolbox section What makes this issue even more bizzare is that I'm able to view the controls of the .dll (AjaxControlToolkit.dll) in a test website. I can see Visual Studio iterate through the controls and add them to the tab in one project and absolutely nothing in the other. I've already checked to see if another tab has my controls and done multiple Toolbox resets. Obviously, I need consistency with this and for me to be able to easily add controls to my target website...Does anyone know why one VS2008 project displays controls correctly in one place but not in another project?
View 4 Replies
Sep 10, 2010
I am trying to use the autocomplete sample in visual studio 2010 Below is my code,
[Code]....
I created an asmx file "AutoComplete.asmx" with the code below in it
[Code]....
This does not seem to work.My questions are.1. is there an updated version of the ajaxcontroltoolkit in .net 4.0 Visual Studio 2010.If there is an updated version, how can i reference it?2. The code above compiles and produces 0 error messages. How can i get it to work in Visual Studio 2010?
[Code]....
View 4 Replies
Jul 17, 2010
I have a one iframe in which one webservice has opened .A forms is in that web service.After submitting that form my iframe will close.But before closing iframe I want some waiting screen till the form data is submitted at web service and receieved some response from there(like please wait while your operaion is processed). suggest me some good code snippet or link.I want to do it with jquery.My application is in .net.
View 1 Replies
Dec 22, 2010
When iam try to add ajax control dll file to my ajax toolkit given in visualstudio express edition 2005, i am getting the following error.
"There are no components in 'C:ProgramFilesMicrosoft ASP.NETASP.NET 2.0 Ajax Extensionsv1.0.61025AJAXExtensionsToolbox.dll' that can be placed on the toolbox." what is the error in this?
View 2 Replies
Jul 14, 2010
I have one page from which i have to redirect to a page which is in some other application or can say in other domain.I want waiting screen till the page is loaded.I want to do it by jquery.
View 1 Replies
Jan 27, 2011
I want to show a waiting image/progress bar on page load event. In page load event, some code is being processed for displaying a report which takes 1/2 minutes to display on the aspx page, meanwhile the aspx is being empty and nothing is displyed, this is not so userfriendly. So, I want to show an image indicating page is being processed. I tried searching in google and found some code samples but couldnt achieve my target. How to implement this. Requirement is nothing but: Display an image/progress bar until the report is processed.
View 1 Replies
Nov 29, 2010
I have some difficulties in one of the web based projects that I've developed.
It's a country wide project and database is big, so the waiting time is getting increasing. I tried to write non- complex queries and set up index on some important fields that are being searched as well.
Is there any other way to enhance the efficiency and performance?
View 3 Replies
Jan 7, 2011
I'm using VS2005.I just downloaded .NET framework 4 and so then I downloaded ajaxcontroltoolkit.binary.net4 via [http://ajaxcontroltoolkit.codeplex.com/releases/view/43475](as opposed to ajaxcontroltoolkit.binary.net35 for .NET 3.5), but when I try to load the ajaxcontroltoolkit.dll into my toolbox (as said in the tutorials), I get the following error msg:"'C:......ajaxcontroltoolkit.dll' is not a microsoft .NET module."
View 2 Replies
Oct 4, 2010
using vb.net/asp.net 2005.
I have a page where the user will select criteria from drodownlists and then click the "go" button.I would like to create some kind of progress template or progress-bar so that the user will know that the query is in progress. What are the best and easiest options for this?I just want a simple thing like a rotating sand clock,
View 2 Replies
Jan 28, 2011
Is there a way of stopping the main page waiting for a usercontrol to load before it can finish loading?
I have a usercontrolthat has to do a lot of DB calls which can take a few seconds making the page slow to load. Ideally I'd like the main page to load straight away and then the usercontrol content appear when it is ready.
View 4 Replies