.NET Resources - Articles, Blogs, Tools, Book Reviews and more...

You can find valuable .NET resources including Articles, Software tools, book reviews, blogs, links to good articles and much more.



You can make money from this site by posting original and quality articles that comply with Google AdSense policies.. Also, we offer several other reward programs including monthly profit sharing, cash rewards per post, contests & prizes etc to contributing members.

Submit Your Article

Articles

Bulk Update SharePoint List using DataSheetView in SharePoint2010

Recently I have faced one problem, In my project we are changed the status from x to y, In coding side we did all changes but for existing records we need to update the status for all the records. In that scenario we approach this method. In this article I'm trying to explain how to update multiple records in SharePoint 2010. In some cases we need to mass update bulk of records in that case using <b>DatasheetView</b> we can achieve this.

Tracking Page Visiting information in asp.net

Recently I'm facing one issue with page log tracking. I tried in different ways but unsuccessful for Log out tracking, then after I found one solution by Searching in Google i.e. OnBeforeUnload event in javascript side. In this article I'm trying to explain how to track the page logs i.e. login time and log out time by using asp.net, JavaScripts. This article will help you those who are looking for the same.

OnBeforeUnload event in jquery

In this article I'm trying to explain how to work around onbeforeunload event in scripting functions. Recently I'm facing one issue while taking user logs against each page for each and every user. Log in time I take it from Page_Load event but log out time it's somewhat difficult to take it for me. Initially I did this while redirect time, but that is not suggestible. So, I found solution by searching in Google and the solution is Onbeforeunload event in jquery.

Draggable in jquery.

In this article I'm trying to explain why do we are using jquery and how to simplify the scripts using jquery plugins and how to implement dragging option using simple jquery script. i.e. Allow elements to be moved by using mouse.

Expandable GridView with simple JavaScript

In this article I'm trying to explain how to expand gridview when there is nested information with simple JavaScript code. Previously I post few articles for the same by using Jquery now I written by using JavaScript. This will help you those who are looking for the same.

Popup window using Iframe

In this article I'm trying to explain how to open pop up window using iframe. Most of the people are facing some issue while open pop up with new page. Using Iframe we can achieve it by using simple simple Jquery code snippet.

Toggle Selection Checkbox inside Grid View

In this article I'm trying to explain how to select checkbox with only one at a time inside grid view. For this I just go with Jquery with simple steps to get the result. This article will help you those who are looking for the same.

How to Fix Grid View Height when there is few no of rows..?

In this article I'm trying to explain how to fix Grid View height when there are few records to bind. The default nature of grid view height is based on rows it will expand it automatically. But when there is limited no.of rows at that time also we need to fix the grid view height in some scenarios. This article will give you the brief description about how to fix grid view height.

Color Picker in ASP.net AJAX

In this article I'm trying to explain how to work with Color Picker Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Bubbled-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Bubbled-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Bar-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Bar-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Linear-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Linear-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Pie-Chart in ASP.net AJAX

In this article I'm trying to explain how to work with Pie-Chart Control in ASP.net AJAX. This will give you the user friendly output. This article will help you for beginners those who are start to work with this.

Datepicker in .net using JQuery

In this article I'm trying to explain how to work with Date Picker using Jquery. Here, we just call one method to achieve our goal. All of us know that Jquery is low design and browser compatability. So, using this we can achieve our goal with simple steps.

Accordion using Jquery

In this article I'm trying to explain how to work with accordion pane using Jquery with simple and easy way. We all of them know that using Jquery we can achieve our goal with simplest code. Here, I'm trying to explain the accordion with simple code part.

Resizable Gridview using JQuery

In this article I'm trying to explain how to Resize GridView control using JQuery in ASP.net. Using one simple line of code we can achieve this. This article will help you for freshers those who are new to JQuery.

Drag-gable Gridview using JQuery

In this article I'm trying to explain how to drag and drop gridview control using JQuery in ASP.net. Using one simple line of code we can achieve this. This article will help you for freshers those who are new to JQuery.

Transfer XML file to another XML using XSLT in ASP.net

In this article I'm trying to explain how to transfer xml file to another xml using XSLTransformation. Using this we learn how to transfer xml file information into another xml. This article will help you those who are beginners to perform the same.

My Interview Experience in SourceHOV?

This is Naveen, recently I plan to shift my job for that I just depend upon my talent then it's give me one success path to improve my career. Here, I give detailed structure how to approach and how to attend the interviews and how to clear the interviews etc..

SharePoint InfoPath's.?

In this article I'm trying to explain how to create InfoPath in SharePoint 2010, and how to publish that and how to store the information into List or Libraries using InfoPath's and how to work out in SharePoint InfoPath's.

Microsoft Office Web Apps

In this article I'm trying to explain what is Microsoft Office Web Apps, what are the advantages using web Apps and which are the browsers are supported for that and what are the Hardware requirements for that and one sample demo out of this.

.NET Interview Questions for 3 years of experience people?

In this article I'm trying to give you .NET Interview questions for 3 years of experience people. Up to now I attend no.of companies I got a job in 3 companies but due to package issues I rejected those. But in all places I learn at least 2 to 3 new points.

How to Reading and Appending Text to a file in ASP.net.?

In this article I'm trying to explain how to read file data and how to append text to that file using C#.net. Here, we just give a file name based on that file name it will fetch total server path and get the data in that file and displayed that into our application. This article will help you for beginners those who are perform the same task.

Submit Your Article