Browse by Tags

Related Posts

  • OR/M framework for VB.net

    Hi everybody, coming from a rails background i am desperately looking for a tool comparable to ActiveRecord. Unfortunately I have to work with VB instead of C#. This makes things quite difficult with regard to available tools. So, are there any tools for VB or just for C#? Probably I am offending someone...
    Posted to Architecture (Forum) by namxam on 11-14-2006, 12:00 AM
    Filed under: O/R Mapper, VB
  • TableLayoutPanel Control

    Hi! I am trying to create an Excel-like table in Visual Basic 2005 / Visual C# 2005 EE. I use TableLayoutPanel control to present the data. However, I found out that this table layout is not very efficient, like: I can't draw the border for specific cell, nor can I resize one cell to be bigger than others...
    Posted to Getting Started (Forum) by iloveny on 01-11-2007, 12:00 AM
    Filed under: vb.net, VB, visual basic, Table
  • Struggling with Interfaces

    Hi Everyone, I've been learning ASP.NET using VB for a while not and one thing I am really stuggling to understand is interfaces. I just cant seem to get my head around them - been reading WROX Professional ASP.NET. Can anyone point me in the direction of good, simple online tutorials that may help me...
    Posted to Visual Basic .NET (Forum) by wullie on 01-15-2007, 12:00 AM
    Filed under: programming, VB, interfaces
  • Using filename from URL as page title

    Hi all, I'm sure this would have been covered somewhere and I'm close to a solution, but can't seem to get it right for all pages... What I would like to acheive is to set the title of each page to the name of the aspx file (from the URL), but minus the '.aspx' extension. I'm using VB .net 2.0 and so...
    Posted to Web Forms (Forum) by Benno74 on 01-16-2007, 12:00 AM
    Filed under: .Net 2.0, VB, string manipulation
  • Compare user input with database values to return a matching result VB

    I am trying to look through my records which are stored in my database and pulled into a datagrid on my web form via my dsNames data set. I then want the user to add a value in the text box to match it with a number in the dataset and then return the matching surname. I have done something similar in...
    Posted to Data Presentation Controls (Forum) by Dazza22 on 01-17-2007, 12:00 AM
    Filed under: search, Datagrids, VB, SQL Datasets
  • MetaWeblogAPI for VB?

    I have a custom blog I made and wanted to implement the Metaweblog API but I cant find one single example or anything on how to do this. I see tons of crap for MSN spaces and C# code but i dont consider myself proficient enough to translate nor do the automatic translaters do a well enough job. Does...
    Posted to Visual Basic .NET (Forum) by smith288 on 01-19-2007, 12:00 AM
    Filed under: VB, metaweblog, blog
  • Show image dependent on boolean value in SQL source

    Hi All. Newbie using Visual Web Developer Express 2005 as a hobbyist doing a little project for my Wife. Require a little help please... I have a gridview populating from an SQL database source. One column is a boolean. I can successfully display all the data from the source in the gridview with the...
    Posted to Data Presentation Controls (Forum) by JADsHome on 01-21-2007, 12:00 AM
    Filed under: GridView, GridView Rowcommand Cell-Values, sqldatasource, Eval, If Statement, BoundField, GridView asp.net, VB, checkbox, gridview checkbox
  • IIF runs both TRUE and FALSE?

    This annoys me like hell: Let say I want to evaluate a value in a SHORT way. For example: Dim mystring as string ( instantiated nothing ) console.writeline( IIf(mystring = nothing, "Nothing in string" , mystring.replace( "A" , "a" )) If the string is not empty it should do a replace, but instead I get...
    Posted to Visual Basic .NET (Forum) by ViktorBergmanSwe on 01-25-2007, 12:00 AM
    Filed under: ReferenceTypes, VB, .NET
  • Total Values in a Datagrid and return value to a textbox

    I am working in Visual Studio.Net 2003 using VB I have a datagrid which shows all of my selected values from my dataset i now want to total all the values within the hours column of my datagrid and then return that value to a textbox on my web form any help would be greatly appreciated Thanks Dazza22
    Posted to Data Presentation Controls (Forum) by Dazza22 on 01-30-2007, 12:00 AM
    Filed under: datagrid, database, VB
  • Pull content from SQL based on url query string

    I am trying to pull content into a content page (within a master page) by using url query strings. I have got the code to pull the query string in and it is working fine. I am having trouble creating my sql Select Command using a variable. My sql Select Command works fine if I hard code it - I am just...
    Posted to Data Presentation Controls (Forum) by timwilson on 02-07-2007, 12:00 AM
    Filed under: database, sqldatasource, asp.net 2.0, datasource, data access layer, data, sql, VB, querystring, dataitem
Page 1 of 13 (127 items) 1 2 3 4 5 Next > ... Last ยป