.Net Logics

Pages

  • Home
  • About Us

Tuesday, 2 March 2021

How to Enable and disable Textbox control using jquery

 for Disable

$('[id*=controlid]').removeAttr("disabled");


for Enable

('[id*=controlid]').attr("disabled", "disabled");

Posted by ishi.net at 23:21 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: jquery

How to clear Selected Dropdown Using Jquery


$('[id*=gridviewid]').find($("[id*=dropdownid] option:selected")).removeAttr("selected");

Posted by ishi.net at 19:28 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: jquery
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Categories

  • ADO.Net (6)
  • Asp.Net (45)
  • ASP.Net Code (74)
  • C#. Net (26)
  • css (7)
  • Errors (15)
  • FTP (3)
  • IIS (4)
  • javascript (2)
  • jquery (6)
  • LinQ (1)
  • MVC (2)
  • OOPS (7)
  • Silverlight (3)
  • Sql Server (100)
  • Vb.Net (2)
  • WCF (1)
  • Web Service (1)
  • Windows (3)

Blog Archive

  • ▼  2021 (4)
    • ►  July (2)
    • ▼  March (2)
      • How to Enable and disable Textbox control using jq...
      • How to clear Selected Dropdown Using Jquery
  • ►  2014 (14)
    • ►  February (1)
    • ►  January (13)
  • ►  2013 (285)
    • ►  November (5)
    • ►  August (1)
    • ►  May (13)
    • ►  April (52)
    • ►  March (3)
    • ►  February (32)
    • ►  January (179)
  • ►  2012 (8)
    • ►  December (8)

About Me

ishi.net
View my complete profile
Simple theme. Powered by Blogger.