Browse by Tags

Related Posts

  • Dialogs in ASP.NET using server-side-blocked-calls

    Hi, I have created a true MVC-pattern for ASP.NET that allows dialogs windows in ASP.NET just like you would do when using WinForms. I am using a technique called server-side-blocked calls (server-side AJAX). On my website there are four demos online and also a recording of a live-coding-example (executable...
    Posted to Announcements (Forum) by inchl on 09-28-2006, 12:00 AM
    Filed under: ajax history bookmarks, client-side validation, server-side validation, event Bubbling, javascript, form, c#, ajax, file upload, components, ASP.NET 2.0 Client Callback, submit, Web Controls, show/hide, Crosspagepostback, Wizard Step, Wizard, PageAsyncTask, "Asynchronous Operation", AsyncOperation, ViewState, ASP.NET 2.0, popup
  • Re: Calendar control without postback

    Hi publilcmoney, We have a couple client-side JavaScript date pickers that your might be interested in. BDPLite (Free) and BasicDatePicker . The date pickers will not post back to the server when you scroll through the months. There is a free trial for download at http://www.basicdatepicker.com/download...
    Posted to Web Forms (Forum) by BasicDatePicker on 11-09-2006, 12:00 AM
    Filed under: TextBox, javascript, calendar, popup, datepicker, datetime, date picker
  • Re: Creating my own calendar

    Hi Ez416, We offer a couple popup calendars (date pickers) that you might want to check out before investing time into building your own. We offer two versions. BDPLite (Free) and BasicDatePicker . The License Agreement for BDPLite is fairly liberal and includes redistributing BDPLite as part of a larger...
    Posted to Web Forms (Forum) by BasicDatePicker on 11-10-2006, 12:00 AM
    Filed under: TextBox, javascript, calendar, popup, datepicker, date picker, bdplite, basicdatepicker
  • Re: Date Validation

    Hi ramesh055, We have a couple date picker that you might be interested in checking out. BDPLite (Free) and Basic Date Picker . The control package includes several Validators. The following samples demonstrate using some of the Validators with the date pickers. http://samples.basicdatepicker.com/DateCompareValidator...
    Posted to Getting Started (Forum) by BasicDatePicker on 11-14-2006, 12:00 AM
    Filed under: javascript, TextBox, Date, calendar, datepicker, Validators, datetime, date picker, popup
  • Getting user input with pop up's

    I'm currently developing an application where I have a gridview and a delete linkbutton for each row. When the user clicks this button I want to prompt them for a reason using a pop up input box similar to the javascript confirm dialog box only with an input field instead of just ok and cancel options...
    Posted to Web Forms (Forum) by edpeloquin on 01-22-2007, 12:00 AM
    Filed under: javascript, ASP.NET 2.0, popup, client, .net, LinkButton
  • Re: Getting user input with pop up's

    Thanks again jessica for the information. I've successfully implemented the confirm dialog box and that is what I'm currently using but I need the user to enter a reason as well. That is why I needed to use something like an input dialog. My current code for the gridview is: <asp:GridView ID="grdMyReservations...
    Posted to Web Forms (Forum) by edpeloquin on 01-24-2007, 12:00 AM
    Filed under: client-side validation, javascript, ASP.NET 2.0, popup, gridview, client, client side event handle, .net
  • Open pop up, close pop up and reload parent (ignoring the postback)

    Hi, I have a script to open a pop up window following a postback and have got this window automatically closing after 5 seconds and refreshing the parent page using the following javascript: Page.ClientScript.RegisterStartupScript( this .GetType(), "QuickAddPopUpClose" , "setTimeout('window.opener.parent...
    Posted to Web Forms (Forum) by chrisoftoday on 03-07-2007, 12:00 AM
    Filed under: javascript, popup, PostBack, registerstartupscript, refresh
  • Close Parent Window from Popup Notification

    Hi, I have a little problem regarding browser window closing, Basically, I have a page which I want to close after 5 minutes if inactivity. I alraeady managed to make a timer that will autoclose the window after inactivity (user not clicking on any liks), but this is a really savage method that will...
    Posted to Client Side Web Development (Forum) by Merovingian on 04-09-2007, 12:00 AM
    Filed under: javascript, Client Script, browser, popup, ASP.NET 2.0
  • Re: How to pass query string in popup by java script.

    Hi There, From where you attach onclientclick event ? a button, a link or images ? try this: < a href ="#" onclick ="window.open('EnterDates.aspx?id= <%=MyCodeBehindVariables%> ');"> Open Popup Window </ a > or < asp : Button ID ="Button1" runat...
    Posted to Getting Started (Forum) by d4dennis@inspir3 on 08-03-2007, 12:00 AM
    Filed under: javascript, popup
  • FrameLess Pop-up Window

    For IE4 or later how to make FrameLess Pop-up window, I tried http://www.codelifter.com/main/javascript/amazingframelesspeeker.html but it does'nt work what it cliamed or atleast might not be usefull in XP. Any help would be appreciated. Thanks in Advance. ZEB
    Posted to Client Side Web Development (Forum) by qzeb on 08-20-2007, 12:00 AM
    Filed under: iframe, javascript, Client Script, popup, pop-up, javascript popup datasource databind update requery refresh
Page 1 of 2 (15 items) 1 2 Next >