dotnetfunda
Name: dotnetfunda
Score: 10,580.1
Last Seen: 361 days, 22 hours, 20 minutes ago
Member Since: 14 November, 2009
DotNetShoutout
atom rss
2
Shouts

How to sort the custom template column in DataGrid and Group the records of the DataGrid based on a column value?

posted by dotnetfundadotnetfunda 520 days, 11 hours, 28 minutes ago
Monday, December 19, 2011 8:51:02 AM GMT
In this article, we are going to learn about DataGrid in silverlight and its related properties. DataGrid DataGrid control is one of the most important control in Silverlight to develop Line-of-Business (As per Wiki - Line of business (LOB) is a general term which often refers to a set of one or more highly related products which service a particular customer transaction or business need.) applications and is mostly used to List the records in tabular format. Apart from listing the records, it also pro... (more)
category: Metro | clicked: 24 | comment | | source: www.dotnetfunda.com
tags: Silverlight, DataGrid
2
Shouts

What is DataGrid in SilverLight?

posted by dotnetfundadotnetfunda 523 days, 14 hours, 17 minutes ago
Friday, December 16, 2011 6:02:00 AM GMT
In this article, we are going to learn about DataGrid in silverlight and its related properties. DataGrid DataGrid control is one of the most important control in Silverlight to develop Line-of-Business (As per Wiki - Line of business (LOB) is a general term which often refers to a set of one or more highly related products which service a particular customer transaction or business need.) applications and is mostly used to List the records in tabular format. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: Silverlight, DataGrid
2
Shouts

How to validate a textbox for range of values,correct date?

posted by dotnetfundadotnetfunda 524 days, 9 hours, 57 minutes ago
Thursday, December 15, 2011 10:22:03 AM GMT
In scenarios where we want to validate a textbox for the specific range of values, and ensure that the correct Date to be entered, we can follow this approach. Validations Validation controls are used to validate the form fields for valid data when it is submitted to the server. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: Validation Controls
2
Shouts

How to create Stored Procedures in MySQL?

posted by dotnetfundadotnetfunda 526 days, 7 hours, 32 minutes ago
Tuesday, December 13, 2011 12:46:13 PM GMT
In this Article, we are going to understand how to work with Stored Procedures in MySQL and also learn Pagination through MySQL stored Procedure Stored Procedures are precompiled queries these stored procedures improves security and execution performance of database client server applications. (more)
category: Web Dev | clicked: 4 | comment | | source: www.dotnetfunda.com
tags: mysql
2
Shouts

MS degree from BITS PILANI : DotNetFunda.Com

posted by dotnetfundadotnetfunda 534 days, 16 hours, 6 minutes ago
Monday, December 05, 2011 4:12:33 AM GMT
Hi I am a dot net professional spent more than seven years in this technology. I am thinking of pursuing M.S. in Software Engineering throught BITS Pilani through my employer. This is 2 Years course which I can do while working as a normal prfessiona. My Question is , WIll M.S. degree help me in near future ? If yes what are the other opportunity will it explore apart from IT industry. Any answers will be appreciable. :) (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: careeradvice
2
Shouts

career in python.. : DotNetFunda.Com

posted by dotnetfundadotnetfunda 536 days, 15 hours, 21 minutes ago
Saturday, December 03, 2011 4:57:26 AM GMT
sir, i am sakthi from chennai..i did my btech (2010 passed out) and currently working in small IT firm..just 2 months back only i had joined this company..currently they have put me as a python trainee..here salary is very low and also i had signed a bond for two years..now my question is whether i could join a MNC at the end of this two years..i am really very much worried about my future..some ppl are saying open source is an upcoming field ,so its have great scope, but i am not convinced with those th... (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: careeradvice
2
Shouts

How to perform Asynchronous Processing in .Net

published 543 days, 15 hours, 53 minutes ago posted by dotnetfundadotnetfunda 544 days, 15 hours, 23 minutes ago
Saturday, November 26, 2011 4:25:17 AM GMT Friday, November 25, 2011 4:56:04 AM GMT
Hi, today we will demonstrate asynchronous processing using delegates and events. One might think what the need of doing work asynchronously in windows environment. Yes, it is required and thought following sample example we will substantiate this. (more)
category: Web Dev | clicked: 43 | 1 comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

Silverlight CommandBinding with Simple MVVM Toolkit

published 544 days, 11 hours, 2 minutes ago posted by dotnetfundadotnetfunda 547 days, 6 hours, 51 minutes ago
Friday, November 25, 2011 9:16:59 AM GMT Tuesday, November 22, 2011 1:27:18 PM GMT
In this article, we would learn Silverlight CommandBinding with Simple MVVM Toolkit. (more)
category: Metro | clicked: 17 | comment | | source: www.dotnetfunda.com
tags: Silverlight
2
Shouts

What are "Delegates" in C#

published 548 days, 4 hours, 39 minutes ago posted by dotnetfundadotnetfunda 548 days, 13 hours, 13 minutes ago
Monday, November 21, 2011 3:39:39 PM GMT Monday, November 21, 2011 7:05:33 AM GMT
In this article, I am trying to explain delegates in easy to understand way, hopefully after going through this article, you will feel comfortable using delegates and answering any question related with delegates. (more)
category: Agile | clicked: 41 | comment | | source: www.dotnetfunda.com
tags: C# .NET
3
Shouts

Saving HTML 5 Canvas as Image on the server using ASP.NET

published 548 days, 4 hours, 39 minutes ago posted by dotnetfundadotnetfunda 557 days, 15 hours, 43 minutes ago
Monday, November 21, 2011 3:39:39 PM GMT Saturday, November 12, 2011 4:35:32 AM GMT
HTML 5 has a very nice drawing API in the form of new Canvas element. Canvas is used for rendering graphs, game graphics, or other visual images on the fly. Canvas is a rectangular area that we can add to our HTML5 page. In this article, we shall learn how to draw a shape on the HTML 5 Canvas and save it as image on the server. (more)
category: Web Dev | clicked: 27 | comment | | source: www.dotnetfunda.com
tags: html5
2
Shouts

How to render ordered list or un-ordered list (bulleted) using Repeater control?

published 556 days, 13 hours, 52 minutes ago posted by dotnetfundadotnetfunda 559 days, 14 hours, 33 minutes ago
Sunday, November 13, 2011 6:26:32 AM GMT Thursday, November 10, 2011 5:45:57 AM GMT
In this article, we shall learn how to list collection of records in the ordered or un-ordered list with custom look and feel using asp:Repeater control. (more)
category: Web Dev | clicked: 12 | 1 comment | | source: www.dotnetfunda.com
tags: ASP.NET
4
Shouts

How to perform CRUD (Create Read Update & Delete) operation in ListView.

published 566 days, 18 hours, 9 minutes ago posted by dotnetfundadotnetfunda 568 days, 9 hours, 10 minutes ago
Thursday, November 03, 2011 2:09:25 AM GMT Tuesday, November 01, 2011 11:08:30 AM GMT
To perform data manipulation (CRUD - Create, Read, Update and Delete) in the ListView, we can follow this approach. (more)
category: Web Dev | clicked: 23 | 1 comment | | source: www.dotnetfunda.com
4
Shouts

How to get the primary key value of the GridView rows in JavaScript or popup page?

published 566 days, 18 hours, 9 minutes ago posted by dotnetfundadotnetfunda 569 days, 14 hours, 26 minutes ago
Thursday, November 03, 2011 2:09:25 AM GMT Monday, October 31, 2011 5:52:59 AM GMT
To get the primary ke value of the GridView records in JavaScript, we can follow this approach. (more)
category: Web Dev | clicked: 21 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

How to display mouseover effect on GridView rows using CSS?

published 569 days, 23 hours, 37 minutes ago posted by dotnetfundadotnetfunda 571 days, 11 hours, 25 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Saturday, October 29, 2011 8:53:28 AM GMT
To display mouseover effect on the GridView row, we can follow this approach. (more)
category: Web Dev | clicked: 16 | 1 comment | | source: www.dotnetfunda.com
tags: ASP.NET
2
Shouts

How to work with the nested GridView (a GridView inside another GridView) and populate the data?

published 569 days, 23 hours, 37 minutes ago posted by dotnetfundadotnetfunda 573 days, 8 hours, 36 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Thursday, October 27, 2011 11:43:03 AM GMT
To work with nest GridView (a GridView inside another GridView), we can follow this approach. (more)
category: Web Dev | clicked: 15 | 1 comment | | source: www.dotnetfunda.com
tags: ASP.NET
2
Shouts

Building a Calculator using WP 7.1(Mango)

published 569 days, 23 hours, 37 minutes ago posted by dotnetfundadotnetfunda 573 days, 8 hours, 42 minutes ago
Sunday, October 30, 2011 8:41:35 PM GMT Thursday, October 27, 2011 11:36:53 AM GMT
In this article, will create our first Windows Phone application with the "MANGO" flavour.This is the first in the series of article about Windows Phone 7.1 and our journey will begin from here with the making of a simple calculator in Windows Phone 7.1 (more)
category: Web Dev | clicked: 16 | 2 comments | | source: www.dotnetfunda.com
tags: Windows
2
Shouts

How to delete multiple selected records from the GridView?

published 574 days, 20 hours, 56 minutes ago posted by dotnetfundadotnetfunda 576 days, 6 hours, 12 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 2:06:41 PM GMT
To delete multiple selected records from the GridView, we can follow this approach. GridvIew control is a powerful data grid control that allows us to display the data in tabular format with sorting and pagination. It also allows us to manipulate the data. (more)
category: Web Dev | clicked: 10 | comment | | source: www.dotnetfunda.com
3
Shouts

Create TermSets at Multiple Levels using Hash Table in Powershell

published 574 days, 20 hours, 56 minutes ago posted by dotnetfundadotnetfunda 576 days, 8 hours, 27 minutes ago
Tuesday, October 25, 2011 11:22:55 PM GMT Monday, October 24, 2011 11:51:55 AM GMT
Term Store Management using Powershell Script : Creating Groups, Terms and Termsets using Powershell Script. HashTable is used to create multiple Terms and TermSets at a time. Purpose of this article is the usage of HashTable and Powershell script at multiple levels of Managed MetadatService to create Termsets and Terms. (more)
category: Web Dev | clicked: 6 | 1 comment | | source: www.dotnetfunda.com
4
Shouts

Portal Site Collection in SharePoint 2010

published 576 days, 8 hours, 26 minutes ago posted by dotnetfundadotnetfunda 576 days, 14 hours, 1 minute ago
Monday, October 24, 2011 11:52:24 AM GMT Monday, October 24, 2011 6:17:50 AM GMT
In this article we will be seeing how to add site collection link to global breadcrumb navigation. (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.dotnetfunda.com
tags: Sharepoint
2
Shouts

What is stored for developers in Windows 8

published 576 days, 8 hours, 26 minutes ago posted by dotnetfundadotnetfunda 576 days, 14 hours, 55 minutes ago
Monday, October 24, 2011 11:52:24 AM GMT Monday, October 24, 2011 5:23:07 AM GMT
In this post I discuss some important stuff which every .net developer must know if he or she is intrested in Windows 8 platform. (more)
category: Web Dev | clicked: 17 | 1 comment | | source: www.dotnetfunda.com
tags: others
Previous 1 2 3 4 5 6 7 8 9 10 ... 30 31 Next