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 "", Offsite Link "VB.NET" at The Free Dictionary

Latest blogosphere posts tagged “ VB.NET”

  • Requirement for ASP.Net, VB.Net Professionals, walk-in on 28th, 29th, 30th , 31st December 09


    CareerGuruz.ComAuthority Authority: 153
    .Net-Sr.Software EngineerJob Description:-Should have good working knowledge and experience on .Net Technologies : asp.net, ado.net, vb.net, and sql server 2000 & 2005-Should have good knowledge in HTML-Good knowledge in Ajax-Should be able to handle coding on his own and guide team members when needed-Ability to ...
    14 hours ago
  • ASP.Net, VB.Net, SQL Server 2000/2005, AJAX jobs, walkin on 28th, 29th, 30th, 31st December 09


    CareerGuruz.ComAuthority Authority: 153
    .Net-Sr.Software EngineerJob Description:-Should have good working knowledge and experience on .Net Technologies : asp.net, ado.net, vb.net, and sql server 2000 & 2005-Should have good knowledge in HTML-Good knowledge in Ajax-Should be able to handle coding on his own and guide team members when needed-Ability to ...
    2 days ago
  • Walk-in for .NET (Sr. Software Engineer) (4-6 Years) - Bangalore- Dec 28 to 31


    JumboWalkin.com - Walkin Interviews, Freshers Walk-in, Job Interviews, Job Fairs, Career News, Latest Walkins, Current IT WalkinAuthority Authority: 140
    .NET (Sr. Software Engineer) Walk-in-Interview (4-6 Years) - Bagnalore (more…)
    2 days ago
  • VB.NET ASP.NET StringBuilder Source Code Example


    IdealProgrammer.comAuthority Authority: 133
    VB.NET ASP.NET StringBuilder Source Code Example Purpose: – Illustrates using StringBuilder and StringBuilder Methods 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 ...
    4 days ago
  • VB.NET StringBuilder Source Code Example


    IdealProgrammer.comAuthority Authority: 133
    VB.NET StringBuilder Source Code Example Purpose: – Illustrates using StringBuilder and StringBuilder Methods . 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 ...
    4 days ago
  • Exam project


    Programmers Heaven Forums RSS FeedAuthority Authority: 159
    Hello friends, Im creating a exam project in vs 2008 that i want to be included that the student completed his answer sheet than answer sheet scanned on the scanner after that vb.net grab it data than after it immediately show the result of passing and failure student. so if u have any suggestion in this regards. plz ...
    4 days ago
  • Exam project


    Programmers Heaven Forums RSS FeedAuthority Authority: 159
    Hello friends, Im creating a exam project in vs 2008 that i want to be included that the student completed his answer sheet than answer sheet scanned on the scanner after that vb.net grab it data than after it immediately show the result of passing and failure student. so if u have any suggestion in this regards. plz ...
    4 days ago
  • .Net, ASP.Net Developers Required in Noida/NCR


    CareerGuruz.ComAuthority Authority: 153
    .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 ...
    5 days ago
  • VB.NET String Format DateTime Source Code Example


    IdealProgrammer.comAuthority Authority: 133
    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 ...
    1 week ago
  • VB.NET ASP.NET Sql Command Update Statement Source Code Example


    IdealProgrammer.comAuthority Authority: 133
    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 ...
    1 week ago
  • ASP.NET: Setting Focus in Modal Dialogs


    MSMVPS.COMAuthority Authority: 592
    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 ...
    1 week ago
  • VB.NET, C#, ASP.NET Developer jobs, walk-in on 17th, 18th, 19th December 09


    CareerGuruz.ComAuthority Authority: 153
    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: ...
    1 week ago
  • VB.NET ASP.NET Sql Command Delete Statement Source Code Example


    IdealProgrammer.comAuthority Authority: 133
    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 ...
    1 week ago
  • Two Sorts Of Language


    Robert BrookAuthority Authority: 421
    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 ...
    1 week ago
  • ASP.NET: Modal Dialogs


    MSMVPS.COMAuthority Authority: 592
    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: ...
    1 week ago
  • Generate a transaction id


    Programmers Heaven Forums RSS FeedAuthority Authority: 159
    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???
    1 week ago
  • Simulating DAvg() equivalent to Microsoft Access


    MSMVPS.COMAuthority Authority: 592
    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 ...
    1 week ago
  • Adding a folder with the Current Username


    Programmers Heaven Forums RSS FeedAuthority Authority: 159
    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 ...
    1 week 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 ...
    1 week ago
  • exporting to excel


    Programmers Heaven Forums RSS FeedAuthority Authority: 159
    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 = ...
    1 week ago

Comments about VB.NET

Personal attacks are NOT allowed
Please read our comment policy