Browse by Tags

Related Posts

  • file download dialogbox

    File download dialogbox works on button click but does not works in client side callback function EX Public Sub RaiseCallbackEvent( ByVal eventArgument As String ) _ Implements System.Web.UI.ICallbackEventHandler.RaiseCallbackEvent Response.ContentType = "application/octet-stream" Response...
    Posted to Web Forms (Forum) by Bhushan Lolge on 05-27-2009, 12:00 AM
    Filed under: Client side call back, client-side
  • executing onclick server-side function after execution of onclientclick client-side function of button control

    I have button control and i am using onclientclick and onclick functions of this control. I am executing loop in onclientclick function. But my server side function gets call after 2 or 3 iterations of my client function. I want to stop execution of server-side onclick event until my total onclientclick...
    Posted to Client Side Web Development (Forum) by Bhushan Lolge on 05-27-2009, 12:00 AM
    Filed under: onclick, onclientclick, ClientScript, client-side
  • Regular Expression which allow only space and hyphen in string

    Hi All, I tried to create a regular expression which validate Japanese and UK zip code.only space and hyphen is allowed in the string.though I found a RE but it allows string to start and end with space or hyphen. can anyone help me with regular expression which allow space and hyphen inside a string...
    Posted to Client Side Web Development (Forum) by shikharjain2007 on 04-14-2009, 12:00 AM
    Filed under: asp.NET 3.5, c#, Client Script, client side, client-side, javascript TextBox Hindi, javascript validation expression, javascript validations in asp.net, javascript regex, javascript requiredfieldvalidator client, javascript script
  • Javascript to get an object within Ajax control toolkit (TabContainer)

    In Asp.net with Ajax. if I am using javascript to refer to an object, that is placing within TabContainer, I cannot just refer it with syntax: document.getElementById("txtQuotation_IDN_n"); <------- That cannot be refered. instead we need to use the following code to refer to it: document...
    Posted to Client Side Web Development (Forum) by manpakhong on 04-06-2009, 12:00 AM
    Filed under: .net 2.0, AJAX ASP.NET 2.0 Javascript, AjaxToolkit, asp 2.0, ASP 2.0 and Javascript Masterpage Splash screen, ASP.Net 2.0, ASP.NET 2.0, asp.net 2.0 C#, aspx, c#, client-side, javascipt c#, .aspx
  • How to change txt2.text when the txt1's.text changes using JavaScript?

    Hello! I want some JavaScript (or any other client-side) solution for my problem that described here: http://forums.asp.net/p/1382766/2930267.aspx In a few words, my problem is that i don't know the way to change the txt2.text value when the txt1.text value changes... Please read the http://forums...
    Posted to Client Side Web Development (Forum) by MinimalTech on 02-10-2009, 12:00 AM
    Filed under: textbox, client-side, change, javascript
  • How to change txt2.text when the txt1's date of AJAX CalendarExtender changes?

    Hi! I have two text boxes inside my aspx page: a) the "txt1" and b) the "txt2". Both text boxes has CalendarExtender controls attached: a) the txt1 has the "CalendarExtender1" and b) the txt2 has the"CalendarExtender2". All i want, is this: Using client-side script...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by MinimalTech on 02-10-2009, 12:00 AM
    Filed under: ajax, client-side, JavaScript, CalendarExtender, date
  • Validation controls Javascript is not being injected at runtime

    Morning kids, So I've got a massive ASP.NET 1.1 application (written by someone else, no longer available) which I'm porting to .NET 3.5 (the web project is running under 2.0, obviously). The automatic conversion through up a lot of issues which I'm working on, like renaming controls. However...
    Posted to Web Forms (Forum) by rivaluk on 10-20-2008, 12:00 AM
    Filed under: .net 3.5 upgrade, client-side, Webforms, script injection
  • DropDownList onChange: one TextBox changes to two TextBoxes to specify a date range?

    I have a gridview with a dropdownlist and a textbox to search the gridview. The dropdownlist specifies the column to search and the text box holds the string to search for. Like this: < asp:DropDownList ID= "SearchByDropDownList" runat= "server" > < asp:ListItem Text= "First...
    Posted to Web Forms (Forum) by tmpuzer on 03-14-2008, 12:00 AM
    Filed under: onchange, search, TextBox, client-side, DropDownList, gridview, date search
  • Capture IE events and create a log.

    Hi , I have deployed an intranet application and 10 users are using the tool. Now my requirement is to track how they are using the tool and create a log based on it. For instance, if a user clicked on "save" button on the page, then a log entry should be made stating that save button was clicked...
    Posted to Client Side Web Development (Forum) by Sachin Uchil on 07-02-2009, 12:00 AM
    Filed under: client-side, client Callbacks callback ajax javascript serversie clientside
  • How to redirect a page after running all VB code and then rendering the HTML

    I have an ASP.NET Form (aspx). It uses VB as the codebehind. I want ALL of the VB to run and then the page to render BEFORE redirecting to the specified form. The problem is, is that I have Response.Redirect calls in the middle of the VB code (aspx.vb) and it seems to redirect before rendering the page...
    Posted to Web Forms (Forum) by Cardi DeMonaco Jr on 08-31-2009, 12:00 AM
    Filed under: javascript, redirect, html, visual basic, Response.Redirect, VB, server-side, client-side
Page 1 of 2 (12 items) 1 2 Next >