Browse by Tags

Related Posts

  • ContextMenu - exposing and handling events

    The ContextMenu is now code complete and I'm running through the code adding the appropriate Xml comment sections for when I produce the .chm file for the assembly. My aim is to have a Comment, Remark and Sample for each public member within the assembly. Getting the IPostBackEventHandler working was...
    Posted to ShowUsYour<Blog> (Weblog) by digory on 02-10-2004, 12:00 AM
    Filed under: Web Forms, VB.NET, Javascript, Tools
  • ContextMenu - exposing and handling events

    The ContextMenu is now code complete and I'm running through the code adding the appropriate Xml comment sections for when I produce the .chm file for the assembly. My aim is to have a Comment, Remark and Sample for each public member within the assembly. Getting the IPostBackEventHandler working was...
    Posted to ShowUsYour<Blog> (Weblog) by digory on 02-10-2004, 12:00 AM
    Filed under: Tools, Web Forms, VB.NET, Javascript
  • Check/Uncheck checkboxes in GridView using javascript

    Seen a lot of questions regarding how to check/uncheck CheckBoxes within a GridView control using JavaScript. So I thought to put it on my blog for quick reference for others and for myself. Following is the code: ------------------------------------------- .aspx code -------------------------------...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-13-2008, 12:00 AM
    Filed under: javascript, Check/Uncheck, C#.Net, Checkbox, .Net 2.0, Select All, GridView, VB.Net, ASP.Net
  • Passing value from popup window to parent form's TextBox

    Once again seen lot of questions on the forum related to passing values from popup window to the parent form textbox. Specially when they have some GridView type control in the popup. In the following example I will be using two forms, parent form will be parent.aspx and popup will be popup.aspx. Also...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-16-2008, 12:00 AM
    Filed under: Popup, .Net 2.0, ASP.Net, C#.Net, javascript, VB.Net
  • Javascript Enable/Disable Dropdown in Gridview using Checkboxes

    If you come up with some requirement in which you have a Checkbox and a DropDownList in GridView control and you are requried to enable disable the DropDownList on the basis of the CheckBox value you can use following Code. -----------------------------------.aspx file ------------------------------...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-27-2008, 12:00 AM
    Filed under: javascript, C#.Net, Checkbox, GridView, VB.Net, ASP.Net, ASP.NET 2.0, dropdown
  • Remaining Characters Counter

    Recently I was developing a webform (asp.net) where the user could submit his feedback, and one of the requirements was that the user should not enter more than a set number of characters in his message, so I thought it would be real nice for the end user to know how many more characters he still can...
    Posted to Gregory Rubinstein (Weblog) by Gregory Rubinstein on 04-10-2008, 12:00 AM
    Filed under: useful functions, asp.net, VB.NET, utility functions, Javascript
  • Reduce ASP.NET Page size and complexity using JQuery-Part 1

    Reduce ASP.NET Page size and complexity using JQuery-Part 1 body { width:95%; padding-left:20px; font-family:Consolas; font-size:10pt; padding-right: } .code { background-color:#ffffff;height:150px;overflow:auto;border-width:thin;border-style:dotted; } .image { background-color:#ffffff;height:150px;width...
    Posted to Sanjeev Agarwal (Weblog) by SanjeevAgarwal on 07-08-2008, 12:00 AM
    Filed under: ASP.NET, JQuery, JavaScript, CSS, C#, VB.NET, .NET, XML, Ajax
Page 1 of 1 (7 items)