-
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...
-
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...
-
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...
-
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...
-
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...
-
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...
-
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
-
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...
-
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
-
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