Wednesday, April 3, 2013

CRUD Operation in Master and Detail Radgrid

CRUD Operation in Master and Detail Radgrid


CRUD Operation in Master and Detail Radgrid

Posted: 14 Mar 2013 03:02 AM PDT

Do you know how to use RadGrid in .NET? Read this article to know more about one of the Telrik controls RadGrid. This article will help you to learn how to insert, delete, edit the data from parent and Child RadGrid.

How to create a simple report without writing a single line of code in VB.Net.

Posted: 14 Mar 2013 09:29 PM PDT

In this article I am going to show you how you can create reports in Microsoft visual Basic.Net using Microsoft Access 2007 without having to write any code for this tutorial.We will be using Microsoft Report Viewer for this Purpose.

Control Windows Services in windows application

Posted: 16 Mar 2013 12:31 AM PDT

In this article i am trying to explain what Windows Services are and How to control those Services in windows application like start, stop, disable, getting list of all Services and their status and also discussed regarding namespace and class used to achieve these functions in windows application. I have added very simple code for explaining these things.

How to export Tables from SQL Server Compact Edition to SQL Server Express (.sdf to .mdf)

Posted: 17 Mar 2013 11:24 AM PDT

In this article I will show an easy workaround to seamlessly export Tables from SQL Server Compact Edition(.sdf) to SQL Server Express(.mdf) in Visual Studio 2008 using CEQuery and Visual Studio's query editor.

What is Sql Cache Dependency and its working.

Posted: 20 Mar 2013 06:58 AM PDT

In this article we will discuss about sql cache dependency which helps us to update the cached data automatically whenever their is change in the related database. We will also see this with the help of an example.

Creating and usage of View in SQL

Posted: 22 Mar 2013 02:09 AM PDT

In this article we are showing views in SQL Server 2008. A view is virtual, the data from a view is not stored physically. It is a set of queries that, when applied to one or more tables, is stored in the database as an object. A view encapsulates the name of the table. A virtual table contains column and data from multiple tables.

Installing Visual Studio 2012 on Windows 7

Posted: 22 Mar 2013 10:07 PM PDT

In this article I am going to share my experience in installing Microsoft Visual Studio 2012 on Windows 7. There are a series of steps we need to follow in order to install Visual Studio. I have also mentioned the softwares which we need to install before installing Visual Studio 2012 on Windows 7.

Advanced technical interview questions for 6+ years of experience.

Posted: 23 Mar 2013 03:17 AM PDT

<b>Description - </b> As our years of experience grows, we have to face tough and tricky questions at the time of interview. More questions are based on particular scenarios which help interviewer to evaluate candidates based on their approach for that questions and also analytical skills. I am giving few advanced interview questions here, it would be great if readers will share answers for these questions. It will be helpful for me as well as for other developers who are enhancing ...

Create, Fetch and Delete Cookies using Javascript

Posted: 23 Mar 2013 03:36 AM PDT

In this article, I will explain how to Create, Fetch and Delete cookies using javascript. Cookies are small information can be stored in browsers and easily fetch and delete these cookies. Here i used three functions getcookie, setCookie and eraseCookie functions corresponding to create, retrieve or delete cookie.

How to create a password protected form in Visual Basic.Net

Posted: 24 Mar 2013 02:57 AM PDT

In this article I am going to show you how you can create a password protected form in Microsoft Visual Basic.Net.This is just like the windows serial key protection on the form. I have set the Maximum length of the Text Boxes to 5 and after that focus is automatically shifted to the Next Text Box. After hitting the OK Button, if the password is corrected form 2 will be displayed otherwise a message on a label will be displayed that the serial key is not valid.

How to use yield to return expression in C#?

Posted: 24 Mar 2013 09:32 AM PDT

This article will demonstrate yield keyword implementation. I hope it will be useful for all beginners of C#. This questions is asked in various technical interview questions for experienced candidates those who have more than 6+ years of experience as well.

How to implement Anonymous Methods in C#?

Posted: 24 Mar 2013 09:39 AM PDT

This article will demonstrate Anonymous Methods in C#. I hope it will be useful for all beginners of C#. In this article, list is used for Anonymous Methods implementation. If the value is found in the list then output will be displayed as "Value found in the list."

Single Instance Application in C#

Posted: 01 Apr 2013 03:45 PM PDT

Here is a quick tip to have a mutex in our code so that our Windows forms application get an opportunity to be a sole runner in the system. I am also trying to propose a closer approach to the same in Web Applications.

Addressing the problem of slow loading web pages

Posted: 02 Apr 2013 01:22 AM PDT

As web developers we normally confront the user requirement that the page renditions be instant without any delay. In traditional web applications, we normally have the thumb rule of 8 second rule as a threshold to indicate that the pages should complete their rendition in less than 8 seconds. And now with RIA expectations and Web 2.0 standards, the pages behave akin to desktop applications diminishing the difference between desktop application and web application to submerge the wait time ...

The validation controls [ASP.NET 2.0]

Posted: 02 Apr 2013 10:46 AM PDT

The validation controls allow to verify the validity of a Form field either at the validation of the form or when it is being entered.A validator is a particular server control that allows you to do validating input by the user. Data validation is to check that a date is recovering well where the user must enter a date,that a number is recovering well where you must collect a number and not a string.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home