Browse by Tags

All Tags » VB.NET (RSS)

I Love VB: Silverlight UI Creation with XML Literals by preishuber

My actual problem is to develop a image (object) carousel. There are a lot of details to take care about. One of them is to create images dynamically with a great UI like border or shadow. First I startet up to write code like: Dim brd As New Border brd...
Filed under: , ,

LINQ to SQL HOL VB.NET Code by preishuber

Microsoft offers a hands on lab (HOL) which guides you step by step through creation of a application using LINQ. As always, somebody forgot to show the VB code. Here it is Imports System.Data.Linq Imports System.Data.Linq.Mapping Module Module1 Sub Main...
Filed under: ,

Call for Papers: VSone Munich Feb 13.-14. by preishuber

our company ppedv AG runs the major development conferences in Germany. We host the VSone as platform event for partners, speaker and attendees. VSone have nearly 100 Sessions and a huge exhibition. Everyone is invited to submit session proposals. Please...

Call Page WebMethod from a Winforms Client using AJAX by preishuber

My primary idea for this post was how to use the small and beauty JSON format for data transfer in a windows mobile application. For that I use the infrastructure of AJAX. I implement a Webmethod in a classic ASPX page. < script runat ="server">...
Filed under: , ,

Catching Data Exceptions and Display it in Validationsummary by preishuber

When a SQLDatasource (or other DataSource Control) fail on a SQL operation a exception is fired like: duplicate key exception user should not see the plain exception message. Goal is to display a custom message in validation summary. My case use a formview...
Filed under: ,

14 VB 2005 Gridview Samples by Hannes by preishuber

i collected my 14 best gridview samples which are diging deeper to share it now. formated Boundfield If you want to format a column you can do it with a templatefield and the new Eval expression <%eval("field",formatexpression)%> or shorter with...

melting Groove & Visual Studio 2005: Visendo Code Share by preishuber

Groove and Visual Studio are two excellent tools from Microsoft. Our visendo development team built a tool based on both products to share code in a brand new way. Sharing code snippets helps to improve productivity and quality. Visual Studio have a one...

extending RSS format with namespace and use it with IE7 RSS API by preishuber

This is from my article writing. I used RSS to transport order data. The consumer is based on the IE7 RSS API. If you have never done this before read this blog http://blogs.msdn.com/rssteam/archive/2006/06/08/621623.aspx First i changed the RSS format...

Back on new Blog Software CS by preishuber

this is more or less a test posting the UI have changed completley and i want to figure out how, what and why took some while and email support to figure out how this works. Done some ugly trick to get the tags in my [Select Tag] list posted all of the...
More Posts