DNK has a spanking new server up and running like clockwork. Stability problems are a thing of the past. Our new monitoring service reports 100% uptime since the move!
Stories recently tagged with 'ASP.NET' Subscribe to this feed
4
kicks
submitted by pjacobs pjacobs 18 hours, 48 minutes ago

wijix.com — we are announcing an open source project on codeplex called subforum.net. Subforum.net is an ASP.NET MVC discussion forum. We want it to be unique and different from other discussion forums but still maintain the ideals of a forum. We would like it to combine the best ideas of other sites such as stackoverflow and DIGG. Please join us and check out subforum.net. read more...

Add a comment add a comment | category: | Views: 3
SubForum.net Is An Open Source ASP.NET MVC Discussion Forum
tags: | tag it

1
kicks
submitted by ankygoyal ankygoyal 18 hours, 49 minutes ago

techartifact.com — Render panel as div in asp.net..see how.. read more...

Add a comment add a comment | category: | Views: 0
Peppy Custom Panel Control
tags: | tag it

2
kicks
submitted by tutorialfeed 20 hours, 19 minutes ago

tutorialfeed.blogspot.com — Today I would like to share some interesting PHP codes to handle HTML dynamically. These codes are free to use under GNU General Public License. read more...

Add a comment add a comment | category: | Views: 0
10 Super PHP codes to handle HTML (for Web Developers)
tags: | tag it

1
kicks
submitted by gpeipman gpeipman 20 hours, 26 minutes ago

weblogs.asp.net — In addition to other new and interesting things ASP.NET also brought along controllers supporting representation of hierarchical data. This posting introduces IHierarchyData and IHierarchyEnumerable interfaces we can use to create wrappers for classes representing hierarchical data of the business logic layer. read more...

Add a comment add a comment | category: | Views: 2
ASP.NET and Hierarchical Data
tags: | tag it

3
kicks
submitted by pjacobs pjacobs 1 day, 13 hours ago

wijix.com — With the advent of ajax and jquery flooding the internet, web developers are providing professional and polished web designs like never before. For example, when I search with google I type begin typing my query and google responds with other popular search terms and giving me feedback as I type. read more...

Add a comment add a comment | category: | Views: 25
How NOT To Design a UI – The dotnetkicks Example
tags: | tag it

1
kicks
submitted by torev 1 day, 15 hours ago

tore.vestues.no — A bug in the current DefaultControllerFactory can create serious concurrency issues if you implement your own controller factory. This article explains how to work around it. read more...

Add a comment add a comment | category: | Views: 4
ASP.NET MVC: DefaultControllerFactory is not thread safe!
tags: | tag it

1
kicks
submitted by mwoloski 1 day, 17 hours ago

blogs.southworks.net — Vittorio just announced it in his blog… we helped writing an experiment of raising the level of abstraction to work against claims. We created a server control that allows you to work with claims. There are three types of expression: Claim Value: set the value of a property with the value of a specified claim type ... read more...

Add a comment add a comment | category: | Views: 3
ASP.NET control for claims-aware apps
tags: , , , , | tag it

3
kicks
submitted by sergiosuperstar 1 day, 19 hours ago

icodefactory.com — ASP.NET 3.5 ListView control is finally explained in some tricky details it this short story. read more...

Add a comment add a comment | category: | Views: 8
ASP.NET 3.5 ListView control - Is it perhaps too early?
tags: | tag it

1
kicks
submitted by oddian 2 days, 3 hours ago

oddiandeveloper.blogspot.com — A short article showing the link between client side jQuery Ajax calls and a web handler ashx file. read more...

Add a comment add a comment | category: | Views: 7
Asynchronous posting with jQuery and ASP.NET
tags: | tag it

1
kicks
submitted by leniel leniel 2 days, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

1
kicks
submitted by leniel leniel 2 days, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

1
kicks
submitted by leniel leniel 2 days, 3 hours ago

leniel.net — Recently I had to implement some code to create an Excel spreadsheet/report using C#. The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to the user requesting such an operation (Excel report). I had a great time while studying the possible ways of doing what the task asks for. In this article I present an ASP.NET MVC project that shows you how to create an .XLS file using NPOI and an .XLSX file using ExcelPackage. read more...

Add a comment add a comment | category: | Views: 9
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
tags: , , , , | tag it

2
kicks
submitted by pjacobs pjacobs 2 days, 12 hours ago

wijix.com — Let’s say you have a WPF application with a DataGrid on it. You also have a strongly typed list of objects – I.E. List<Person> which you would normally bind to your grid. You might have been under the misconception that you can’t convert the List<Person> to a BindingListCollectionView. I have searched google for answers and ran across people saying you can’t do that. It is possible and I will show you how to make it happen. read more...

Add a comment add a comment | category: | Views: 4
Use a BindingListCollectionView from a BindingList from a List<T>
tags: | tag it

4
kicks
submitted by samsert samsert 2 days, 13 hours ago

dotnetcurry.com — Continuing my ‘no less than an exciting’ journey of exploring ASP.NET with jQuery, today’s article will demonstrate how to Upload multiple files in ASP.NET using jQuery. read more...

Add a comment add a comment | category: | Views: 13
Upload Multiple Files in ASP.NET using jQuery
tags: , , , | tag it

1
kicks
submitted by auctioneer 2 days, 14 hours ago

netomatix.com — Sample on how to insert google map in rows of data grid or grid view to use location. read more...

Add a comment add a comment | category: | Views: 4
How to insert google map in each row of DataGrid
tags: , , | tag it

1
kicks
submitted by satheeshbabu 2 days, 15 hours ago

codedigest.com — Most often, we get requirements to do some basic operations like formatting, adding, comparing on the datetime objects in our projects. This article will help us to understand the DateTime object and other operation we can do with datetime object. read more...

Add a comment add a comment | category: | Views: 2
Working with DateTime Object and Formatting DateTime Object in ASP.Net
tags: , | tag it

 

Search: