Best DotNet with lot of code snippets. Simply set this an online repository for future references for me and you and everyone.
Owner: Prince_Arivu
Listed in: Technology
Language: English
Tags: .NET, CSHARP, JAVASCRIPT, CSS, Ajax
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
76
Page Views this Month:
86
Total Unique Visitors:
72,043
Total Page Views:
87,194
Total Hits Out:
172
Latest Blog Posts for DotNet Cluster
- It is an error to use a section registered as allowDefinition="MachineToApplication" beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.on Mar 13, 2014 in .NetAnswer:-I am working .net application. I have this error when i open my application solution file and build my application that time getting this error. and then i referred in this link.he mentioned about I won't open the parent folder solution...
- Multiple CustomActionData fieldsThis is multiple CustomActionData field pass in SetUp file. it is possible to add one or more custom screens in the setup wizard, with fields (e.g. text boxes) where the user can enter additional installation parameters.A custom field can...
- Please wait while windows configures My Project solutionon Mar 7, 2014 in .NetI have a service setup. It has one shortcut in application folder (In Users program menu). When I try to install installation has completed with no issues. But after installation when I click the shortcut the first time open the application and then...
- Create New RoundedButton Style Templete in Wpf application, using Button Property IsEnable, IsPressed, IsMouseOveron Feb 25, 2014 in .NetThis code create a new roundedbutton for wpf application.Its easy understand and customes button style. I want to create rounded button for in my application and style effect change when Button Enable and Disable time after that IsEnable time when i...
- Sample Multi thread Functionality in C#this code sample main class i created multi thread concept. already i used thread in my application while call my method continuously but there is deadlock occurred because already different thread runing there so thats what i used multi thread like...
- The calling thread cannot access this object because a different thread owns itI am working in wpf application. i want to call the print method till when i click stop button. So that case i have used in thread concept while i was getting This error 'The calling thread cannot access this object because a different thread owns it...
- Get USB Device from your local machine using C# code behindon Jan 31, 2014 in CSharpThis is all the USB device read from your local machine using C#. I am working in wpf windows application. When i want to read my system USB Device i got this sample code. This code every easy to learn and implement as you want. just copy and past i...
- Child Window open from Parent window in wpf applicationI am working in wpf application when i want to open the child window from Parent window button click. that time i am getting this solution. Just write Parent window click event method like this. private void Button_Click(object sender, RoutedEven...
- LINQ using XML data load to combobox.To use LINQ to XML you will need to import a two of namespaces. using System.Linq;using System.Xml.Linq;private void StudentsLoad(){ var xElem = XElement.Load(@"Student.xml"); var students = from prod in xElem.Descendants("Student&q...
- Statically Load XML Data to the wpf combobox (drowpdown list) in wpf applicationWhen i want to xml data load to the combobox . i got this solution. Its very simple to load the xml data. this the xml data. <Items> <Item> <ItemId>1</ItemId> <ItemName>Architecting ASP.NET Applications...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}