SQL server connection time out

How to increase Connection time out in Sql server? Connection time out can be defined in SQL server in two ways. 1)  Connection timeout in Connection string property: which determines how long it should take to open a connection. It is affected by Network i.e. If network is slow. If a connection is opened the [...]

Few jquery errors , Attention J Query Gurus, invalid label

Attention J Query Gurus J Query gurus can you put some light on this matter please? I am using J Query method for Ajax calls in my asp.net projects $.ajax({ type:”POST”, url:”WebService/WsCountry.asmx/getCountryList”, data:”{optionvalue:’”+checkedValue+”‘}”, contentType:”application/json; charset=utf-8″, datatype:”json”, success:function(response) In above I am using “datatype”  as small characters, its working 100%  for me in one project  also [...]