VB .NET

Tag details

Welcome to the 'VB .NET' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'VB .NET'.

Look up Offsite Link "VB", Offsite Link ".NET" at The Free Dictionary

Latest blogosphere posts tagged “VB .NET”

  • .Net, ASP.Net Developers Required in Noida/NCR


    CareerGuruz.ComAuthority Authority: 152
    .Net/ASP.Net Developer JobsSkills: ASP. Net, VB.Net, ADO.Net, C#, SQL Server 2000, IIS, COM+, JavaScript, AjaxJob Description: – Relevant experience from 3 to 5 years in Dotnet Framework.- Strong background in AJAX, ASP. Net, VB.Net, ADO.Net, C#, SQL Server 2000, IIS, COM+,   JavaScript and various Windows Server ...
    16 hours ago
  • VB.NET String Format DateTime Source Code Example


    IdealProgrammer.comAuthority Authority: 129
    String Format DateTime Purpose: – Illustrates using String Format datetime . Prerequistes: Install Visual Basic (Express or Standard Edition) Install SQL Server Express Download Northwind and pubs Database Attach Northwind Database to Databases in Sql Express Attach pubs Database to Databases ...
    2 days ago
  • VB.NET ASP.NET Sql Command Update Statement Source Code Example


    IdealProgrammer.comAuthority Authority: 129
    Sql Command Update Statement Purpose: – Illustrates using Sql Command Update Statement in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2008 Install SQL Server Express Download Northwind and Pubs Databases Attach Northwind Database to Databases in Sql Express Attach pubs ...
    2 days ago
  • ASP.NET: Setting Focus in Modal Dialogs


    MSMVPS.COMAuthority Authority: 591
    I just wanted to set focus to a TextBox on a modal dialog created using the ModalPopupExtender. How hard can it be? As a Physics and Math major, I spent my student years using logic to attack problems and solve puzzles. So I was a little concerned when my daughters learned the "guess and check" method in Math ...
    3 days ago
  • VB.NET, C#, ASP.NET Developer jobs, walk-in on 17th, 18th, 19th December 09


    CareerGuruz.ComAuthority Authority: 152
    Software DeveloperJob Description:-Design, develop & Enhance Windows & Web Application using VB.NET, C# & ASP.NET-Hands on coding, programming, troubleshooting of codes-Create strong database using SQL Server 2005 or above, MY SQL & Oracle 9i-Testing & registering necessary changesQualification: ...
    3 days ago
  • VB.NET ASP.NET Sql Command Delete Statement Source Code Example


    IdealProgrammer.comAuthority Authority: 129
    Sql Command Delete Statement Purpose: – Illustrates using Sql Command Delete Statement in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2008 Install SQL Server Express Download Northwind and Pubs Databases Attach Northwind Database to Databases in Sql Express Attach pubs ...
    4 days ago
  • Two Sorts Of Language


    Robert BrookAuthority Authority: 417
    No, make that three. There are three sorts of language – I mean programming language, of course: - the language you wish you used - the language you actually use - the language you’re glad you don’t use And for me, in 2004 they are were : - Lisp - Perl - ASP (and similar) And now, in 2009: - Lisp, or ...
    4 days ago
  • ASP.NET: Modal Dialogs


    MSMVPS.COMAuthority Authority: 591
    There are often times when your Web design includes a modal dialog. For example:  a login form, a dialog for entering basic information, a search form, or a data entry form. This post covers how to build a modal dialog in ASP.NET. There are several advantages to using a modal dialog instead of another Web page: ...
    4 days ago
  • Generate a transaction id


    Programmers Heaven Forums RSS FeedAuthority Authority: 160
    Hi please i would like to generate a transaction id for my application something like TR1234 and i want it to be serially. The application is a server/client application. How do i go about it???
    4 days ago
  • Simulating DAvg() equivalent to Microsoft Access


    MSMVPS.COMAuthority Authority: 591
    I was writing a ClassLibrary to COM Interop and this one came up. This was original whiten to use with JET (VBA and VB6) C# public object DAvg( string connectionString, string expression, string domain, string criteria) { var strSQL = "Select " + expression + " As ...
    4 days ago
  • Adding a folder with the Current Username


    Programmers Heaven Forums RSS FeedAuthority Authority: 160
    Hi, I would like to know how to create/add a folder when installing the application using the Setup and Deployment in VB.net. I have tried [TARGETDIR]\[USERNAME], but the target folder name that gets created seems its adding the Domain name\Username, and this is where it stops where it only created the folder with ...
    4 days ago
  • Visual Studio 2010 Beta Test


    Cell Phone OffersAuthority Authority: 172
    Author: ElizabethHenson Keywords: Visual Studio 2010 Beta Test visual basic VB.NET VB .NET vb .net tutorial hacking c# Assembler F# C++ C# C-Sharp nigahiga fred smosh daneboe compiler viruses keyloggers 100% fully undtetcted simple destructive ...
    4 days ago
  • exporting to excel


    Programmers Heaven Forums RSS FeedAuthority Authority: 160
    id like to export to excel and this is the code i have. Problem is id like the user to select location and name of document by themselves.. Dim xlApp As excel.Application Dim xlWorkBook As excel.Workbook Dim xlWorkSheet As excel.Worksheet Dim misValue As Object = ...
    5 days ago
  • VB.NET ASP.NET Sql Command Insert Statement Source Code Example


    IdealProgrammer.comAuthority Authority: 129
    Sql Command Insert Statement Purpose: – Illustrates using Sql Command Insert Statement in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2008 Install SQL Server Express Download Northwind and Pubs Databases Attach Northwind Database to Databases in Sql Express Attach pubs ...
    5 days ago
  • VB.NET ASP.NET Sql Command Select Statement Source Code Example


    IdealProgrammer.comAuthority Authority: 129
    Sql Command Select Statement Source Code Example Purpose: – Illustrates using Sql Command Select Statement in VB.NET ASP.NET. Prerequistes: Install Visual Web Developer 2008 Install SQL Server Express Download Northwind Database Attach Northwind Database to Databases in Sql Express Attach ...
    6 days ago
  • Crystal Report


    Programmers Heaven Forums RSS FeedAuthority Authority: 160
    Hello friends, I have a invoice form that contains some billing info (i.e. textbox, dropdown field etc...) and i have a calculate button in it that calculate the sum total of the relevant fields. so i want to print the data in crystal report. i have vs 2008 that already inbuilt CR. itll prints only the data that put ...
    6 days ago
  • VB.NET ASP.NET ConfigurationManager ConnectionString Source Code Example


    IdealProgrammer.comAuthority Authority: 129
    VB.NET ASP.NET ConfigurationManager ConnectionString Source Code Example Purpose: – Illustrates using Configuration Manager to retrieve connection string from web.config file for VB.NET ASP.NET. The configuration manager can be used to do many things with regard to configuration, but this example just ...
    1 week ago
  • ASP.NET: Buttons


    MSMVPS.COMAuthority Authority: 591
    Creating nice looking buttons for ASP.NET is still in the category of "I cant believe it is STILL this hard". As more and more normal people use great looking Web sites, Silverlight apps and even their IPhones, they experience some really nice user interfaces. Id like to do those things in my Web application as ...
    1 week ago
  • EXPERIENCED .NET DEVELOPERS FOR ENTERPRISE PRODUCTS


    pak-jobs-ITAuthority Authority: 132
    We need experienced.Net developers for a high profile project.DETAILS:Multiple OpeningsDesignation: System AnalystThe candidates should have 2-4 years of .Net ExperienceMust have good knowledge of the following tools/technologies:(.Net Frame Work 35, C/C++,C#, VB.Net, LINQ, XML, HTML, Java Script, AJAX, SQL Server, ...
    1 week ago
  • ASP.NET: Gradients


    MSMVPS.COMAuthority Authority: 591
    My first Xaml/Silverlight post was on gradients, it seems only right that my first ASP.NET post should cover the same topic. I started Web development in the 90s using VB 5/6 and classic ASP and learned all about HTML, CSS, Javascript, DOM, XML, XSL, and all of the other related technologies. This lead to writing a ...
    1 week ago

Comments about VB .NET

Personal attacks are NOT allowed
Please read our comment policy