DotNetShoutout - Stories tagged with c sharp
2
Shouts

A journey from Login Page to Logout Page in Asp.net | Developers Code

published 412 days, 23 hours, 50 minutes ago posted by taanu51taanu51 417 days, 6 hours, 31 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Saturday, March 31, 2012 3:23:02 AM GMT
So many articles we have already written on Basic concepts in Asp.net like creating Login page, Registration page, Logout page, Session redirect,Check availability and so on...All these articles are mainly concentrated on beginners.still We are getting so many requests from beginners.Thats why i would like to configure all these articles at one page in order to complete the process from start to end... Tasks For Beginners :  Question : Create Dynamic Registration form in Asp.net Solutio... (more)
category: Web Dev | clicked: 57 | comment | | source: www.developerscode.com
tags: c sharp, ASP.NET
4
Shouts

Display the Menu Items using XML file in Aspnet | DevelopersCode

posted by taanu51taanu51 635 days, 6 hours, 28 minutes ago
Friday, August 26, 2011 3:26:26 AM GMT
Hi all, Today I am going to explain the topic "Display the MenuItems using XML file". I think everyone's mind, might have a question that Why should I use XML file in all the times? The Simple Answer is "XML is a cross-platform, hardware and software independent, text based markup language, which enables you to store data in a structured format by using meaningful tags. XML stores structured data in XML documents that are similar to databases." Implementation: For this, you have to cre... (more)
category: Web Dev | clicked: 6 | comment | | source: www.developerscode.com
tags: c sharp, XML, Menu Control, ASP.NET
3
Shouts

Connecting with MS Access 2007 database from C# Windows application

published 636 days, 5 hours, 59 minutes ago posted by dotnetfundadotnetfunda 636 days, 22 hours, 59 minutes ago
Thursday, August 25, 2011 3:55:04 AM GMT Wednesday, August 24, 2011 10:55:05 AM GMT
This article explains to us , how to connect with MS Access 2007 database from C# Windows application. (more)
category: Web Dev | clicked: 3 | comment | | source: www.dotnetfunda.com
tags: c sharp
3
Shouts

Display Facebook Online Users in Aspnet | DevelopersCode

published 649 days, 12 hours, 52 minutes ago posted by taanu51taanu51 649 days, 23 hours, 45 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:08:30 AM GMT
Hi friends, In this article i would like to explain a simple trick to integrate chating popup window in Aspnet for Facebook lovers First Open the visual studio 2008 Next,select a Aspnet Website and change the name as FacebookChating.aspx Next,Click on the source page of FacebookChating.aspx write the following code in the Head sectionand write the following code in the body sectionThats it..friends.....Subscribe to Get this Post as E Book Other Recommended Posts: Aspnet , Facebook (more)
category: Web Dev | clicked: 23 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, Facebook, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Simple steps to understand Delegates in C# | DevelopersCode

published 649 days, 12 hours, 52 minutes ago posted by taanu51taanu51 649 days, 23 hours, 47 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:06:41 AM GMT
Hi friends, in this article I would like share some important and simple steps about Delegates in C#Steps: 1) Delegates are similar to C++ Function Pointers2) Delegates holds the address of one or Address of many functions 3) Delegate Encapsulates (hides) some information like Class names and method names4) Delegates divided in to 2 types àSingle cast Delegate àMulticast Delegate Single cast Delegate: Single cast holds the address of one function Multicast Delegates: à Multicast cast delegates ho... (more)
category: Web Dev | clicked: 20 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Difference between Data Reader and Dataset | DevelopersCode

published 649 days, 12 hours, 52 minutes ago posted by taanu51taanu51 649 days, 23 hours, 48 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:05:46 AM GMT
Hi friends, in this article I would like share some important differences between Data Reader and Dataset Data set: --> Dataset is a class, which is the part of System. Data Namespace --> Dataset supports connectionless architecture. That is, active connection is not required while working with datasets --> Dataset cannot communicate directly with database Hence data adapter is required to carry the data in between dataset and database --> Data Adapter is used to carry the data but ... (more)
category: Web Dev | clicked: 14 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

Develop your own TextBox with a new enumerated property called as Input Type | DevelopersCode

published 649 days, 12 hours, 52 minutes ago posted by taanu51taanu51 649 days, 23 hours, 49 minutes ago
Thursday, August 11, 2011 9:01:49 PM GMT Thursday, August 11, 2011 10:04:36 AM GMT
Hi Friends,In this tutorial i wolud like to explian very interesting topic about creating your own Textbox.Here we are creating two types of text boxes .one Textbox for accepting only digits and another textbox accepting only alphabets(Upper case and lower case) Step 1)First open the visual studio 2008 Step 2)Next open the windows forms control library project and change the name as UserDefinedTextBox Step 3)next open the code view Step 4)change the class declaration as follows public partial clas... (more)
category: Web Dev | clicked: 12 | comment | | source: www.developerscode.com
tags: ASP .NET 4.0, sql 2005, ASP.Net 2.0, ASP .NET AJAX, SQL 2008, C#, c sharp, ASP.NET 2.0 tutorial, ASP .NET 4, C# .NET, ASP.NET
3
Shouts

what is cloud computing for beginners | DevelopersCode

posted by taanu51taanu51 652 days, 7 hours, 5 minutes ago
Tuesday, August 09, 2011 2:49:08 AM GMT
In simple terms "cloud computing" means accessing the database resources via internet.the best examples are google applications,facebook,etc..,let me explain in clearly if your'e searching an article in google search it will retrieve the necessary information from their databases via internet this is called cloud computing.At the same time if you post an article in facebook it will be store the data in their databases via internet this is also called "cloud computing". The major advantages of using Cl... (more)
category: Web Dev | clicked: 20 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET
3
Shouts

How to develop User Defined Events | DevelopersCode

posted by taanu51taanu51 652 days, 7 hours, 5 minutes ago
Tuesday, August 09, 2011 2:48:45 AM GMT
when part of user controls logic and part of form's logic need to be executed at one shot then user defined events are requiredUser Defined events are also called as "Call Back procedure"User Defined events works with the help of "Delegates" Steps to develop user Defined EventsStep1:Create a Delegatesyntax : public delegate void Delegatename(); step2)create an event with the help of Delegatesyntax:public event delegatename Eventname; step3)paise the event syntax : eventname(); step4)define the even... (more)
category: Web Dev | clicked: 30 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET
4
Shouts

Apply sound Effects for validations in aspnet application | DevelopersCode

posted by taanu51taanu51 652 days, 7 hours, 6 minutes ago
Tuesday, August 09, 2011 2:48:21 AM GMT
Hi friends ,we already know how to set the server side validations for our controls in aspnet applications but this time we will try differently that means In this tutorial i would like to explain how to set sound validations for our Asnet controls when an error occurs. so lets start... First Open the visual studio 2008 Next,select one web application Next,Drag and drop two textboxes and one button from ToolBox Next,change the properties for textboxes Now apply the validations for that... (more)
category: Web Dev | clicked: 62 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET
4
Shouts

what is Abstract classes and abstract methods with example | DevelopersCode

published 650 days, 19 hours, 37 minutes ago posted by taanu51taanu51 652 days, 7 hours, 6 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Tuesday, August 09, 2011 2:47:56 AM GMT
Hi friends,i would like to share some important points about abstract classes and abstract methods with example1)Abstract is a keyword which can be used with methods and classes2)whenever a class is not providing full functionality then recommended to declare that class as "Abstract Class" 3)we cannot create a object of abstract class name n=new name();//object is not possiblename n;//reference is possible 4)Refernce works with the help of chile class name n=new gender(); 5)abstract classes are sim... (more)
category: Web Dev | clicked: 59 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET
4
Shouts

Display login form with jquery light box effect in Aspnet | DevelopersCode

posted by taanu51taanu51 652 days, 7 hours, 6 minutes ago
Tuesday, August 09, 2011 2:47:31 AM GMT
Hi friends ,In this tutorial i would like to explain "How to apply jquery lightbox effect in Aspnet" clearly in step by step.just follow the stepsFirst,open the visula studio 2008Next,Select the aspnet web applicationNext,open the Design view of Default.aspx page Next,Drag and drop the Two labels,Two TextBoxes and Two Buttons Next,change the properties for Button 1 Like this, Id ="showedit" Text="Login" Next open the Source page of Default.aspx page and add this code In the Head section add thi... (more)
category: Web Dev | clicked: 192 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET
4
Shouts

What is ADO.NET | DevelopersCode

posted by taanu51taanu51 652 days, 7 hours, 7 minutes ago
Tuesday, August 09, 2011 2:47:07 AM GMT
Hi friends,i would like to explain some basic concepts about ADO.NET for beginners what is a Database A Database of interrelated data is called as Database Database are divided into 3 types What is ADO..? ADO means ActiveX Data Objects ADO.NET is an oject  library (collection of classes ) which is used to commincate with databases ADO.NET helps to develop client server architecture ADO.NET supports two types of connections a)managed connection b)Unmanaged connection ... (more)
category: Web Dev | clicked: 32 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET
3
Shouts

Display Hourly(12Hours or 24 hours) sales information in graph using Aspnet | DevelopersCode

posted by taanu51taanu51 652 days, 7 hours, 8 minutes ago
Tuesday, August 09, 2011 2:45:50 AM GMT
Hi friends In this article i would like to explain "How to bind daily working hours data in graph with the help of ms chart control in Aspnet" First,open the sql server 2008 Next select the NewQuery and check the following query SELECT CONVERT(VARCHAR(2),Datetime,108) as Date,COUNT(sales) AS count FROM PRODUCTS WITH (NOLOCK) WHERE (Datetime BETWEEN DATEDIFF([day], -0, GETDATE()) AND GETDATE()) GROUP BY CONVERT(VARCHAR(2),Datetime,108) ORDER BY Date ASC Next,click on the execute button then it... (more)
category: Web Dev | clicked: 30 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, chart, ASP .NET, SQLServer, Chart Control, C# .NET
3
Shouts

Display daily sales information in graph using Aspnet | DevelopersCode

posted by taanu51taanu51 652 days, 7 hours, 9 minutes ago
Tuesday, August 09, 2011 2:45:04 AM GMT
Hi friends In this article i would like to explain "How to display daya by day information in graph with the help of ms chart control in Aspnet"First,open the sql server 2008Next select the NewQuery and check the following query SELECT CONVERT(VARCHAR(5),DateTime,101) as Date, COUNT(sales) AS count FROM Products WITH (NOLOCK) WHERE DateTime BETWEEN @fromDate AND @todate GROUP BY CONVERT(VARCHAR(5),DateTime,101) ORDER BY Date ASC Next,click on the execute button then it will display the data in hourly wi... (more)
category: Web Dev | clicked: 27 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, chart, ASP .NET, SQLServer, Chart Control, C# .NET
3
Shouts

Display Monthly sales information in graph using Aspnet | DevelopersCode

published 652 days, 13 hours, 54 minutes ago posted by taanu51taanu51 653 days, 51 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:02:57 AM GMT
Hi friends In this article i would like to explain "How to display monthly information in graph with the help of ms chart control in Aspnet" First,open the sql server 2008 Next select the NewQuery and check the following query SELECT month(DateTime) AS [Month] as Date, COUNT(sales) AS count FROM Products WITH (NOLOCK) WHERE DateTime BETWEEN @fromDate AND @todate GROUP BY month(DateTime) ORDER BY month(DateTime) Next,click on the execute button then it will display the data in hourly wise of the... (more)
category: Web Dev | clicked: 27 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

How to add a MS Chart Control to Toolbox in dotnet | DevelopersCode

published 652 days, 13 hours, 54 minutes ago posted by taanu51taanu51 653 days, 52 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:02:25 AM GMT
Hi Friends so many friends and my readers asked me to explain the procedure of adding the MS chart control to toolbox.Here i am going to explain the procedure of adding the MS chart control First,We have to download the MS Chart exe file  For Download click here After the downloading the file,install the file into your system Next,open the program files folder which is located in C drive Next ,open the MS chart control folder,in that we have assemblies folder Next,open the fold... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

Add Xml Datasource to gridview DropDown list | DevelopersCode

published 652 days, 13 hours, 54 minutes ago posted by taanu51taanu51 653 days, 53 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 9:00:46 AM GMT
HI friends ,In this article i would like to explain "how to bind XML Datasource to Dropdown list" just follow the steps clearly First we need to create a XML file to store the data.suppose you would like to store contries data in xml file and bind that data to Dropdown list Step 1:Add new Xml file to your existing Aspnet project Step 2:copy the following code in to XML file   Step 3:save the file with countries.xml Step 4:now open the page which contains Gridview Step 5: Now add the following... (more)
category: Web Dev | clicked: 10 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, XML, SqlServer 2008, ASP .NET, SQLServer, C# .NET, datasource
3
Shouts

How to Send a Mail Using Aspnet with C# | DevelopersCode

published 652 days, 13 hours, 54 minutes ago posted by taanu51taanu51 653 days, 54 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 8:59:35 AM GMT
Hi Friends, In this article i would like to explain the procedure of Sending a mail in Aspnet with c#.I am already explained the procedure of sending a mail with multiple attchaments.Now ,In this article i am going to exaplin only sending a mail in a particular format using Aspnet and C# Just Follow the steps First,open the Default.aspx page Next,ADD some controls from Your Toolbox.that is,Add three Textboxes(one for From Address,another for TO Address and Third one for Bodyof the message) Next,Add... (more)
category: Web Dev | clicked: 19 | 1 comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, SqlServer 2008, Email, ASP .NET, SQLServer, C# .NET, SMTP
3
Shouts

Simple Way to Integrate Facebook login button in Aspnet | DevelopersCode

published 652 days, 13 hours, 54 minutes ago posted by taanu51taanu51 653 days, 5 hours, 17 minutes ago
Monday, August 08, 2011 7:59:35 PM GMT Monday, August 08, 2011 4:37:21 AM GMT
Hi friends In this article i would like to explain the integration of facebook login button in your aspnet websiteFirst,we have to create a application for this click here Next,Enter the Your Application Name ex: MyApplication Next,Enter the url or if your are using local host just write your local host like this http://localhost:2908/ in the url TextBox. Next,Click on the CreateApplication button then immediately it displays your application like this ... (more)
category: Web Dev | clicked: 54 | 2 comments | | source: www.developerscode.com
tags: Facebook, C#, c sharp, login, ASP .NET, C# .NET
Previous 1 2 3 Next