670 Posted Topics

Member Avatar for Hani1991

[QUOTE=Pro2000;1617798]I think it needs to be marked as solved since you've got what you want. Why did you mark it as unsolved again?[/QUOTE] I so much agree this has to be marked solve and please don't walk away like the others now that you've got your answer. Hey! am not …

Member Avatar for MooGeek
3
403
Member Avatar for kheijhei

Make use of the timer control. Try some things out and if they dont work for you, then show your code

Member Avatar for SpiritualMadMan
0
1K
Member Avatar for rozerdun

That's more of a test to me. Not sure if you can put two of them without changing names so the best you can do is keep the name but add a suffix Example: HR Document HR Document(1) and so on

Member Avatar for vijay_myl
1
301
Member Avatar for mikejs

[QUOTE]I have tried VB.NET Syntax (Toggle Plain Text) [CODE] bindingSource1.DataSource = Nothing DataGridViewSearchExist.DataBindings.Clear() DataGridViewSearchExist.Refresh()[/CODE][/QUOTE] Where did you implement all these? Apparently, you stated in your catch....block that the binding source should be set to nothing and this would only happen if the program encounters an error.

Member Avatar for Zeth643
0
152
Member Avatar for neiljohnmanuel

[QUOTE]what i want is to load age in the combo box.then i will have the textbox locked.when i choose an age in the combo box i want the text box to show the equivalent allowance for the age.. is that possible? [/QUOTE] very possible, lets see what you've got

Member Avatar for hkdani
0
135
Member Avatar for uselessninja

since you want to get the data by a particular date, then time-stamp answers your question and you can achieve that with Adam_K has just provided except you want something more detailed and then you would have to provide more details too for better understanding

Member Avatar for uselessninja
0
1K
Member Avatar for nishu.tbz
Member Avatar for Netcode
0
70
Member Avatar for Mz. Jackee
Member Avatar for Netcode
0
122
Member Avatar for naazsayed

Are you using a database and if yes, which one? then also, how do you know which name to save it to? Please explain further and show some code if possible

Member Avatar for naazsayed
0
78
Member Avatar for Dani

[QUOTE]First thing that I tried and it didn't work on either Firefox and Chrome.[/QUOTE] Works for me on firefox

Member Avatar for Netcode
0
169
Member Avatar for jingda
Member Avatar for Cross213

If you're used to clearing your browser history and cache, then be sure to log in again

Member Avatar for Netcode
0
95
Member Avatar for Roxsy3392

If the convicted had anything to do with death of someone, then it is well deserved and should be well served to such individual

Member Avatar for jwenting
0
2K
Member Avatar for pavangajula2007

You can read if you have the time, all asp.net books you come across. No knowledge is a waste and some useful tips maybe be mentioned in the ones you decide to ignore. But for a start, you can also check out 'Wrox.Professional.ASP.NET.4.in.CSharp.and.VB.Mar.2010'

Member Avatar for compukey123@gma
0
173
Member Avatar for pavangajula2007

1. Read 2. Practice what you read 3. Get dunps(past questions) for the CCNA certifications so you can know what the questions look like and prepare yourself. Goodluck

Member Avatar for Netcode
0
121
Member Avatar for amrita111

SQL (often referred to as Structured Query Language) is a programming language designed for managing data in relational database management systems (RDBMS). while Oracle(commonly referred to as Oracle RDBMS or simply as Oracle) is an object-relational database management system (ORDBMS)

Member Avatar for BitBlt
0
128
Member Avatar for aldeene

[CODE]' Return True if a file exists Function FileExists(FileName As String) As Boolean On Error GoTo ErrorHandler ' get the attributes and ensure that it isn't a directory FileExists = (GetAttr(FileName) And vbDirectory) = 0 ErrorHandler: ' if an error occurs, this function returns False End Function [/CODE]

Member Avatar for SpiritualMadMan
0
213
Member Avatar for raghamayee
Member Avatar for Netcode
0
117
Member Avatar for amrita111
Re: keys

If they were not necessary, you wont hear of them. Am sure you're reading and that's why you knew of them, just keep reading

Member Avatar for Netcode
0
92
Member Avatar for kheijhei

see [URL="http://www.programmersheaven.com/mb/VBNET/363694/363694/image-storing-in-ms-access-through-vbnet-2005/"]this[/URL] if you can get help

Member Avatar for Netcode
0
159
Member Avatar for anonymousi

check [URL="http://www.daniweb.com/software-development/vbnet/threads/329280"]here[/URL]

Member Avatar for Netcode
0
4K
Member Avatar for suemaina

check [URL="http://social.msdn.microsoft.com/forums/en-US/vbgeneral/thread/bdd212be-f815-4023-9db1-582b2439987a"]here[/URL]

Member Avatar for Netcode
0
204
Member Avatar for kheijhei

oh! I even thought you wanted an application that when the user is logged in, it recognizes that event and changes the the Login Button text and its function to Log-Out so the user can only log out once logged in. AS debasisdas clearly stated, no application asks for password …

Member Avatar for Netcode
0
287
Member Avatar for kush tomar

You know your level of competence in the language you use and i guess its java as you mentioned.

Member Avatar for Netcode
0
162
Member Avatar for Emma Johns
Member Avatar for Cross213
Member Avatar for MooGeek
0
91
Member Avatar for Dani

[QUOTE]You can thank global warming for all but the earthquake. [/QUOTE] did you do that research in your lab?

Member Avatar for Dani
0
112
Member Avatar for Pravin Rajput
Member Avatar for Netcode

If you knew exactly when the world would end, what would be the last thing you would like to do? As for me, i would enjoy my days to the fullest and wait patiently in all right manners if you know what i mean;)

Member Avatar for M_alloc
-1
216
Member Avatar for Netcode
Member Avatar for katmai539
Member Avatar for ctsmith84

Just like you said, all places are different. But if am asked to speak, i would say you can go in for consulting job if you can get your hands on one. I found out that most consultants are people who have the knowledge, but smaller knowledge than the core …

Member Avatar for ctsmith84
0
257
Member Avatar for markdean.expres
Member Avatar for shivya jain

What exactly is the problem with your codes and How do you want to access the auto generated numbers?

Member Avatar for Unhnd_Exception
0
192
Member Avatar for alliswell
Member Avatar for Cally_Law

What database are you using If a database is in use, do you have a column defined as a primary key column so each time in that column can be unique?

Member Avatar for ShahanDev
0
236
Member Avatar for sergent

I still don't believe in his cause.He had no right to do that and even if he had something to tell the world or some sort of publicity, please there are ways of letting your opinion known and not just known but count. Now that he has made himself clear …

Member Avatar for Paaat
-5
2K
Member Avatar for MarkGia

[CODE]koneksi.Open() 'open connection to server strcmd = New SqlClient.SqlCommand strcmd.Connection = koneksi 'this is the SQL select statement query that is performed ' to read the username and password from server strcmd.CommandText = "select * from tbl_user where ID = '" & t_id.Text & "' and password = '" & …

Member Avatar for MarkGia
0
496
Member Avatar for Vaikkundhnaair
Member Avatar for aloi93
Member Avatar for 1868

check to make sure you're connected to the internet. You may also try some other online services like IM's and see if they work

Member Avatar for W1ND0W5
0
283
Member Avatar for cocoll
Member Avatar for khentz

[QUOTE]And I would like to ask, what is the safest way to target the database. Because Im thinking, what if my database is change to another directory. If that happens, it will cause trouble to my system. I hope someone can help me with this.[/QUOTE] Its always better to create …

Member Avatar for gearup4it
0
140
Member Avatar for krunalkakadia
Member Avatar for shashikanth
Member Avatar for royng

I used to hate series but after i saw the Season 24, i fell.....its my best till date

Member Avatar for Netcode
0
389
Member Avatar for king_saqib

You may read [URL="http://www.codeguru.com/forum/archive/index.php/t-335012.html"]here[/URL]

Member Avatar for debasisdas
0
300
Member Avatar for bazaanah
Member Avatar for RichardMuscat
Member Avatar for suemaina

The End.