I m using ajax accordion control to display the information of my company branches. Now it always displays one pane at a time. But i want that it should not display any pane at a time. Only a single pane should be displayed when user click on header of that pane.
I have modal popup extender with two buttons called continue and cancel within it.I get this popup warning when session is going to expire.When I click cancel button it should logout me and when I click continue button it should extend my session for next 20 minutes. Both button gets trigered when I click them.Problem is that when I click continue button it should extend session for another 20 minutes and alert should disapper.That doesn't work.
I'm creating a user control to be placed within a masterpage on a site. Inside the user control, I have placed a menu. It is wired up to a sitemap datasource to get navigation with security trimming included. question: How do I use the Accordion toolkit control to collapse main portions of the menu? For example, if I have Orders and Supplies and subpages contained therein, how do I setup Accordion to traverse the sitemap based on the user's security privileges?
I am using accordion extender in my page which is binded with database. Now i want to keep a web user control in all the panes of Accordion Pane.
But i am not sure how can i do that. because Id of the controls inside the user control will be same.
I tried to keep the user control in item template of accordion, its working, but if i change some thing in one pane all the panes are getting affected.
I'm looking for some opinions on how to go about the following:
Say I have a wizard control in my website, and I've completed all the steps on the wizard and I want to redirect to another page after the "Finish" button I've clicked. So, then after that I logout of my site, and go back into it bearing in mind the wizard has been completed, I want to redirect the user to another page and by-pass this wizard control. Would I setup a flag in the database, to indicate if the wizard control has been completely filled or not. If status = true then redirect the user to different page (and bypass wizard)... but if status = null then make sure user still can go through steps in the wizard control.
[Code]....
set a flag to state whether all of the wizard has been filled in or not / otherwise go back and complete the wizard?
I have a page with three update areas, Create, Edit, and Delete. The controls that do these three functions are inside separate update panels so when I'm doing Create, I only fill controls inside that updatepanel. Problem is I'm using asp validation controls on all the controls in the three areas. Therefore, when I press the "Go" button in the Create UpdatePanel, the validation fails on the empty controls in the other two area. I hope I'm explaining this well. The behavior I would like to see is that only the controls contained in the updating panel would be validate.
Does the same session continue or is a new session created for the same "USER" when a user logs in from computer 'A' using Firefox.By my understanding, a 'session is created for that user by the server'.Now, without closing the browser tab, a user opens a new tab and goes to the same page [that would require the user to log in first]Will the server continue the same session, making the code recognize the user
I run into this problem while playing with accordion for a project. Sometimes VS 2008 auto generates code, without me wanting to!!!. Less generally I have an Accordion with 2 Accordion Panes in it. When modifing properties of the Accordion VS 2008 adds an Accordion extender and duplicates the two Accordion Panes!
My original code
[Code]....
My code after pressing space between the properties of the Accordion
I have an webapp which dynamically generates a file and stores it on the server. When a user comes along, this file is served, after which it gets deleted. Each user gets their own generated file after which it becomes useless.Is there a way to know if the user managed to download the file fully, so that it may be deleted and not clogging up my server with outdated files?At the moment the problem is a user is clicking "Download file" then it being cancelled or failed, so they try again but its been deleted.
i need to develop a tool which will take a long of time while processing, lets say copying data with size 1 GB from one database to another,
i can develope a webform for that issue but i have a problem which is when the user close the browser the process will terminate!
what i need is when the user click on "copy" button (regarding to my previous scenario) the process continue even the user close the browser, and will not end untill the all data copied successfully to the destination place.
should i use windows service with my webform? or webservice ?
I have LOGIN PANEL for student, and I want to disable it in different page. And only the admin can enable and disable it. I dont know the logic behind here.
I have an accordian control with a set number of panes. Each pane has a table created with the code:
[Code]....
I would like to display information about the room occupants when the user hovers over the label. Is the HME the right tool for this? If so, how do I add it?
I want to create an accordion inside a gridview with the following functionality:
The user will only see one field of the gridview initially, the ProductCategoryID. When the page loads it will only query the ProductCategoryID and this will be the only field displayed.
Next when the user clicks on the accordion to expand it inside the gridview I would like to query the database to get all Products that are part of the ProductCategory. I will query using the ProductCategoryID that is being displayed.
I need to do this for performance issues. The main thing I am looking for is how to query the database once the user expands a given ProductCategoryID.
but now I think of it one thing I need to know: when you bind an accordion to a dataset will it create one pane for each record returned? It might be better to put the gridview inside the accordion. I'm willing to do either, as long as it works
I have devloped a dashboard, which contains different sections. Each section shows a certain user control. some user controls shows graphs and grids and some information after some calculations. Some of these controls take times (10 seconds) to load, that's why whole page take a remarkable time to load.
I wana display skelton of page and some of controls, not taking much time, and display some processing sign on controls taking time more than 5 seconds. and refresh contents of these controls after processing at server done.
I have a textbox on which i have call ajax to check the product is already exist. I have done it ,now i want to show the processing image when the textbox's onchange event occurs ... My code isĀ :
.aspx:
<script> function ValidateCategory() { var product_category_title = $("#txttitle").val(); $.ajax({ type: "POST",
function DatalistFunction(argumentid) { set_minimum_points_for_session = value; SetSession(set_minimum_points_for_session); Redeem(argumentid); }
this is my code which i am calling on link button onclientclick event.
sometimes what happens is redeem function gets called first and then setsession function gets called. do i need to put some delay or something between the 2 functions, so that they run everytime in their own order
I have a web form which does a full page postback when a button is clicked. This is caused by an update panel trigger. Client-Side: When the button is clicked, an animation gif is displayed Server-Side: When the button is clicked, the server side event changes the content type to excel, binary writes out excel content (byte array) and does Response.Flush() and Response.End() Client-Side: User is asked to either open or download the excel file. Animation gif is still displayed.
Question: How can I detect client side (using jQuery or Ajax) that the response has been completed. There is no page postback because the code-behind has cut off the response by using Response.End().
i am creating a menu which has the below structure. what i would like to do is use a jquery ui accordion control.
can i place an accordion in an accordion?... i.e. menu 1 expands out in an accordion and then the sub menus in menu 1 need to expand out in another accordion.
menu 1 sub menu of the menu 1 menu item menu item menu item sub menu of the menu 1 sub menu of the menu 1 menu 2 sub menu of the menu 2 menu item menu item menu item sub menu of the menu 2 sub menu of the menu 2
I have two controls, each placed in their own <div> and <UpdatePanel> on my form. I am having trouble getting the partial page postback to fire after the file upload has completed. I have not used the __doPostBack approach before so I'm not sure if I am heading in the right direction.
I am trying to create a forgot password section within my login section and it doesnt seem to work.
In my forgotpassword.aspx page my code looks like this:
[code]....
According to our records, you have requested that your password be reset. Your new password is: <%Password%>
If you have any questions or trouble logging on contact a site administrator.
No connection could be made because the target machine actively refused it ::1:25
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.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it ::1:25