Browse by Tags

Related Posts

  • Re: Validating all validationgroups

    Assuming you know the names of the validation groups at design time, you can write a javascript function to validate each of them individually. You can do the same at run-time, it just takes some more work. function ValidateAll() { Page_ClientValidate( 'firstValidationGroup' ); Page_ClientValidate...
    Posted to Getting Started (Forum) by Roc1 on 11-04-2008, 12:00 AM
    Filed under: ValidationGroup, ClientScript, javascript, validation
  • How to open a new window and pass the Query String?

    I have a Web page (parent page) with a button called 'View Details'. When the user clicks this button, I want a new window (child window or popup) to open and loaded with data based on the query string passed to it by the parent (calling) page. My questions are: 1. How can I accomplish this with...
    Posted to Client Side Web Development (Forum) by sg2000 on 05-27-2008, 12:00 AM
    Filed under: POP UP WINDOW!!, JavaScript, codebehind, ClientScript
  • declarative markup and dynamic properties

    Hi, I have a GridView within a Panel on a .aspx page using masterpages (asp.net 2.0 and C#);. I want a LinkButton that I can assign the OnClientClick property to dynamically in the markup. Basically, the OnClientClick will call a function passing a variable. I'm halfway there with this: - <asp...
    Posted to Data Presentation Controls (Forum) by dbrook007 on 04-09-2008, 12:00 AM
    Filed under: asp.net 2.0 GridView databound ItemTemplate, asp.net 2.0 gridview hyperlinkfield, client-side Paging Repeater Ajax, JavaScript, ASP.NET 2.0 GridView SelectedValue, ASP.NET 2.0 GridView XSLT, Client Side Web Development, ClientScript
  • Problem alert(''); javascript

    Hi!, If I use this code: ClientScript.RegisterStartupScript(GetType(), "script", "<script language='javascript'>alert('" + GetLocalResourceObject("MessageInformation") + "');</script>", false); GoCustomerList(); //redirect a other page...
    Posted to Client Side Web Development (Forum) by ioliver85 on 03-06-2008, 12:00 AM
    Filed under: ClientScript, ClientScript.RegisterStartupScript, java script, asp.net2.0, javascript
  • Is it possible to modify a gridview (table) row's style class and have it survive a postback?

    Hi, all. I have an editable gridview displaying rows of data (from an Oracle DB) in a hierarchical format similar to this: + ID NAME UOM Cost($) 1 OILS 1.1 Castrol Litre 6.53 1.2 Mobil Litre 6.21 + 2 Cable 2.1 3 Core Meter 3.10 2.2 Co-ax Meter 3.18 When the user clicks on the plus (+) symbol next to...
    Posted to Data Presentation Controls (Forum) by SHOVEL on 02-15-2008, 12:00 AM
    Filed under: .NET 2.0 GridView ImageField ImageStyle, asp.net 2.0:GridView, grididview, JavaScript, style, ClientScript
  • calender control without popup and not by asp.net ajax

    i have several web forms in an application for the text boxes i need to place a calender user control , i don't want a popup calender and i don't want to use ajax it should contain a dropdown year so that i can go to particular year any articles
    Posted to Client Side Web Development (Forum) by rajuonline_531 on 11-27-2007, 12:00 AM
    Filed under: onFocus, pop up, pop-up, Render, required field validator, asp net javascript save changes prompt, asp.NET, ASP.NET 2.0, ASP.NET 2.0 FormView GridView Master/Detail Update, asp.net 2.0 javaScript, c#, calendar css, calendar pop-up window, client, Client Script, client side validation, client Side Web development, ClientScript, focus, getElementById, javascript & ajax, JavaScript & Hidden field, Javascript & Table Control, javascript activexobject, javascript ad publish, javascript Ajax call by code, javascript ajax images, javascript alert, Javascript and ActiveX, javascript and css, javascript asp.net, javascript asp.net controls, Javascript ASp.net Gridview Popup box C#, javascript c#, javascript client dom attribute viewstate postback ajax, javascript confirm box, javascript in asp.net, Javascript UserControl, javascript:, asp.net css, asp .net ... c# ... SQL, onchange, aspx, CSS Master Page, java, javascript, javascript syntax
  • Re: JavaScript Calls C# Function to access a Database

    I am trying JoshStodola hidden field suggestion, but I can't seem to get the javascript to work. The script is below: function PrimeKeyCheck(sender, args) { var numberOfRecords; var hiddenField = document.getElementById("NumOfRecordsHiddenField"); numberOfRecords = parseInt(hiddenField...
    Posted to Client Side Web Development (Forum) by Shea L. Fox on 06-26-2007, 12:00 AM
    Filed under: Validation Controls, ClientScript, javascript:, Validation, javascript
  • Visibility changing across postback when set by javascript

    I am working within the 1.1 framework. I have a user control that pops up a panel with a datagrid in it as a result of a server-side button click event. Each row in the datagrid is rendered with: row.Attributes("onclick") = "javascript:txtBusinessCounty.value ='" & e.Item...
    Posted to Client Side Web Development (Forum) by skeize on 05-17-2007, 12:00 AM
    Filed under: script Callback, server controls, asp.NET, client, client Side Web development, ClientScript, control in Datagrid, javascript, javascript in asp.net, Javascript UserControl, user controls
  • Java Script help

    Hi I have a situation i need help with.I have a web page with save button.When i hit save the data from fields is saved into Data Base table via Stored Procedure and a Alert pop up confirms that the information has been saved. I need a little change here .After saving the information into DB rather than...
    Posted to Client Side Web Development (Forum) by kdkcchoco on 11-24-2006, 12:00 AM
    Filed under: ClientScript, javascript
  • IFRAME troubles

    Dear All I am trying to run allplet within an IFRAME inside my aspx page. For some reason it wont run. I can see everything else from the page except the area where the applet is. Is there any special setup that i would need to make to allow this? I have set up the applet to run in a simple html page...
    Posted to Getting Started (Forum) by Dan_dan on 11-06-2006, 12:00 AM
    Filed under: approach, ClientScript, javascript, .Net 2.0, html, asp.net, customvalidator cross page postback
Page 1 of 2 (12 items) 1 2 Next >