dotnetfunda
Name: dotnetfunda
Score: 10,580.1
Last Seen: 364 days, 6 hours, 53 minutes ago
Member Since: 14 November, 2009
DotNetShoutout
atom rss
3
Shouts

Service Unavailable HTTP Error 503. The service is unavailable : SharePoint 2010

published 673 days, 9 hours, 13 minutes ago posted by dotnetfundadotnetfunda 675 days, 11 hours, 40 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Tuesday, July 19, 2011 5:11:07 PM GMT
In this article we shall try to fix the error "Service Unavailable HTTP Error 503. The service is unavailable" in SharePoint 2010. (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.dotnetfunda.com
tags: Sharepoint
2
Shouts

Using Order by Clause with Column_Index instead of Column Name

published 673 days, 9 hours, 13 minutes ago posted by dotnetfundadotnetfunda 675 days, 19 hours, 38 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Tuesday, July 19, 2011 9:13:17 AM GMT
This article enable you to learn how to use Column Index Number instead of Column Name in the order by clause and where it should be used. (more)
category: Data | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: SQL Server
3
Shouts

ASP.NET Validations Tips and Tricks Part-II

published 676 days, 7 hours, 7 minutes ago posted by dotnetfundadotnetfunda 676 days, 12 hours, 27 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Monday, July 18, 2011 4:23:56 PM GMT
In this article we shall learn how to validate two different sets of Form fields separately, how to validate a textbox for range of values and how to validate a textbox for correct date. (more)
category: Web Dev | clicked: 28 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Private Constructor in C#

published 676 days, 7 hours, 7 minutes ago posted by dotnetfundadotnetfunda 677 days, 11 hours, 19 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Sunday, July 17, 2011 5:32:42 PM GMT
In this article we will learn creating a private contructor and instantiating an object (more)
category: Web Dev | clicked: 19 | 1 comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

Edit, Delete, Paging in gridview using Jquery simplemethod Part-1

published 676 days, 7 hours, 7 minutes ago posted by dotnetfundadotnetfunda 677 days, 21 hours, 33 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Sunday, July 17, 2011 7:18:44 AM GMT
In this article we shall learn how to delete, edit, paging in gridview using jquery (without page refresh) (more)
category: Web Dev | clicked: 18 | 1 comment | | source: www.dotnetfunda.com
tags: jQuery
2
Shouts

Delegates to Events a close look and practical use

posted by dotnetfundadotnetfunda 678 days, 21 hours, 54 minutes ago
Saturday, July 16, 2011 6:57:29 AM GMT
This article describes basics about delegate and events and later shows how it can be used in project or real time scenario. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

Mid age career crisis : DotNetFunda.Com

posted by dotnetfundadotnetfunda 678 days, 22 hours, 32 minutes ago
Saturday, July 16, 2011 6:19:41 AM GMT
I am currently out of work for nearly two years now. I have a left my previous organization cause it was just not working for my after putting years of hard work and dedication I had a burnt-out feeling and total boredom. This ultimately led to health issues like insomnia and tiredness and also affected my performance at work. (more)
category: Agile | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: career advice
3
Shouts

ASP.NET Validations Tips and Tricks Part-I

posted by dotnetfundadotnetfunda 679 days, 16 hours, 9 minutes ago
Friday, July 15, 2011 12:42:23 PM GMT
In this article we shall learn how to validate a TextBox as a mandatory field, how to validate a DropDownList / ListBox and What is Cause Validation property and how to avoid validation on clicking of a button. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Button Tips and Tricks Part-III

published 679 days, 17 hours, 46 minutes ago posted by dotnetfundadotnetfunda 680 days, 16 hours, 5 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Thursday, July 14, 2011 12:46:40 PM GMT
In this article we shall learn how to apply CSS style from the sever side to the asp:Button control, how to fire a server side event on click of the Link and how to specify image as a button and fire server side event. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

Microsoft Certifications - What why and how

published 679 days, 17 hours, 46 minutes ago posted by dotnetfundadotnetfunda 681 days, 16 hours ago
Friday, July 15, 2011 11:05:20 AM GMT Wednesday, July 13, 2011 12:51:43 PM GMT
Many a times Microsoft(R) certifications related questions are asked in the DotNetFunda.com Discussion Forums. In this post I am trying to clarify some doubts about it. My effort here is to provide a clear initial guidance (in simple words) to the readers to understand about how the certifications are done, which certifications to take and what are the benefits. (more)
category: Web Dev | clicked: 18 | 1 comment | | source: www.dotnetfunda.com
tags: others
2
Shouts

Weak references in .NET (Part II)

published 679 days, 17 hours, 46 minutes ago posted by dotnetfundadotnetfunda 682 days, 13 hours, 41 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Tuesday, July 12, 2011 3:10:37 PM GMT
This is continutaion of earlier article on the same subject, delving into long weak references. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.dotnetfunda.com
tags: .NET Framework
2
Shouts

Display Current Login username in sharepoint control

published 682 days, 11 hours, 37 minutes ago posted by dotnetfundadotnetfunda 682 days, 23 hours, 58 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Tuesday, July 12, 2011 4:53:36 AM GMT
In this article, we are going to learn how to display current login username in sharepoint using Javascript. (more)
category: Web Dev | clicked: 4 | 1 comment | | source: www.dotnetfunda.com
tags: Sharepoint
2
Shouts

To view full viewname in sharepoint

published 682 days, 11 hours, 37 minutes ago posted by dotnetfundadotnetfunda 683 days, 15 hours, 19 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 1:32:28 PM GMT
In sharepoint view if the view name is bit long then its trimming the name with three dots. Last week I got a requirement from client that he need a fullname of the view.So I searched to see any configuration change in sharepoint. But I didnt come across any solution. So i plan to do it using javascript...... (more)
category: Web Dev | clicked: 5 | 1 comment | | source: www.dotnetfunda.com
tags: Sharepoint
2
Shouts

Button Tips and Tricks Part-I

published 682 days, 11 hours, 37 minutes ago posted by dotnetfundadotnetfunda 683 days, 17 hours, 29 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 11:22:47 AM GMT
In this article we shall learn how to fire Server Side method on click of the button, how to access the CommandName property of the asp: Button (using OnCommand event) and what is the use of it and how to access the CommandName property of the asp:Button (using OnClick event) and what is the use of it. (more)
category: Web Dev | clicked: 8 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
4
Shouts

ASP.NET 4.0 Routing

published 679 days, 17 hours, 46 minutes ago posted by dotnetfundadotnetfunda 683 days, 23 hours, 36 minutes ago
Friday, July 15, 2011 11:05:20 AM GMT Monday, July 11, 2011 5:15:20 AM GMT
In this article, i have tried to explain the ASP.NET 4.0 Routing, with few examples. (more)
category: Web Dev | clicked: 30 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Using Xml file With the Gridview and Textboxes

published 682 days, 11 hours, 37 minutes ago posted by dotnetfundadotnetfunda 683 days, 23 hours, 56 minutes ago
Tuesday, July 12, 2011 5:14:41 PM GMT Monday, July 11, 2011 4:54:55 AM GMT
The output demonstrates the use of xml file in binding to gridview. This is one of sample webapplication while learning the xml, Xpath and populating gridview. (more)
category: Web Dev | clicked: 3 | 1 comment | | source: www.dotnetfunda.com
tags: ASP.NET
3
Shouts

TextBox Tips and Tricks Part-I

posted by dotnetfundadotnetfunda 689 days, 15 hours, 11 minutes ago
Tuesday, July 05, 2011 1:40:15 PM GMT
In this article we shall learn how to programmatically set the TextBox value and get the TextBox value, render a password type textbox and how to specify the AutoComplete type of the TextBox and what is the use of it. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP.NET 4
3
Shouts

Winners of Article Writing Competition 2011

posted by dotnetfundadotnetfunda 690 days, 14 hours, 48 minutes ago
Monday, July 04, 2011 2:03:46 PM GMT
Since last two months we were running "Article Writing Competition - 2011" on the occasion of 4th year of excellent track record of serving .NET Community. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: others
3
Shouts

How to bind dropdownlist with database value

posted by dotnetfundadotnetfunda 690 days, 15 hours, 55 minutes ago
Monday, July 04, 2011 12:56:14 PM GMT
In this article, we shall learn how to bind DropDownList or ListBox to the records coming in from the database. (more)
category: Web Dev | clicked: 5 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
3
Shouts

HTML 5 Primer

posted by dotnetfundadotnetfunda 690 days, 18 hours, 34 minutes ago
Monday, July 04, 2011 10:16:53 AM GMT
The standard for HTML5 is drafted in May-2011. It would be finalized soon. It would be interesting to see what it offers and what one need to know about it. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: HTML 5
Previous 1 2 ... 4 5 6 7 8 9 10 11 12 13 ... 30 31 Next