DotNet By Satya

Blog that contains articles about new technologies related or not with programming. I will describe and solves some problems that I encounter in my career. ASP .NET, AJAX, Javascript, C++, C# and SQL are some of the subjects that will appear.

Showing posts with label jquery. Show all posts
Showing posts with label jquery. Show all posts
28 June 2012

clear all cotrol values of a page

›
<script type="text/javascript">     function allclear()     {    //debugger         var elements=document.getElementsByTagNa...

javascript handlers

›
// Add handler using the getElementById method $addHandler(Sys.UI.DomElement.getElementById("Button1"), "click", toggleC...
29 March 2012

get web.config appsettings in javascript

›
var conn = '<%=ConfigurationManager.ConnectionStrings["MyConnString"].ConnectionString %>' alert(conn); var v1 = ...
28 March 2012

restrict textbox to allow only numerics

›
function numerics() {  key = String.fromCharCode(window.event.keyCode);  if (!(key >= '0' && key <= '9'))   wi...
21 March 2012

check all checkboxes in a form

›
$(document).ready(function() {             $('#chkAll').click(              function() {                  $("INPUT[type='ch...
17 November 2011

querystring n gv rows in javascript

›
query string in js: '<%=Request.QueryString["val"]%>'; -------------------------- gridrows in js: Totalrows = parseI...
24 October 2011

get datetime in user friendly (datetime convertion) in sqlserver

›
select convert (varchar(10), getdate(),101) ------------------------------------------ ddat = new Date(); ddat = new Date(ddat.setDate(new D...
›
Home
View web version

DotnetBySatya About

satyabhaviri
View my complete profile
Powered by Blogger.