456 Posted Topics

Member Avatar for niladri.prima

Put AS after the brackets and before Subscribed_to_Business_XL see if that works.

Member Avatar for BitBlt
0
112
Member Avatar for sid.khan.505

Main applications used for developing in C# and connecting databases are Visual studios (as nMaillet said) to write your C# apps and SQL server for your databases. I've only ever used 2005 onwards for both IDE's and prefer Visual studios 2010 version and 2008 version of SQL server. If you …

Member Avatar for arunkumars
-1
204
Member Avatar for arcticM

UserName: ____________________ Password: ____________________ Bob's your uncle and Fanny's your aunt! In all seriousness the best thing to do is have your login screen match the colour scheme of the rest of your applicaion. keep your schemes consistant throught.

Member Avatar for <M/>
0
150
Member Avatar for gopal.17694

Does the fan still kick in when you turn your PC on ? did you know the heat sink when you were cleaning the fan ? If the fan doesn't kick in when you power-up check it's connections (but be as gentle as a butterfly).

Member Avatar for ChrisHunter
0
160
Member Avatar for PrimeOutsourcin

Go climbing, play Xbox, see the girlfriend or go the pub with a few friends.

Member Avatar for Ene Uran
0
232
Member Avatar for rotten69
Member Avatar for rotten69
0
133
Member Avatar for Jason-96

Try unpluging your laptop charger from the wall (but leave it in your laptop) and hold the on button on your laptopn untill the light on the charger goes off. this should drian all power from your battery and the charger, once the light on the charger has gone off …

Member Avatar for JANINE
0
169
Member Avatar for shsh111

You could put each charactor of the string into separate inidex's of an array. Then you could loop through the array, storing the current and the previous array index value in separate variables to compare. It's hard to explain and probably not the best way to do it but this …

Member Avatar for SagarSe7en
0
162
Member Avatar for shsh111

Shsh111 stop asking for people to do the work for you and show us what you have done so far so we can help you. If you get people to do your homework for you your going to struggle when the time comes to do the work yourself which means …

Member Avatar for shsh111
0
165
Member Avatar for LuckyBec

What have you go so far? or are you looking for a place to start the program?

Member Avatar for ChrisHunter
0
114
Member Avatar for sillyboy
Member Avatar for Helianthus
0
5K
Member Avatar for crystalpaper

Try [this](http://lmgtfy.com/?q=text+alignment+in+asp.net+textbox) it might be about a text box but it will be the same.

Member Avatar for ChrisHunter
0
148
Member Avatar for connieelamx

It may well be a hardware rather than just brightnest settings. My girlfriend had this issue with an old laptop and she had to get the converters replaced (i think). It was caused by the wires and the part itself getting trapped or dammaged in the hinge of the laptop …

Member Avatar for fahimk123
0
291
Member Avatar for thechampp

What have you managed to do so far ? Can you post it in this thread so we can see if you're on the right track and try to help is we can ?

Member Avatar for thechampp
0
154
Member Avatar for yousafc#

Do you want to create a property in C#, for example a FirstName string property, set the property and store the value of that porperty in your database ?

Member Avatar for ChrisHunter
0
222
Member Avatar for damaritah

So the problem isn't with the button, you just haven't written the code to make the button do something. Do you have any sample code we can look at ? Have look at [this](http://lmgtfy.com/?q=inserting+data+into+SQL+database+C%23)

Member Avatar for ChrisHunter
0
55
Member Avatar for damaritah
Member Avatar for ChrisHunter
0
155
Member Avatar for roemerito

I would suggest that you don't databind objects like comboBoxes and textBoxes because it means your program will be less flexible, I tried (or think i did) something similar to what you're doing and found databinding object meant i couldn't add particular functionality i wanted. If you databind an object …

Member Avatar for roemerito
0
260
Member Avatar for orionscode

I'd be a fool to say that math isn't extremely important in the fields your interested in. However 've recently graduated from university with a 2.1 BSC in Software and System development (second highest) and my maths isn't very good. On the other hand this is reflected by the fact …

Member Avatar for ThatGuyEli
0
1K
Member Avatar for rvntdhillon
Re: SQL

[MCTS EXAM 70-433 Microsoft SQL Server 2008 - Database Development](https://www.microsoft.com/learning/en/us/book.aspx?id=13159&locale=en-us) is a good book to look at, i'm using it at the moment and finding it very good.

Member Avatar for jackandrew123
0
71
Member Avatar for Rubinder singh

I'm not a C programmer but the equasion should be something like: variable1 = 78/8; variable2 = (56*78) + variable1; Deceptikon is right though something as simple as that shouldn't be hard to find on Google

Member Avatar for Rouf mir
0
303
Member Avatar for Imene Hertha
Re: LAN

Can you explain what type of lan you want (simple one, one with an internet connection, one that allows you to assign static IP addresses, a wireless LAN) ? a simple LAN, just get a hub, couple of workstations and a couple of ethanet cables, plug each of the workstations …

Member Avatar for ChrisHunter
0
51
Member Avatar for royng

ZombieVille and Pumpkins Vs Monsters, PvM is kind of a low budgit plants vs zombies but still good

Member Avatar for Daniel Jones
1
234
Member Avatar for asler411

So you need a title for a thesis on a web based or LAN tapology based subject ? You need to give a lot more information than that and try asking a friend they might have a better idea of what your doing and be able to help you more.

Member Avatar for satyajitgohil
-2
165
Member Avatar for cocoll

You can just set the ReadOnly property of the textBox to true and the user won't be able to edit it's contents, it's alot less work and more logical.

Member Avatar for cocoll
0
109
Member Avatar for deepeshsao

you could make a lunch order system with a back end SQL server DB and a log in function which allows staff to login and order their luch.

Member Avatar for smith warnes
-1
175
Member Avatar for mooduto

What type of database are you using (Sql server, Access, Oracle)? the best place to post this issue would be in the visual basic page or the database page. You will also need to provide a lot more information on the issue you're having to help others identify a solution.

Member Avatar for ChrisHunter
0
62
Member Avatar for WolfShield

and the politically incorrect Christmas greeting: Merry Christmas boys and girls, have fun getting hammered to celebrate Christ's birthday . . . i've started early. however enjoy the festivities everyone have a gooden

Member Avatar for itzarun
0
1K
Member Avatar for king03

I didn't add anything i just re-arranged your code. * You can't define a method within another method. * Define all class instances at the top of your class. * Do some googling before hand, i did when i didn't know how to use Random class instead of groveling. Hope …

Member Avatar for ChrisHunter
0
269
Member Avatar for king03

The red circles are break-points. if you run your app it will stop at those points. it allows you to step through your code to help locate the point at which your application throws an error (which is called debugging) you also use it to help understand how someone elses …

Member Avatar for ChrisHunter
0
296
Member Avatar for lucasalf11

myComboBox.SelectedItem gets the value that you have selected from the comboBox. If you want to pass this value to another form you simply need to instanciate a new instance of the 2nd form in the 1st form and do the bellow: Form2 frm2 = new Form2(); // This is done …

Member Avatar for hericles
0
143
Member Avatar for wilko1995

It might sound daft but do you have the latest drivers installed ?

Member Avatar for rubberman
0
113
Member Avatar for happygeek

You should try SAD: Zombie Assault 3. it's addictive and you can play it online in public games or in private matches with friends. i stole my girlfriends iPhone while she watched her soaps and needless to say she wasn't best pleased when i run her battery down.

Member Avatar for Daniel Jones
0
242
Member Avatar for Letscode

Some data types need you to define the seed number or how many decimal places you want to store. Taking this into account do some research on the decimal datatype as you have to define how many decimal places you want to store if you want to use decimal datatype.

Member Avatar for manikandan5
0
1K
Member Avatar for Lardmeister

Don't get me started of petrol prices in the UK ! I'm spending £60-£70 on the stuff in an average week at the moment. The tanker drivers are planning on going on strike in a weeks time too so it's going to be like something out of a Mad Max …

Member Avatar for Stuugie
1
178
Member Avatar for ChrisHunter

I was wondering if there is a way to open an SQL file and execute it from a c# application without prior connection to a database and also get the name of the default server that is used when SSMS is opened. at the moment i can open SSMS but …

Member Avatar for ChrisHunter
0
234
Member Avatar for king03

Lightniing this is the 3rd time you've posted this article. 1 - Create your connection string. Get the name of the server you DB is on as well as the name of your DB and add them to your app.config file as shown below. <connectionStrings> <add name="MyConnectionString" connectionString="Data Source=**SERVER-NAME-HERE** ;Initial …

Member Avatar for ChrisHunter
0
200
Member Avatar for jovillanuev

Put GO between SET and SELECT, failing that put GO between DECLARE, SET, SET and SELECT. The GO key word tells it that it is executing something that is in a different batch, you have to use it if you're creating schemas and tables in the same script so i …

Member Avatar for BitBlt
0
193
Member Avatar for Cameronsmith63

If you're still interested, in the left screen grab you've highlight all but there WHERE clause which means that only the highlighted code will be executed and nulls will be returned.

Member Avatar for Cameronsmith63
0
117
Member Avatar for Rimmi90

The Access DateTime format might be different to the C#.NET DateTime format, this is the case with SQL Server. try to research both C#.NET and Access DateTime format and try to figure out how to convert the C# DateTime so that it can be stored in the DB.

Member Avatar for Rimmi90
0
293
Member Avatar for mallikaalokam

if you're creating a new database it is just added to the list that master is in e.g. the list would read: -collegeDB -master -myDB1 if you want to move all data from one DB to another you may have to bulk move everything over in an SQL statement. If …

Member Avatar for poojavb
0
150
Member Avatar for xzero1

can you not give the <p> tag an ID attribute and then use that ID to reference the text attribute of the <p> tag ?

Member Avatar for nmaillet
0
3K
Member Avatar for webecedarian

Llyn Gwynant Campsite is a good campsite, it has it's own lake that you can rent kayaks to use on the lake too. I'd rather be outdoors whether it be going to the local climbing wall, camping or just going the pub but finding the time, people and weather (which …

Member Avatar for oalee
0
163
Member Avatar for bhagawatshinde

Hi bhaga, I tried to do something similar in the past but could only manage to get the windows identity of the current windows user and not the password. It might be better security purposes to get the user to create a new password different to the one they use …

Member Avatar for bhagawatshinde
0
178
Member Avatar for ChrisHunter

I just got an error when I clicked on the tutorials tab on the ASP.NET page, is this just something to do with my settings or is it an issue ? Cheers

Member Avatar for Dani
0
178
Member Avatar for isitme810
Member Avatar for suneye

If you create a connection sting for your database in app.Config, create a method called something like DBConnect() and then call that in you SQL command then you won't need to data your database name in you SQL statement. The issue i'm guessing is with: > (1,@data) ; " Make …

Member Avatar for Mitja Bonca
0
137
Member Avatar for juliermills

Java is an actualy programming language to make fully functional programs isnt it and JavaScript is a scripting language used to style webpages and not functionality. I could well be wrong

Member Avatar for Akill10
0
230
Member Avatar for muthukumar46

so a user can register twice as long as they choose a different username ? Best thing to do to stop the same username being chosen more than once is to make the column UNIQUE in the definition of the table in the DB. The alternative if to take the …

Member Avatar for Mitja Bonca
0
143
Member Avatar for blackasninja

Can you just attach the image ? was the joker "there are 10 types of people, those who understad binary and those who don't" ?

Member Avatar for blackasninja
0
156

The End.