Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • File Upload control AJAX effect

    Since long I was wondering on how I will be able to use FileUpload control inside UpdatePanel and I am sure there will be lot of other people who were expecting the same to be working. I found an intersting video article by Joe Stagner in which he described how to use the FileUpload control inside iframe...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 08-03-2008, 12:00 AM
    Filed under: javascript, .Net 2.0, ASP.NET 2.0, FileUpload, UpdatePanel, AJAX
  • Mutually exclusive checkbox in GridView using Javascript

    I response to one of my blog post entry I received few queries regarding mutually exclusive checkbox within GirdView, meaning if there are two checkboxes in a row only one can be selected at a time. If checkbox1 is selected and you select checkbox2 then checkbox1 should be deselected. Following javascript...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 08-02-2008, 12:00 AM
    Filed under: javascript, Checkbox, .Net 2.0, GridView, ASP.NET 2.0, mutually exclusive
  • Javascript to add bookmark option on your website

    If you want to add an option that users can click a button on your website and it will open up bookmark option. Following is the code that will perform this task. <html> <body> <SCRIPT LANGUAGE="JavaScript"> function bookmark(url, description) { if (navigator.appName=='Microsoft Internet...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 03-13-2008, 12:00 AM
    Filed under: javascript, .Net 2.0, ASP.NET 2.0, bookmark
  • 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
  • Acessing ASP.NET Controls in Javascript: Best Practices

    Normal 0 MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso...
    Posted to Chintan's Blog (Weblog) by chintanpshah on 11-28-2009, 12:00 AM
    Filed under: ASP.NET 2.0, Javascript, Best Practices
Page 1 of 1 (5 items)