DotNetShoutout - Stories tagged with ASPNET
2
Shouts

Two ways of Implementing CRUD Operations in Aspnet with C# | Developers Code

published 453 days, 6 hours, 12 minutes ago posted by taanu51taanu51 462 days, 11 hours, 29 minutes ago
Monday, February 27, 2012 9:47:43 AM GMT Saturday, February 18, 2012 4:30:37 AM GMT
Hi friends,In this article i would like to explain the procedure of CRUD Operations in two ways.we already know Creation,Updation,Deletion operations are very Important.So lets start with First way that is Implementing CRUD operations Outside of the GRID.that means while we are the Editing GRID the data will be Bind to the Forms Controls.In the second way Inside the grid , that means while we are the Editing GRID the data will be bind inside. In my view First method is best. why because,   1. Editing... (more)
category: Web Dev | clicked: 40 | comment | | source: www.developerscode.com
tags: GridView, C#, ASPNET, SQLServer
2
Shouts

ASP.NET MVC Server Side Remote Validation

posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 565 days, 20 hours, 11 minutes ago
Sunday, November 06, 2011 7:49:26 PM GMT
In this quick post, I will show you a way of implementing ASP.NET MVC Server Side Remote Validation just like ASP.NET MVC Remote Validation (more)
category: Web Dev | clicked: 21 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, remote validation, ASPNET, ASPNETMVC, asp.netmvc, ASP.NET
4
Shouts

Reset the Form Values in our Web Page | DevelopersCode

posted by taanu51taanu51 642 days, 3 hours, 43 minutes ago
Monday, August 22, 2011 12:17:31 PM GMT
In our web form , suppose let we assume that there are 100's of textboxes,checkboxes,dropdownlists and radiobuttonlist exists. User enters some fields and suddently he wants to be reset the form values to empty after clicking a button. At end of the Form we provide the buttons to the user as "Submit" and "Reset" Here after clicking the "Submit" button, we can write the code by our requirement. But after clicking the "Reset" button, the functionality is "Reset all the Form values" Example: ... (more)
category: Web Dev | clicked: 3 | comment | | source: www.developerscode.com
tags: ASPNET, Form, CSharp
3
Shouts

what is cloud computing for beginners | DevelopersCode

posted by taanu51taanu51 655 days, 13 hours, 11 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 655 days, 13 hours, 11 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 655 days, 13 hours, 12 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 654 days, 1 hour, 43 minutes ago posted by taanu51taanu51 655 days, 13 hours, 12 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 655 days, 13 hours, 13 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: 193 | 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 655 days, 13 hours, 13 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 655 days, 13 hours, 14 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 655 days, 13 hours, 15 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 655 days, 20 hours, 1 minute ago posted by taanu51taanu51 656 days, 6 hours, 57 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 655 days, 20 hours, 1 minute ago posted by taanu51taanu51 656 days, 6 hours, 58 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 655 days, 20 hours, 1 minute ago posted by taanu51taanu51 656 days, 6 hours, 59 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 655 days, 20 hours, 1 minute ago posted by taanu51taanu51 656 days, 7 hours, 1 minute 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
5
Shouts

Display Events in Calendars from database in Aspnet | DevelopersCode|A Technology Blog For .Net and Android Developers

posted by taanu51taanu51 660 days, 7 hours, 7 minutes ago
Thursday, August 04, 2011 8:53:35 AM GMT
Hi friends,In this article i am going to explain the procedure of display evens in calendar from database in aspnet.Here we need to create two forms ,one for adding events in the form and another one for displaying that events in the calendar and gridview.so lets start how to do this First,we need to create a Entry form where we are going to enter the events For this,Select a new Web form and change the name as per your requirment.Here i am using the default name as Default.aspx NextAdd t... (more)
category: Web Dev | clicked: 30 | comment | | source: www.developerscode.com
tags: C#, c sharp, ASPNET, Control, ASPNETMVC, SqlServer 2008, ASP .NET, Database, Calendar, C# .NET, aspnetajax
3
Shouts

Display Events in Calendars from database in Aspnet | Dotnet Toolkit

published 670 days, 17 hours, 44 minutes ago posted by taanu51taanu51 672 days, 2 hours, 4 minutes ago
Sunday, July 24, 2011 10:16:21 PM GMT Saturday, July 23, 2011 1:56:14 PM GMT
Hi friends,In this article i am going to explain the procedure of display evens in calendar from database in aspnet.Here we need to create two forms ,one for adding events in the form and another one for displaying that events in the calendar and gridview.so lets start how to do this First,we need to create a Entry form where we are going to enter the events For this,Select a new Web form and change the name as per your requirment.Here i am using the default name as Default.aspx NextAdd t... (more)
category: Web Dev | clicked: 12 | 1 comment | | source: taanu51.blogspot.com
tags: C#, c sharp, ASPNET, grid View, Calendar
4
Shouts

Best Collection of jquery LightBox Plugins for ASP net Web applications

posted by taanu51taanu51 756 days, 6 hours, 28 minutes ago
Saturday, April 30, 2011 9:32:12 AM GMT
Hi friends ,In this post i would like to share some useful lightbox plugins in our web applications.we can easily customise this plugins.i had already using this plugins in my applications and i posted one article how to use this Lightbox plugin in our aspnet application click here Following are the best plugins                                                  For Demo And Download For Demo And Download For Demo And Download For Demo And Download For Demo And Download For Demo An... (more)
category: Web Dev | clicked: 15 | 1 comment | | source: taanu51.blogspot.com
tags: ASPNET, Lightbox, jQuery, C# .NET
5
Shouts

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

published 769 days, 3 hours, 54 minutes ago posted by taanu51taanu51 771 days, 3 hours, 35 minutes ago
Sunday, April 17, 2011 12:05:53 PM GMT Friday, April 15, 2011 12:24:50 PM 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: 0 | 1 comment | | source: taanu51.blogspot.com
tags: c sharp, ASPNET, Chart Controls
4
Shouts

Display daily sales information in graph using Aspnet

posted by taanu51taanu51 771 days, 12 hours, 56 minutes ago
Friday, April 15, 2011 3:03:49 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: 2 | comment | | source: taanu51.blogspot.com
tags: C#, c sharp, ASPNET, graph, Chart Control, C# .NET
Previous 1 2 3 4 Next