dotnetfunda
Name: dotnetfunda
Score: 10,580.1
Last Seen: 364 days, 11 hours, 19 minutes ago
Member Since: 14 November, 2009
DotNetShoutout
atom rss
2
Shouts

How to work with or create Master pages in ASP.NET?

published 660 days, 13 hours, 24 minutes ago posted by dotnetfundadotnetfunda 662 days, 18 hours, 1 minute ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 3:16:31 PM GMT
In this article, we shall learn how to create and use master page in ASP.NET. (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Video : asp.net ImageButton, Hyperlink, and Image tips and tricks Video Tutorials

published 662 days, 14 hours, 26 minutes ago posted by dotnetfundadotnetfunda 663 days, 15 hours, 26 minutes ago
Monday, August 01, 2011 6:51:20 PM GMT Sunday, July 31, 2011 5:51:40 PM GMT
How to specify image as a button and fire server side event? How to fire JavaScript function on click of the asp:ImageButton? How to apply CSS style from the server side to the asp:ImageButton control? How to specify the alternate text of the Image button so that if image is not available, the text displays? How to fire JavaScript function on click of the image? How to apply CSS style to the image? (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

ToolTip in GridView using JQUERY Simple method

published 662 days, 14 hours, 26 minutes ago posted by dotnetfundadotnetfunda 663 days, 15 hours, 41 minutes ago
Monday, August 01, 2011 6:51:20 PM GMT Sunday, July 31, 2011 5:36:35 PM GMT
In this article I am going to show a simple tooltip in GridView using jQuery. (more)
category: Web Dev | clicked: 21 | comment | | source: www.dotnetfunda.com
tags: jQuery
2
Shouts

DataTypes in C#

published 663 days, 13 hours, 25 minutes ago posted by dotnetfundadotnetfunda 663 days, 23 hours, 11 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Sunday, July 31, 2011 10:06:19 AM GMT
In this Article we are going to learn about Data Types in C# (more)
category: Web Dev | clicked: 9 | comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

How to load the user control dynamically?

published 663 days, 13 hours, 25 minutes ago posted by dotnetfundadotnetfunda 663 days, 23 hours, 23 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Sunday, July 31, 2011 9:54:55 AM GMT
In this article, we shall learn how to load the user control dynamically. (more)
category: Web Dev | clicked: 14 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

How to show Desktop Notifications in Silverlight

published 663 days, 13 hours, 25 minutes ago posted by dotnetfundadotnetfunda 665 days, 17 hours, 30 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Friday, July 29, 2011 3:47:58 PM GMT
You might want to show notification from your application like outlook does. As a Silverlight Evangelist I will only demonstrate the Silverlight way. It is just an easy thing to do. (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetfunda.com
tags: Silverlight
2
Shouts

Edit in gridview using jquery simple method part-2

published 663 days, 13 hours, 25 minutes ago posted by dotnetfundadotnetfunda 665 days, 17 hours, 39 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Friday, July 29, 2011 3:38:47 PM GMT
This is the second part of my first article where I am explaining how to edit the GridView using jQuery. (more)
category: Web Dev | clicked: 16 | comment | | source: www.dotnetfunda.com
tags: jQuery
2
Shouts

Software patterns - GRASP (Part III – Creator)

published 663 days, 13 hours, 25 minutes ago posted by dotnetfundadotnetfunda 665 days, 17 hours, 43 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Friday, July 29, 2011 3:34:04 PM GMT
In this part of article for "Software Architecture- GRASP", we would run through the process of assigning responsibilties of creation of instance to a creator class. (more)
category: Web Dev | clicked: 16 | comment | | source: www.dotnetfunda.com
tags: Best Practices
2
Shouts

How to implement fragment caching in ASP.NET?

published 667 days, 11 hours, 27 minutes ago posted by dotnetfundadotnetfunda 668 days, 2 hours, 45 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Wednesday, July 27, 2011 6:32:40 AM GMT
In this article, we shall learn how to cache the user control data or how to implement partial/fragment caching in asp.net. (more)
category: Web Dev | clicked: 17 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
4
Shouts

What is MVC (Model view controller) routing (Tutorial number 7)?

posted by dotnetfundadotnetfunda 668 days, 18 hours, 2 minutes ago
Tuesday, July 26, 2011 3:15:58 PM GMT
This is the 7th MVC (Model view controller) tutorial and in this article we will look what is MVC routing. In case you are completely new to MVC (Model view controller), do have a look at the previous articles and videos given in the table below for quick start (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: ASP .NET MVC
3
Shouts

Object Initializers in .NET framework (Part II- Collection Initializers)

posted by dotnetfundadotnetfunda 669 days, 1 hour, 59 minutes ago
Tuesday, July 26, 2011 7:18:16 AM GMT
Collection initializers are series of object initializers thus providing a shorthand method for initializing collections. Its very useful feature provided by C# 3.0 and needs to be utilized in conjunction with object initializers. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
tags: .NET Framework
2
Shouts

Select-unselect checkboxes using jquery with asp.net, and retrieving id of selected checkboxes at server side

posted by dotnetfundadotnetfunda 669 days, 15 hours, 15 minutes ago
Monday, July 25, 2011 6:02:36 PM GMT
Many times we need to select checkboxes in listing page to apply actions such as delete, active, inactive on selected checkboxes. In that case we just needed IDs of selected checkboxes, and we can do that by jquery, so no need to perform looping at server side. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.dotnetfunda.com
tags: jQuery
2
Shouts

How to create a user control and use it in the content page or master page?

published 668 days, 13 hours, 6 minutes ago posted by dotnetfundadotnetfunda 670 days, 2 hours, 28 minutes ago
Tuesday, July 26, 2011 8:11:13 PM GMT Monday, July 25, 2011 6:49:49 AM GMT
In this article, we shall learn how to create a user control and use it in the content pages or master pages. (more)
category: Web Dev | clicked: 6 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

How to create a menu in ASP.NET using asp:Menu control

published 672 days, 1 hour, 4 minutes ago posted by dotnetfundadotnetfunda 673 days, 4 hours, 41 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Friday, July 22, 2011 4:36:05 AM GMT
In this article we shall learn how to generate a menu based on SiteMap file and how to generate Menu from the database. (more)
category: Web Dev | clicked: 8 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

C# Fundamentals

posted by dotnetfundadotnetfunda 673 days, 22 hours, 13 minutes ago
Thursday, July 21, 2011 11:04:47 AM GMT
In this article we are going learn OOPs princeples, sample program in C#, C# keywords and identifiers. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: C#
2
Shouts

ASP.NET Dynamic Data - a boon for developers

posted by dotnetfundadotnetfunda 673 days, 23 hours, 23 minutes ago
Thursday, July 21, 2011 9:54:54 AM GMT
In this article we shall learn ASP.NET Dynamic data. With .NET 3.5, a new cool feature is added named as Dynamic Data which is a RAD development paradigm for building functional websites. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: ASP .NET
2
Shouts

Creating Dynamic Menu in ASP.Net

posted by dotnetfundadotnetfunda 674 days, 20 hours, 23 minutes ago
Wednesday, July 20, 2011 12:54:06 PM GMT
Creating Dynamic Menu in ASP.net using the Menu Control by fetching the data from the databse. (more)
category: Web Dev | clicked: 2 | comment | | source: www.dotnetfunda.com
2
Shouts

Want to do career in studying detail Google Search Algorithms : DotNetFunda.Com

posted by dotnetfundadotnetfunda 674 days, 22 hours, 25 minutes ago
Wednesday, July 20, 2011 10:52:27 AM GMT
Hello Sir ! I am Dinesh Kudache from Sangli, Maharashtra. Currently I am learning MCA-II(Sci) from Kolhapur. I Want to do career in studying detail Google Search Algorithms. Please tell me such type of course available in Web development. Please help me. Thanks in advance... ..Regards, (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetfunda.com
tags: career advice
2
Shouts

How can we take all the SQL SERVER Database Backup at once

posted by dotnetfundadotnetfunda 675 days, 2 hours, 10 minutes ago
Wednesday, July 20, 2011 7:07:49 AM GMT
Here I am going to share how can we take the database backup of all the SQL Server databases at once instead of taking it individually. (more)
category: Data | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: SQL Server
2
Shouts

ASP.NET Validations Tips and Tricks Part-III

published 673 days, 13 hours, 39 minutes ago posted by dotnetfundadotnetfunda 675 days, 2 hours, 50 minutes ago
Thursday, July 21, 2011 7:38:07 PM GMT Wednesday, July 20, 2011 6:27:40 AM GMT
In this article we shall learn how to validate a valid email address entered into the textbox, how to compare two textboxes for equality, like password and confirm password, how to perform custom validation in ASP.NET and how to display all validation failed errors in the Alert box or as a summary. (more)
category: Web Dev | clicked: 6 | 1 comment | | source: www.dotnetfunda.com
tags: ASP .NET
Previous 1 2 3 4 5 6 7 8 9 10 11 12 ... 30 31 Next