netcoder

Stories kicked by netcoder

Magic of page load and page init execution in master and page aspx(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 7 months ago

This is nice post which demonstrate the life cycle of the page in ASP,NET when it is using master page. See and let me know you feedback. read more...

add a comment |category: |Views: 8

tags: another

Jquery datepicker problem on date select in IE - 'length' is null(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 7 months ago

Jquery datepicker problem on date select in IE - 'length' is null or not an object in ASP.NET. This is coming because of validation problem. Please check this for the solution. It is working great. read more...

add a comment |category: |Views: 122

tags: another

Dotnetkicks.com Kickit for blogger blogspot blogs(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 7 months ago

I saw the code in blogger template and saw the kick it image link and analyzed what kick it is looking for in the href and for the anchor link. So, finally got it working. So, you can add kick it icon to all posts of blogger blogspot without need of manually adding for each post. Enjoy it. read more...

1 comment |category: |Views: 13

tags: another

Steps to Create and Deploy SSIS Package as a SQLAgent Job(technotes.towardsjob.com)

submitted by nitinkumarbenitinkumarbe(175) 2 years, 7 months ago

Microsoft says that SQL Server Integration Services (SSIS) “is a platform for building high performance data integration solutions, including extraction, transformation, and load (ETL) packages for data warehousing.” A simpler way to think of SSIS is that it’s the solution for automating SQL Server. SSIS provides a way to build packages made up of tasks that can move data around from place to place and alter it on the way. There are visual designers (hosted within Business Intelligence Development Studio) to help you build these packages as well as an API for programming SSIS objects from other applications. read more...

add a comment |category: |Views: 47

tags: another

Handling ASP.Net Controls in JavaScript(technotes.towardsjob.com)

submitted by nitinkumarbenitinkumarbe(175) 2 years, 7 months ago

JavaScript tricks for ASP.Net developers Every ASP.Net site on the Internet has various user controls and almost every developer have to handle these controls in JavaScript. Most developers face problem finding these ASP.net user controls in JavaScript side. If you have ever wanted to handle ASP.Net controls in JavaScript, this article should help you get started and demystify what seems to be mysterious task. The following listing will be the agenda for this document.Why JavaScript for ASP.net developers is different? JavaScript tricks for ASP.net developers Reading ASP.net controls values from JavaScript Passing values calculated by JavaScript to the server side. Passing values from ASP.net to JavaScript Reading ASP.net controls values inside data grid from JavaScript Why JavaScript for ASP.net developers is different read more...

add a comment |category: |Views: 13

tags: another

JQuery Validation Library(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 2 years, 7 months ago

A basic getting started guide to working with the JQuery Validation library. read more...

add a comment |category: |Views: 53

tags: another

How to create a setup project to install windows services(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 7 months ago

This post clearly explains how to create a setup project in visual studio read more...

3 comments |category: |Views: 151

tags: another

Easy way to strip time part in sql date time(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 8 months ago

This explains the easy way to strip time part in sql date time read more...

3 comments |category: |Views: 289

tags: another

C# code to find common elements in 2 generic lists using LINQ(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 8 months ago

This explains how to write c# code to find common elements in 2 generic lists using LINQ read more...

add a comment |category: |Views: 129

tags: another

Realtime Related Tweets Bar: Another jQuery Plugin(moretechtips.net)

submitted by MikeMoreMikeMore(298) 2 years, 8 months ago

With all the buzz lately about Twitter real-time search. Why don't you add a real-time tweets bar related to your posts from your twitter timeline or from anybody or even limit it by a geocode coordinates! read more...

add a comment |category: |Views: 12

tags: another

Access HTML controls in C# without runat=server in ASP.NET(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

This is the nice article which explains the logic for accessing the HTML controls in ASP.NET server side code which don't have runat=server property set. Take a look at it and please provide your valuable comments. read more...

4 comments |category: |Views: 1061

tags: another

Online IDE development platform (killerstartups.com)

submitted by gishim79gishim79(55) 2 years, 8 months ago

CodeRun is a system that was specially created in order to allow programmers to develop, test, install and publish their codes online. But, why is this new? Because on this site you can find all the data you need to accomplish these goals without having to use any powerful hardware or intricate software. read more...

add a comment |category: |Views: 28

tags: another

How to know asynchronous postback raised in serverside code in ASP.NET(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

This is the nice tip to detect whether asynchronous postback caused or not. It will help to ASP.NET developers when working with ASP.NET Ajax framework in particular scenarios. read more...

2 comments |category: |Views: 242

tags: another

ASP.NET Checkboxlist get values in client side [JQuery] (praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

I spent about 4 hours to get the selected check box values in Jquery from a ASP.NET checkbox list. By default there is no value attribute for checkbox which is generated from checkbox list. So, here is a way of how to implement it and retrieve the value in Jquery. read more...

2 comments |category: |Views: 806

tags: another

complete notes - Jquery intellisense in VS 2008(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 8 months ago

A simple fast and efficient way of developing the JQuery coding using Visual studio 2008. read more...

3 comments |category: |Views: 352

tags: another

Schedule daily backup for sql server 2005 datbase using sql agent(cherupally.blogspot.com)

submitted by kcherupakcherupa(295) 2 years, 8 months ago

This is a very good guide to learn how to schedule daily backups on sql server read more...

2 comments |category: |Views: 184

tags: another