Tuesday, August 25, 2009
Friday, August 21, 2009
Creating Dynamic TextBox Controls in ASP.Net
In this article I will explain how to create dynamic TextBox control in asp.net. I will also explain how to retain value across postbacks and also how to recreate the controls on each postback. In addition I will explain how to dynamically attach event handlers to TextBox control in asp.net
http://www.aspsnippets.com/post/2009/06/13/Creating-Dynamic-TextBox-Controls-in-ASPNet.aspx
http://www.aspsnippets.com/post/2009/06/13/Creating-Dynamic-TextBox-Controls-in-ASPNet.aspx
Wednesday, August 19, 2009
Refer the links for sending emails
I include the links for sending emails using C# nad ASP.NET. The most frequently most people asked this questions. The below links gives the basic ideas of sending emails.
1) http://www.aspheute.com/english/20000918.asp
2) http://www.sitepoint.com/article/sending-web-email-asp-net/
3) http://www.codeproject.com/KB/aspnet/SMTPGmail.aspx
4) http://www.jscape.com/articles/sending_email_using_csharp.html
5) http://www.aspnettutorials.com/tutorials/email/email-aspnet2-csharp.aspx
6) http://www.codersource.net/csharp_sending_emails.aspx
7) http://www.csharphelp.com/archives4/archive637.html
8) http://www.codeproject.com/KB/IP/sendmailcsharp.aspx
9) http://www.codedigest.com/Articles/ASPNET/95_Sending_Email_using_C__and_ASPNet_20.aspx
10) http://mudassarkhan.wordpress.com/2009/01/09/send-email-using-c/
11) http://nkmytechnologies.blogspot.com/2009/08/send-email-asynchronously-with-aspnet.html
1) http://www.aspheute.com/english/20000918.asp
2) http://www.sitepoint.com/article/sending-web-email-asp-net/
3) http://www.codeproject.com/KB/aspnet/SMTPGmail.aspx
4) http://www.jscape.com/articles/sending_email_using_csharp.html
5) http://www.aspnettutorials.com/tutorials/email/email-aspnet2-csharp.aspx
6) http://www.codersource.net/csharp_sending_emails.aspx
7) http://www.csharphelp.com/archives4/archive637.html
8) http://www.codeproject.com/KB/IP/sendmailcsharp.aspx
9) http://www.codedigest.com/Articles/ASPNET/95_Sending_Email_using_C__and_ASPNet_20.aspx
10) http://mudassarkhan.wordpress.com/2009/01/09/send-email-using-c/
11) http://nkmytechnologies.blogspot.com/2009/08/send-email-asynchronously-with-aspnet.html
Shutdown or restart Computer in the network
1) Start>>Run and type cmd and press Enter.
2) type shutdown /i
3) add the computers on your network ,set the display timing and enter the shutdown
Usage: shutdown [-i -l -s -r -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]
No args => Display this message (same as -?)
-i => Display GUI interface, must be the first option
-l => Log off (cannot be used with -m option)
-s => Shutdown the computer
-r => Shutdown and restart the computer
-a => Abort a system shutdown
-m \\computername => Remote computer to shutdown/restart/abort
-t xx => Set timeout for shutdown to xx seconds
-c "comment" => Shutdown comment (maximum of 127 characters)
-f => Forces running applications to close without warning
-d [u][p]:xx:yy => The reason code for the shutdown
u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer less than 256)
yy is the minor reason code (positive integer less than 65536)
For more see the link for win2000 http://support.microsoft.com/kb/317371
2) type shutdown /i
3) add the computers on your network ,set the display timing and enter the shutdown
Usage: shutdown [-i -l -s -r -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]
No args => Display this message (same as -?)
-i => Display GUI interface, must be the first option
-l => Log off (cannot be used with -m option)
-s => Shutdown the computer
-r => Shutdown and restart the computer
-a => Abort a system shutdown
-m \\computername => Remote computer to shutdown/restart/abort
-t xx => Set timeout for shutdown to xx seconds
-c "comment" => Shutdown comment (maximum of 127 characters)
-f => Forces running applications to close without warning
-d [u][p]:xx:yy => The reason code for the shutdown
u is the user code
p is a planned shutdown code
xx is the major reason code (positive integer less than 256)
yy is the minor reason code (positive integer less than 65536)
For more see the link for win2000 http://support.microsoft.com/kb/317371
Friday, August 14, 2009
About Visual Studio Product
Visual Studio is a tool provided by the Microsoft to develop .NET or(Microsoft based) application. Using this tool will easy for us to create, maintain, debug and to deploy a project like Web applications, XML Web Services, and traditional client applications. The single tool include all the Microsoft technologies like ASP.NET, Silverlight, AJAX, Windows application, etc for the developers.
For more information in detail refer this link http://msdn.microsoft.com/en-us/library/aa187919.aspx
Visual Studio Editions
1) Express Edition
2) Standard Edition
3) Professional Edition
4) Visual Studio Tools For office
The above different kinds of product are classified based on the features. To more in detail about the feature that are available on each product check this link http://msdn.microsoft.com/en-us/library/zcbsd3cz%28VS.80%29.aspx (This is for VS2005)
To see different kinds of product available in VS2008 use the below link
http://www.microsoft.com/visualstudio/en-us/products/default.mspx
The below mentioned product are free for download and install it. The below product we call it as express edition.
In the express editions different kinds of product are available
1) Visual Basic 2008 Express with SP1
2) Visual C# 2008 Express with SP1
3) Visual C++ 2008 Express with SP1
4) Visual Web Developer 2008 Express with SP1
The above four application are for developing windows application and one specially for developing games
The another Express edition for developers is SQL Server 2008 Express
To know more about the Express Edition Products check the below links http://www.microsoft.com/express/product/ .In the same link the downloads are also available.
For developers the msdn Site is : http://msdn.microsoft.com/en-us/vstudio/default.aspx . This site keep you up-to-date with current information’s
Before going to install the Visual studio refer this link first http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx
Comments are invited about this post :)
For more information in detail refer this link http://msdn.microsoft.com/en-us/library/aa187919.aspx
Visual Studio Editions
1) Express Edition
2) Standard Edition
3) Professional Edition
4) Visual Studio Tools For office
The above different kinds of product are classified based on the features. To more in detail about the feature that are available on each product check this link http://msdn.microsoft.com/en-us/library/zcbsd3cz%28VS.80%29.aspx (This is for VS2005)
To see different kinds of product available in VS2008 use the below link
http://www.microsoft.com/visualstudio/en-us/products/default.mspx
The below mentioned product are free for download and install it. The below product we call it as express edition.
In the express editions different kinds of product are available
1) Visual Basic 2008 Express with SP1
2) Visual C# 2008 Express with SP1
3) Visual C++ 2008 Express with SP1
4) Visual Web Developer 2008 Express with SP1
The above four application are for developing windows application and one specially for developing games
The another Express edition for developers is SQL Server 2008 Express
To know more about the Express Edition Products check the below links http://www.microsoft.com/express/product/ .In the same link the downloads are also available.
For developers the msdn Site is : http://msdn.microsoft.com/en-us/vstudio/default.aspx . This site keep you up-to-date with current information’s
Before going to install the Visual studio refer this link first http://msdn.microsoft.com/en-us/library/e2h7fzkw.aspx
Comments are invited about this post :)
Monday, August 10, 2009
Content Types in Windows SharePoint Services 3.0
Click on the below links to view the video tutorials
1) Building Custom Content Types in Windows SharePoint Services 3.0
In Windows SharePoint Services, a content type is a reusable collection of settings that are applied to a certain category of content. Learn how to build a custom content type by using Microsoft Visual Studio 2005 Extensions for Windows SharePoint Services 3.0.
2) Creating and Using Content Types in Windows SharePoint Services 3.0
Windows SharePoint Services 3.0 introduces a new innovation named Content Types that allows users and developers to create reusable definitions for an item in a list or a document within a document library. This tutorial demonstrates how to create user-defined content types using inheritance and how to configure a document library to use these content types.
3) SharePoint Site Columns and Content Types via a Feature
This video demonstrates how to use Visual Studio to build a SharePoint Feature that creates Site Columns and Content Types.
4) Using Content Types
Content types are designed to help users organize their SharePoint content in a more meaningful way. A content type is a reusable collection of settings you want to apply to a certain category of content. In this video, Rob Windsor will demonstrate how to use content types to define reusable list schemas, how to use content type inheritance, and how to associate multiple content types with a list or library
1) Building Custom Content Types in Windows SharePoint Services 3.0
In Windows SharePoint Services, a content type is a reusable collection of settings that are applied to a certain category of content. Learn how to build a custom content type by using Microsoft Visual Studio 2005 Extensions for Windows SharePoint Services 3.0.
2) Creating and Using Content Types in Windows SharePoint Services 3.0
Windows SharePoint Services 3.0 introduces a new innovation named Content Types that allows users and developers to create reusable definitions for an item in a list or a document within a document library. This tutorial demonstrates how to create user-defined content types using inheritance and how to configure a document library to use these content types.
3) SharePoint Site Columns and Content Types via a Feature
This video demonstrates how to use Visual Studio to build a SharePoint Feature that creates Site Columns and Content Types.
4) Using Content Types
Content types are designed to help users organize their SharePoint content in a more meaningful way. A content type is a reusable collection of settings you want to apply to a certain category of content. In this video, Rob Windsor will demonstrate how to use content types to define reusable list schemas, how to use content type inheritance, and how to associate multiple content types with a list or library
Thursday, August 6, 2009
Automating Applications Using the Office Object Model
The below links are referring to the Office object model, managing the office product programmatically. Automation is the key technology that makes creating an integrated Microsoft Office solution possible. The key to understanding automation is to understand objects, object models, and interop assemblies: what they are, how they work, and how they work together.
Word Tasks
This section provides examples of commonly performed tasks that make use of the Microsoft Office Word 2003 object model in Microsoft Visual Studio 2005 Tools for the Microsoft Office System.
http://msdn.microsoft.com/en-us/library/78whx7s6(VS.80).aspx
Excel Tasks
This section provides examples of commonly performed tasks that make use of the Microsoft Office Excel 2003 object model in Microsoft Visual Studio 2005 Tools for the Microsoft Office System.
http://msdn.microsoft.com/en-us/library/syyd7czh(VS.80).aspx
Outlook Tasks
This section provides examples of commonly performed tasks that make use of the Microsoft Office Outlook object model in Microsoft Visual Studio 2005 Tools for the Microsoft Office System.
http://msdn.microsoft.com/en-us/library/ms268731(VS.80).aspx
Word Tasks
This section provides examples of commonly performed tasks that make use of the Microsoft Office Word 2003 object model in Microsoft Visual Studio 2005 Tools for the Microsoft Office System.
http://msdn.microsoft.com/en-us/library/78whx7s6(VS.80).aspx
Excel Tasks
This section provides examples of commonly performed tasks that make use of the Microsoft Office Excel 2003 object model in Microsoft Visual Studio 2005 Tools for the Microsoft Office System.
http://msdn.microsoft.com/en-us/library/syyd7czh(VS.80).aspx
Outlook Tasks
This section provides examples of commonly performed tasks that make use of the Microsoft Office Outlook object model in Microsoft Visual Studio 2005 Tools for the Microsoft Office System.
http://msdn.microsoft.com/en-us/library/ms268731(VS.80).aspx
Wednesday, August 5, 2009
Monday, August 3, 2009
Enable Excel Services in sharepoint
This video explains adding library to trusted location and how to add the data connection to trusted one and more watch and enjoy
Subscribe to:
Posts (Atom)