Posts
 
Reputation
Joined
Last Seen
Ranked #760
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
41% Quality Score
Upvotes Received
70
Posts with Upvotes
60
Upvoting Members
37
Downvotes Received
150
Posts with Downvotes
137
Downvoting Members
22
25 Commented Posts
11 Endorsements
Ranked #153
Ranked #232
~451.72K People Reached
Interests
reading, music
Favorite Tags
Member Avatar for Duki
Member Avatar for Dani
22
17K
Member Avatar for vegaseat
Member Avatar for Reverend Jim
15
13K
Member Avatar for LastMitch
Member Avatar for geetajlo

[QUOTE]hey, i've made a textbox and want the asp.net to search max id from database(basically from sql2005) and generate the max id +1 into the textbox .[/QUOTE] 'Jx Man' already gave showed you that in his code as written below [CODE]Try Dim sql As String = "SELECT MAX(NO) 'IDNumber' FROM …

Member Avatar for Ravi_79
-1
9K
Member Avatar for Mike Askew

first, the variable has to get its value from an input source, maybe a text box so why not do something like this [CODE] "SELECT Product_Name FROM tb_ProductInformation" & _ WHERE Product_Name Like "'+ textbox1.text+'" [/CODE]

Member Avatar for Carmelo_1
0
13K
Member Avatar for Unhnd_Exception

am trying it out, can't see anything like 'CopyifNewer' in the Build action. What's closest to it that stars with a ''C is 'Compile' and 'Content'

Member Avatar for Jorge Braga
4
8K
Member Avatar for lllllIllIlllI

The python shell (pythonw.exe) does not come up. But when i use the console(python.exe), it works. Can someone please help me figure this out cos i really prefer the pythonw.exe> i hate the console too Here's what i used:[CODE] C:\python27\pythonw.exe "$(FULL_CURRENT_PATH)"[/CODE]

Member Avatar for Kuldeep_8
1
3K
Member Avatar for Amiet Mhaske
Member Avatar for aplee

The Datasize of the column should be increased before you import from excel. Also ensure that there exist the same number of columns in sql server as with the source file and make sure sql server can accomodate the datatypes of the source file in each respective column. Should work …

Member Avatar for Sai_421
0
1K
Member Avatar for Netcode

Hi All, am trying to use build a secure login page. I have written necessary functions and the registrations works fine (with secure hash + salt passwords created) but the verification never goes through. Can someone point me in the right direction? Imports System.Data Imports System.Data.SqlClient Imports System.Security.Cryptography Imports System.Web.Security …

Member Avatar for hericles
0
219
Member Avatar for Awulonu
Member Avatar for edcaryl

[code] dim con as sqlconnection = new sqlconnection( _ "server= server name; database= d-basename; user id = server id; password= server password;") [/code]

Member Avatar for vinod_10
0
7K
Member Avatar for fhau013

[QUOTE]and there is always an error when i try to install it![/QUOTE] Are you sure it downloaded without errors? if not, its advisable you reinstall

Member Avatar for ankit sriva
0
1K
Member Avatar for gurio marquez

[QUOTE]i also ran a scan with malware anti malware software and it showed i had 165 objects infected! i have a log for the scan also. can u help me please! [/QUOTE] and you antivirus program can't disinfect?

Member Avatar for hassan_16
0
532
Member Avatar for vegaseat

[QUOTE=;][/QUOTE] Looks interesting and fun. Thanks for the introduction vegaseat. If i may ask, what good books would you recommend for starters?

Member Avatar for vegaseat
23
34K
Member Avatar for vegaseat

A car uses 1.6 ounces of gas idling for one minute. Half an ounce is used to start the average automobile!

Member Avatar for vegaseat
11
9K
Member Avatar for christos312

[QUOTE]So my question is, what is most popular in the market, now and what will be popular for the next 2-3 years? PHP or ASP.NET?[/QUOTE] You may find so many sites designed with PHP because its an opensource language and many start-up companies may not be able to afford costs …

Member Avatar for DaveAmour
0
777
Member Avatar for Mike Bishop

[CODE] If Me.txtLine2Rcon.Text = "" Then MsgBox("Please insert a running condition for Line 2 before you add it to the database", vbOKOnly) exit sub 'this is to leave the sub procedure and prevent further code execution [/CODE]

Member Avatar for Deep Modi
0
257
Member Avatar for iAssistant
Member Avatar for marco1497
Member Avatar for Netcode

#include <stdlib.h> #include <string.h> int main(int argc, char *argv[]) { char *first, *second, *third; first = malloc(888); second = malloc(22); third = malloc(22); strcpy(first, argv[1]); strcpy(second, argv[2]); free(first); free(second); free(third); return(0); } Like I said before, I need help learning C and trying to figure out my errors. With this …

Member Avatar for deceptikon
0
203
Member Avatar for Netcode

Am trying to write a c program to do the following; • Write on the screen: ``Please enter a positive number: ''. • Accept a number from the user. • Keep prompting for more numbers until -1 is entered • Output the sum of all entered numbers excluding -1. • …

Member Avatar for Ancient Dragon
0
162
Member Avatar for Netcode

Hi all, trying to read up on C to get acquainted with the language. Got an exercise am trying to answer and i may need your help to know if am right. I have this code as below, and am asked, what lines have buffer length checking errors. int main( …

Member Avatar for Netcode
0
293
Member Avatar for FutureDev86
Member Avatar for debasisdas

The more extensive a man's knowledge of what has been done, the greater will be his power of knowing what to do.

Member Avatar for James_28
8
16K
Member Avatar for ddanbe

except there's some incentives to go with it. Like staying young (the vampire myth), being comfortable, never falling sick....and more

Member Avatar for Ancient Dragon
2
2K
Member Avatar for elie.karkafy

To achieve not just the microsoft outlook interface but MS Office as you would have noticed Microsoft Office applications come with same looka and feel, you should learn more about "ribbons". You could get some help on the control [here](http://msdn.microsoft.com/en-us/library/windows/desktop/cc872782.aspx)

Member Avatar for elie.karkafy
0
276
Member Avatar for pc20912

You should use a database for your password rather than hardcoding. So if your app and there is need for a password change, you wont have to do some coding over again.

Member Avatar for Dili1234
0
597
Member Avatar for Netcode

Am new to python and i need help dealing so i would go ahead and post the question and my little solution so far. **Question:** a Procedure which takes four parameters as follows; Dictionary File- the file name of a text file containing four letter words Start Word- a four …

Member Avatar for Netcode
0
293
Member Avatar for tsomondos
Member Avatar for Netcode
0
264