User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 332,617 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,178 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our advertiser:
Showing results 1 to 26 of 26
Search took 0.01 seconds.
Posts Made By: BluePaper
Forum: VB.NET 16 Days Ago
Replies: 7
Views: 410
Posted By BluePaper
Re: SQL AddWithValue problems

Ok so I've taken it, ripped it a part and glued it back together to fit my needs (see code below) now how can I go through the data/check that the row was found, is there a simple tutorial on...
Forum: VB.NET 16 Days Ago
Replies: 7
Views: 410
Posted By BluePaper
Re: SQL AddWithValue problems

I believe I'm working with .NET 3.5, maybe 3.0, it's definately >=3.0 thanks for your time :)
Forum: VB.NET 16 Days Ago
Replies: 7
Views: 410
Posted By BluePaper
Re: SQL AddWithValue problems

Can anyone help as this is quite an annoying problem and it would be nice if it could be solved :)
Forum: VB.NET 20 Days Ago
Replies: 7
Views: 410
Posted By BluePaper
SQL AddWithValue problems

Hey, I am currently having some problems with VB.net and MSSQL. I'm trying to create an application to learn more about VB.net, I decided to create a simple login system for the application (like the...
Forum: ASP.NET 33 Days Ago
Replies: 3
Views: 146
Posted By BluePaper
Re: Help me.....

Hey, please be patient your thread may take a few days to be answered if it gets answered at all, I can't help with your main problem sorry but I do know the watermark has been put there with some...
Forum: ASP.NET Apr 10th, 2008
Replies: 6
Views: 364
Posted By BluePaper
Re: how to find specific word in text with vb.net

hehe, I'll give you rep seeing as I keep on forgetting to do that to people but I didn't start the thread so we'll have to wait and see what the original poster says ;)
Forum: ASP.NET Apr 10th, 2008
Replies: 6
Views: 364
Posted By BluePaper
Re: how to find specific word in text with vb.net

mhmm, this may come in useful personally to actually, especially checking for the @ symbol in an email address, although there's probably better ways to do it :)
Forum: ASP.NET Apr 10th, 2008
Replies: 0
Views: 155
Posted By BluePaper
JScript/JavaScript and ASP.net controls

Seeing as I like being able to have as much control over the things I make as possible it means I will rarely use the inbuilt ASP.net controls (i.e. the login system provided or the inbuilt...
Forum: ASP.NET Apr 10th, 2008
Replies: 3
Views: 335
Posted By BluePaper
Re: To align the whole web page in the centre of the page

Hey there, this is the wrong forum really, it should really go in http://www.daniweb.com/forums/forum143.html

However seeing as I'm here now I'll provide some help.

The best way to centre a page I...
Forum: ASP.NET Apr 7th, 2008
Replies: 2
Views: 900
Posted By BluePaper
Re: VB.net/ASP.net SELECT problems with SQL

Thank you very much for your answer and I am ashamed at my such late reply (I have been in Germany for the past week and haven't been able to access a computer properly).

Your solution worked and so...
Forum: ASP.NET Mar 27th, 2008
Replies: 2
Views: 334
Posted By BluePaper
Re: asp.net project folder - urgent - reply

When you create a website folder it's usually put in the /Websites/ folder within your Visual Studio/Visual Web Developer folder. The folder in the projects folder just contains information about the...
Forum: ASP.NET Mar 27th, 2008
Replies: 2
Views: 900
Posted By BluePaper
VB.net/ASP.net SELECT problems with SQL

Mhm. This is the VB.net code behind a webpage I'm working with, I've also provided the ASP.net for the frontpage as well. This maybe really simple and I've missed it but everytime I run this code...
Forum: VB.NET Mar 26th, 2008
Replies: 5
Views: 1,248
Posted By BluePaper
Re: Connecting to an .mdf database

Thank you for your time and help, after some fiddling and with that site I managed to open up the database file, now I'm going to test whether I can run SQL queries on it and such. Thanks once again,...
Forum: VB.NET Mar 25th, 2008
Replies: 5
Views: 1,248
Posted By BluePaper
Re: Connecting to an .mdf database

If I can't directly open the .mdf file how can I access it? It's just something I'm looking into since I've no idea what it is compared to an actual database on a SQL server :/

Thank you so much...
Forum: VB.NET Mar 25th, 2008
Replies: 5
Views: 1,248
Posted By BluePaper
Connecting to an .mdf database

Through using Visual Studio to learn more about ASP.net and VB.net I would like to connect to a database. I create an .mdf database file but I've no idea how to connect to it (well, I have some code...
Forum: ASP.NET Mar 23rd, 2008
Replies: 5
Views: 599
Posted By BluePaper
Re: Global.asax problem

Ah, thank you for clarifying that for me razool :) shame really, I like to keep everything neat and tidy heh.
Forum: VB.NET Mar 22nd, 2008
Replies: 1
Views: 237
Posted By BluePaper
Re: check box problem

Mhm. Well I found it hard to follow your code and what exactly it does. But if I read correctly at the beginning you want to do the following:



Public Class Learning2

Dim total As Double = 0
...
Forum: VB.NET Mar 22nd, 2008
Replies: 1
Views: 221
Posted By BluePaper
Re: If Statements!....for a newbie :)

Hey there ferrier, couldn't you just shorten that whole piece of code down to just 3 statements? I've done it here (without using Val, you can add it if you want and such):


If TextBox1.Text =...
Forum: ASP.NET Mar 22nd, 2008
Replies: 5
Views: 599
Posted By BluePaper
Re: Global.asax problem

Here's the screenshot, as you can see my Global.asax file and web.config file aren't in the same folder, and yes it does work if they're in the same folder :) but It would be nice to be able to...
Forum: ASP.NET Mar 21st, 2008
Replies: 5
Views: 599
Posted By BluePaper
Global.asax problem

I'm using Visual Studio and I'm learning ASP.net, to learn I'm following the VWD Videos available on the Microsoft website.

I watched one of the videos and the guy used a Global.asax file, I...
Forum: Community Introductions Mar 18th, 2008
Replies: 9
Views: 198
Posted By BluePaper
Re: Hello

Thanks november_pooh :)
Forum: VB.NET Mar 18th, 2008
Replies: 2
Views: 785
Posted By BluePaper
Re: Tab Control in VB.Net

So you want to have the second tab disabled until they check this checkbox?

Well, after fiddling around for a little bit (I'm rather new to Visual Basic so maybe this could be done better) I've...
Forum: Community Introductions Mar 18th, 2008
Replies: 15
Views: 266
Posted By BluePaper
Re: Hello very Body New

nav33n is right, also there are a number of engineers who program. For instance there will be engineers who have written programs to help work out stresses and strains on bridges and within...
Forum: Community Introductions Mar 17th, 2008
Replies: 15
Views: 266
Posted By BluePaper
Re: Hello very Body New

Hey Joseph, what programming languages have you looked into so far? If any at all that is?
Forum: Community Introductions Mar 17th, 2008
Replies: 9
Views: 198
Posted By BluePaper
Re: Hello

Thank you for the kind welcome everyone :) it's nice to see such a warm welcoming community, especially one which brings together people of a specific interest.
Forum: Community Introductions Mar 16th, 2008
Replies: 9
Views: 198
Posted By BluePaper
Hello

Hey there, I'm BluePaper or Aled. I'm currently a student studying A-levels (first year 6th form, and don't ask me to explain infact: http://en.wikipedia.org/wiki/A-levels) of which I am studying...
Showing results 1 to 26 of 26

 
All times are GMT -4. The time now is 1:47 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC