Browse by Tags

Related Posts

  • I want to open a pdf which is exists in the client system or client network from my web application.

    Hi, I have a requirement, i want to open a pdf file which is exists in the client place from my web application.. i tried this by using anchor tag, but it is not working fine.. <a href="c:\one.pdf" target="_blank">Opening PDF File</a> it is not working fine.. if i write...
    Posted to FAQ - Frequently Asked Questions (Forum) by chencham_raju on 09-21-2006, 12:00 AM
    Filed under: highlight, GridView, AJAX, Splitter for ASP. NET, client, disconnect, http, keep-alive, output cache, email encryption decryption secure, ATLAS, Errors, parent child, javascript, Treeview in ASP.NET, Default Button, 111, SEO Search engine Optomization
  • gridview javascript call

    need help calling a javascript method from a link button within a gridview in a modal window, the javascript function actually passes a value back to the opening window and closes the modal window if I simply call OnClientClick ="OK_Clicked( 12345 );" it works like a champ.. of course 12345 is not the...
    Posted to Data Presentation Controls (Forum) by afnugent on 11-09-2006, 12:00 AM
    Filed under: GridView, asp.net 2.0, JavaScript
  • Maintaining Scrollbar Position within a <DIV> Element using Javascript

    Hi All, I am using the following javascript function to maintain the scrollbar position of a DIV element that contains a gridview. window.onload = function(){ var strCook = document.cookie; if(strCook.indexOf("!~")!=0){ var intS = strCook.indexOf("!~"); var intE = strCook.indexOf("~!"); var strPos =...
    Posted to Client Side Web Development (Forum) by cinemaman28 on 01-08-2007, 12:00 AM
    Filed under: javascript, Web Controls, ASP.NET 2.0, gridview
  • Update/Cancel methods not firing after using client-side callback

    I've spent days trying to figure this one out with no luck. The client-side callback works fine. It does a lookup based on the width and returns the number of pieces. The problem arises after the callback. The the Update/Cancel link buttons stop working. It clears out the row values and does not change...
    Posted to Client Side Web Development (Forum) by Huntlee55 on 01-08-2007, 12:00 AM
    Filed under: javascript, Client Script, javascript in asp.net, gridview
  • 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
  • simple javascript / GridView example for Extended Amount?

    I've looked around without luck to find an example of using javascript to generate an extended amount. So, I have a GridView with fields: Quantity, Amount (each), and Extended Amount. Quantity is a textBox in a template in the GridView. Extended amount can be a template or not... doesn't matter. When...
    Posted to Data Presentation Controls (Forum) by bglaplante on 03-15-2007, 12:00 AM
    Filed under: javascript, gridview
  • GridView reference in JScript

    I have a GridView control on my page, and want to loop through the rows and move the data to a window for printing. But I can’t reference the GridView in JavaScript. In my .aspx: < input type ="button" value ="Print" onclick ="JavaScript:PrintClaimsTab()" /> In my .js file: PrintClaimsTab() { ...
    Posted to Client Side Web Development (Forum) by goodideadave on 04-16-2007, 12:00 AM
    Filed under: javascript, ClientID, getElementById, Client Script, javascript in asp.net, gridview, ASP.NET 2.0
  • Get value from gridview footer in javascript

    Hi, I am having a problem getting the value for a record that I want to input into a gridview on the client side. What I'm basically trying to do is have a user input a record into a field which is in the footer template of my gridview and be able to tell what that value is in javascript. I am able to...
    Posted to Client Side Web Development (Forum) by Kevin89065 on 04-19-2007, 12:00 AM
    Filed under: javascript, gridview, javascript c#
  • GridView TemplateField Link with Javascript Function (w parameter) Call Dilemma

    I got the following templatefield link within my gridview: < a href= "javascript:getQueryID(' <%# Eval("Item_No") %> ')" ondblclick= "javascript:AssySearch();" > My problem is that there is quotes on some of the values (") so the javascript function with its parameter should read like this...
    Posted to Data Presentation Controls (Forum) by vicpal25 on 05-03-2007, 12:00 AM
    Filed under: GridView, JavaScript, TemplateField
  • Re: Get value from gridview footer in javascript

    Hi guys: A have a similar situation and i want to know if you could help me: I need to access a DropDownList control in every datarow of a GridView when a button is clicked, show a confirm box if certain value was selected from the dropdownlist of whatever datarow in the gridview and go to the next view...
    Posted to Client Side Web Development (Forum) by sparedesbnikky on 05-09-2007, 12:00 AM
    Filed under: c# javascript function, javascript, gridview, WebForm JavaScript
Page 1 of 2 (18 items) 1 2 Next >