Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Merging Images in Websites and WebApps

    Sometimes a very different request comes from customers to developers. That happened to me a couple of weeks ago with a client to whom we developed an ecommerce website. We’ve been having requests to change things here and there, update the shopping cart, add functionality to the store, and so forth...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 10-16-2008, 12:00 AM
    Filed under: VB.NET, .NET, ASP.NET
  • Curso Online de .NET Framework

    Un cordial saludo departe del equipo de Microsoft, Queremos comunicarles sobre una estrategia de apoyo a los desarrolladores de la región liderada por los Microsoft Student Partners. Estos mismos son un grupo de estudiantes destacados quienes sacan de su tiempo para educar a otros estudiantes y desarrolladores...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 10-15-2008, 12:00 AM
    Filed under: VB.NET, C#, .NET, ASP.NET, Winforms
  • Region is an excuse for hiding large files

    Often when I take a look at sample code there are a lot of regions. I need to open them all the time, it really start to make me crazy. Why does people even use Region in their code, what's the point of hiding code? I think it's only an excuse to hide code because of a too large file. What do you think...
    Posted to Fredrik Normén (Weblog) by Fredrik N on 09-18-2008, 12:00 AM
    Filed under: C#, Code, VB.Net
  • I Love VB: Silverlight UI Creation with XML Literals

    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.Height = 130 'Bildhöhe+ 30 für text brd.Background...
    Posted to Hannes Preishuber (Weblog) by preishuber on 09-05-2008, 12:00 AM
    Filed under: .NET, VB.NET, Silverlight
  • HTML Comments, Other Comments and Some VS Tips

    I just found out something really weird about HTML comments. Apparently, according to standards, you can't do this: <!-- comment ------------------------ --> That is, you can't put two or more ‘-‘s inside a comment. It works as expected in IE7, but it breaks down horribly in FireFox. FireFox simply...
    Posted to HeartattacK (Weblog) by HeartattacK on 09-02-2008, 12:00 AM
    Filed under: Visual Studio, ASP.NET, C#, SQL, VB.NET
  • Passing Parameter to Crystal Report

    Recently, I was developing a pretty sophisticated Crystal Report that included multiple sub-reports and used multiple stored procedures as data sources. All of those stored procedures accepted the same parameter, which made my life a little easier, since I only had to deal with one parameter that I needed...
    Posted to Gregory Rubinstein (Weblog) by Gregory Rubinstein on 08-14-2008, 12:00 AM
    Filed under: asp.net, VB.NET, Crystal Reports, PDF
  • How to add service reference dynamically from user control? Microsoft Ajax

    First, Create a web page default.aspx and put the html code as following.. --------------------------------------------------------------------------- <asp:ScriptManager ID="MainScriptManager" runat="server"> </asp:ScriptManager> --------------------------------------...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 08-11-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, JavaScript, AJAx, ASP.NET MVC, WebService
  • Regex to find URL within text and make them as link

    Some time back on the form somebody was looking for some help in searching URL within text and make those URLs as link. Me and that guy tried various regex but the one that worked out I thought to put it on the blog so that it can help me and others later. Regex itself is: -------- In VB.Net -------...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 08-09-2008, 12:00 AM
    Filed under: C#.Net, .Net 2.0, VB.Net, ASP.Net, Link, Regex, URL
  • What is LINQ? LINQ Developer Resources

    LINQ is Language Integrated query. It is a integral part of visual studio 2008 and Microsoft .NET Framework 3.5. It is object to database mapping technology thorough which you can query any type of collections of object,XML of database. Recently I am goggling about the LINQ and I have found following...
    Posted to DotNetJaps (Weblog) by Jalpesh P. Vadgama on 07-31-2008, 12:00 AM
    Filed under: ASP.NET, C#.NET, VB.NET, Linq
  • La Pregunta Eterna – ¿Debo elegir VB.NET o C#? por MisfitGeek

    Hola a todos . Quiero compartir este artículo de Joe Stagner con ustedes referente a la elección entre VB.NET o C# como lenguaje para desarrollar proyectos en la plataforma .NET. Fue un gusto encontrar una opinión tan clara y concisa de alguien dentro de Microsoft que me ofrecí para traducirlo al español...
    Posted to Jose R. Guay Paz (Weblog) by Jose Rolando Guay Paz on 06-30-2008, 12:00 AM
    Filed under: VB.NET, C#
Page 1 of 37 (367 items) 1 2 3 4 5 Next > ... Last »