670 Posted Topics

Member Avatar for mihirpatel12

[QUOTE=;][/QUOTE] You need the select statement to retrieve data into a dataset and then the datagrid displays the data in your dataset.

Member Avatar for Netcode
0
200
Member Avatar for zohaib238

[QUOTE]i want to be a softwear desighner[/QUOTE] Very good [QUOTE]how many qualification is required for a softwear desighner?[/QUOTE] as many as possbiel, there is no limit to learning and achieving [QUOTE]how many rupees can earn a softwear desighner per month?[/QUOTE] depends on howmuch work you can produce a month and …

Member Avatar for mobileapplover
0
73
Member Avatar for niño_morata

[QUOTE=;][/QUOTE] Hello nino_morata, you need to explain what you want done so it would be easy to give the right answer. Also, i guess you're working with vb6.0 and not vb.net so you could also raise same thread in vb6.0

Member Avatar for jeffrey blanz
0
105
Member Avatar for Bamahonky

amazon is good. They have almost anything IT and price range is also good

Member Avatar for aneechopper
0
127
Member Avatar for Onlineshade

The term x86 refers to a family of instruction set architectures based on the Intel 8086 CPU.

Member Avatar for Onlineshade
0
102
Member Avatar for ethupbolt

We are always willing to help. The instruction given to you has already clearly stated that you should store all data in a text file so you wont be needing a DBMS

Member Avatar for ethupbolt
0
139
Member Avatar for dragon_chick
Member Avatar for konman795
Member Avatar for bhagawatshinde

bhagawatshinde, pgmer is right. The login form should be the first. if the user is validated, thnen show the Main form. If not, then show the registration form so the user can get registered then after registration, you can display the Main form.

Member Avatar for bhagawatshinde
0
288
Member Avatar for Dani

happygeek, that's exactly what i use. I've never even had the time to notice the button ;)

Member Avatar for happygeek
0
1K
Member Avatar for murgesan

[QUOTE]so please suggest which is now day best development in web ? and also the large application in web ? [/QUOTE] PHP was used for facebook, asp.net was used for myspace. Now, they're both big projects so i guess this is where your personal preference comes in because they all …

Member Avatar for peter_budo
0
300
Member Avatar for Nguafack
Member Avatar for cwarn23

[QUOTE]With that definition I will never prosper. I'm never happy with my life.[/QUOTE] Maybe you're just some dude that believes in so much success and you've made it a philosophy never to accept or be comfortable with anything because you believe there's still more to achieve. Please be easy on …

Member Avatar for Netcode
0
158
Member Avatar for GLT

You can just create a webpage(more like a suggestion or complaint box) with maybe four text-boxes. That would include one for the customers name, the other for an email(when a reply is to be sent), the third for subject, and the fourth for comments. When this is done, you can …

Member Avatar for chrishea
0
189
Member Avatar for glimmerman

[QUOTE]I have server 2003 & 2008 R2 [/QUOTE] if you have them both, why did you still acquire an old technology instead of working with whats new?

Member Avatar for Netcode
0
211
Member Avatar for NathanOliver
Member Avatar for peter_budo

Having the tutorials here would be better in terms of traffic to daniweb and also easier to manage. [QUOTE]It does look more professional [/QUOTE] Daniweb could also be made professional

Member Avatar for Netcode
1
300
Member Avatar for AJN25

[CODE] Dim dc As SqlCommand = New SqlCommand With dc .Connection = con 'assuming con is connection string .CommandText = "INSERT INTO tblLoginDetails" & _ "(UserName, password)" & _ "VALUES ( @user, @pass)" .Parameters.AddWithValue("@user", txtuserName.Text) .Parameters.AddWithValue("@pass", txtpassword.Text) End With con.Open() Try dc.ExecuteNonQuery() Catch sqlexceptionerr As SqlException MessageBox.Show(sqlexceptionerr.Message) End Try [/CODE]

Member Avatar for Netcode
0
142
Member Avatar for dwiniers

You have just made a post so you're no more new. Warm welcome!

Member Avatar for Onlineshade
0
46
Member Avatar for diamondw
Member Avatar for bunik34
Member Avatar for mb01a
Member Avatar for zeropid
Member Avatar for NexG
Member Avatar for HATTIEMAY
Member Avatar for Plusplushosting
Member Avatar for 64.seema
Member Avatar for violette

[QUOTE]is it the insert code similar with update code? [/QUOTE] Insert and update are not the same, they're two different things. When inserting, you're placing data into a new row but updating means making changes to an already existing record. So do you want to insert or update?

Member Avatar for Netcode
0
202
Member Avatar for pseudorandom21

Everyone is saying they don't get the joke which is the same response so i believe pseudorandom21 has succeeded in cloning post response.

Member Avatar for Netcode
0
98
Member Avatar for Roebuc

[QUOTE]I know I am not senior but I am also confident I am not junior. [/QUOTE] The confidence is what matters. As far as you can proof to the employer than you can deliver whatever is asked of you, then you're on the right track. Maybe the one's you interviewed …

Member Avatar for Netcode
0
172
Member Avatar for shhahid

First, you may want to check the amount of memory you have secondly, you may want to reduce the number of startup programs as it obviously affects system startup.

Member Avatar for vjstreet15
0
141
Member Avatar for godwinaka4life
Member Avatar for dwiniers
Member Avatar for dwiniers
0
241
Member Avatar for adi2011
Member Avatar for rashid_khan

You could either achieve this through use of modem or a web service. A lot of such services exist on the web so you can go ahead and Google solutions out. Follow [URL="http://www.codeproject.com/KB/IP/Sending_SMS_using_Net.aspx"]this link[/URL] and see some codes

Member Avatar for Netcode
0
67
Member Avatar for Justinedeleon

Stick to the rules as the moderator advised and you would find it more fun ;)

Member Avatar for AliTheChamp
0
179
Member Avatar for ginG3R
Member Avatar for siva28
Member Avatar for aan160

As I usually recommend, use the "Search" feature above. There have been many threads about career changes and plans in general, and I think you'll find the information and advise useful. That said however, you've asked a question with a slightly different slant (networking VS Programming). In many (smaller) organizations, …

Member Avatar for innocentlogic
0
198
Member Avatar for vasim jada

[CODE]Public Sub RetrieveUserPass() Try Dim dbConn As OleDbConnection Dim dbCommand As New OleDbCommand Dim conn As New OleDbConnection dbConn = New OleDbConnection(cnSettings()) dbCommand.CommandText = "SELECT * FROM [table1] Where User_id = '" & user_id.Text & "' And [password] = '" & password.Text & "'" dbCommand.Connection = dbConn dbConn.Open() Dim dbDR …

Member Avatar for vasim jada
0
181
Member Avatar for blackknight2114
Member Avatar for adam_k
0
395
Member Avatar for shhahid
Member Avatar for John Does
Member Avatar for Capritarius21

[QUOTE]Truly that I felt that I BELONG in this community.[/QUOTE] yes you do belong. we hope we would be of more help

Member Avatar for Onlineshade
0
82
Member Avatar for Eleanore
Member Avatar for ~s.o.s~
Member Avatar for chemes12

The datagrid gets its result set from the database so maybe you may want to try searching the database table and if the result is found, you point to the record on the datagrid.

Member Avatar for adam_k
0
158
Member Avatar for pseudorandom21

[QUOTE=;][/QUOTE] I may have some, depends on what you like to see on your computer

Member Avatar for AliTheChamp
0
97
Member Avatar for sergent
Member Avatar for ambadi

You could try doing something to computerize student academic records and calculate GPA.

Member Avatar for ChrisHunter
0
102

The End.