Web Forms :: Automatic Show Popup After 10 Sec Of Page Load
Oct 17, 2012I want that on my website there Automatic show popup after 10 sec of page load. URL...
View 1 RepliesI want that on my website there Automatic show popup after 10 sec of page load. URL...
View 1 Repliesi have a requirement to show javascript Ok/Cancel option on page load. So, when the user is redirected from the previous page to this page, based on some logic in the query string, we have to display javascript OK/Cancel (page is not yet rendered here). Once the user clicks, we have to load different type of data (server side execution) based on OK/Cancel. what is the best way of accomplishing this task?
View 3 RepliesI want in my web application that when user opens the website, the very first screen should be a login modal pop up in the centre of the page and every thing around should be transparently black. This screen will take inputs i.e, ID and PW to login and will show other options like to register or visit as a guest.
View 1 RepliesHow to open a popup image on page load in asp.net ? and can its possible that when i close the popup it should not open whan the session value is not end.
View 1 RepliesI am having a drop downlist in my page.. I want to select the company name in the dropdownlist, if the company name is selected it will go to the selected company name page,in that page i want to display the employee id automatically in the textbox like TCS001,
Example: In dropdownlist I am having 3company names like TCS, CTS, HTC, if I select the TCS , tcs page is open and check the database and create a employee id like TCS009, I did like 1 and 2 and 3 like that its working fine. but I want to do it like ....
I use a commercial web application that has the ability to use web triggers in order to do additional validation prior to saving its forms. The commercial web application simply makes a request out to whatever asp, php, etc. code that you've written... and in the case of asp.net I've validated forms by pulling variables off of the page.request object and then passed back a success/fail message to the commercial app using JSON.
I would like to use asp.net to display a modal popup control when called, in order to display some options. Because I would be triggering this code from a commercial web app, I'm wondering how I can display the popup control on top of the requesting page? The code I've currently written displays a blank page with my popup control on it. Is it possible for me to display ONLY the popup control when called from another website?
is it possible to trigger Parent's page load event from a popup.When i use javascript function window.parent.document.form.submit,this creates a postback.I want a function which creates "reload" for page because some of my functions work in the "if not postback" statement.
View 1 RepliesI want to show a processing image on every page load how to do that...Not only in button click it should happen in all page load. It should start when page load starts and ends when page load completed.
View 1 RepliesIs there a way to show/hide (visible = true/false) a textbox and/or dropdownlist at PageLoad (or other Page cycle) from codebehind (I would like to check for some permission regarding current user and show/hide some controls from aspx page) ?
View 2 RepliesI am using a master page for my website, which has a modal popup in it. i have implemented url rewriting to direct user to a child page. In this child page I am using webparts with webpart manager. All of the other pages runs perfectly smooth and also url rewriting works fine except the modal popup in this child page. Although the div is hidden (other pages do not show MPopup on load), here in this child page the modal popup remains statically displayed on the web page. When the particular link on master page is clicked the screen darkens, but the modal popup fails to load. I could see just a small lined colour of the modal popup.
View 6 RepliesI used below code for show Welcome message in my first page of site index.aspx
protected void Page_Load(object sender, EventArgs e)
{
string message = "Welcome to Our site.";
System.Text.StringBuilder sb = new System.Text.StringBuilder();
sb.Append("<script type = 'text/javascript'>");
sb.Append("window.onload=function(){");
[code]....
I want when users come to site when it show index.aspx at first time it show popup menu that i define some control on it like TextBox,button,... and when users click on button, it go to index.aspx/
I am using VS 2010 with .Net 4.0. I am using a HoverMenuExtender to display a text but just after the page is loaded, the popup panel is already displayed.
View 5 Replieshow will i load a page or a partial view in the popup window in jquery. i am using jquery popup but it is not loading with javascript.
View 1 RepliesA few questions regarding detailsview and gridview:
1) when page load, how can I default the detailsview to show the first record from the gridview? SelectedIndex does not have any effect to my detailsview.
[Code]....
2) how can I select a record in the gridview if my table has 2 key fields using below syntax?
[Code]....
I am using Modalpopup from Ajaxtoolkit,I want to show popup control when the page is loaded.
I don't want to click on LinkButton or Button,actually i want show it in "pageload".
i want to show a popup of client announcements on the home page dependant on whether the logged in user has seen the announcements.
so if user last logged in date is less than the announcements created date these will appear in a popup for the user to view.
what is the best way to do this, with jquery, code-behind, javascript ?
I have web application where i want to show pdf files in web page. in my page there are 5 pdf files i have to show at a time.it's taking much time to load page. and also user has to wait until all files are loaded in page.is there any free components to show pdf files.
View 3 RepliesWhen I browse to my page that has the modal popup panel on it, the panel initially is visable, and when I do a postback it acts as intended. let me know if you need the master page....
[Code]....
[Code]....
automatic slide show?
View 7 RepliesIn my aspx page, i am calling a .cs file for data access, which also have a try -catch block. and now if any exception comes i want to show the modal popup of previous page.
But I am not sure it's possible or not.
[Code]....
i have user control and in that i have ajax modalpopup extender now, i want to use this modal popup in my aspx.vb page like
modalpopup.show()
modalpopup.hide()
than, how can i get the id of modalpopup from the user control and do this functionality.
I need a slide show in datalist. Let me explain my requirement in detail. I have few columns like ID,ProductName, ProductImage,Product Price columns in my datalist. In that ProductImage is only visible column rest all columns are unvisible. OnPageload user has to see first image then after 5 seconds he has to see second and so on. One it reaches to last image. Again it has to start from the first image. I need a stop button to stop the slide show and then start button to start the slideshow. The important thing is I need to trace the id whenever the user stops the slide show. I hv done the manual slide show. I mean I have done next and previous button. User can manually move to previous and next image. But how to make it work automatically on pageload. I know we have ajax slide show for this purpose. but how to trace the product id while stopping and starting in Ajax slide show.Expecting Your valuable suggestion.Note : I am loading the images from the directory and filename from the database
View 3 RepliesI want the code for showing popup dialog box , to show the time remaining for session closing because of in-activity. and 2 buttons for allowing to stay or to signout.
i want all the settings that are need to achieve the functionality.
I want to perform some operation after the page load, This operation takes some time. I want to show a progress image while the operation is being performed. But the problem is if i call the function in page_load event, my page hangs till the operation is not over. Is there any way i can achieve this?
View 1 RepliesI wish to write a modal dialog box for my project, similar to this http://obout.com/editor_new/howto_sc.aspx.Which is very simple:When a user click on a button,the page will make a call to a web service and when it is done,a Movable Modal Dialog box will show and populated with my data, along with buttons and scripts for those buttons.It seems that the panel and popup extender can show the popup but it is not movable.Should I do it with AJAX tool kit or using pure Javascript, I see a few sample on the web, but it is kind OF complicated.
View 5 Replies