Posts
 
Reputation
Joined
Last Seen
Ranked #766
Strength to Increase Rep
+9
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 #154
Ranked #232
~459.07K People Reached
Interests
reading, music
Favorite Tags

670 Posted Topics

Member Avatar for vegaseat
Member Avatar for Duki
Member Avatar for Dani
22
17K
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
9K
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
223
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
548
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
811
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
259
Member Avatar for iAssistant
Member Avatar for marco1497
Member Avatar for josetha
-1
303
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
206
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
167
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
299
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
17K
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
280
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
620
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
296
Member Avatar for tsomondos
Member Avatar for Netcode
0
272
Member Avatar for roxie148

First, you can run a network diagnosis to get a clue. Also, your router may require some security key to grant you access through it to the internet.

Member Avatar for EMMAGERALD
0
3K
Member Avatar for Newbie_ITstuden

[QUOTE=Newbie_ITstuden;1611226]hi to all im new here, i have some difficulty in displaying records from database to my combobox here is my code in the form_load [code] Private Sub Form5_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim con As New SqlConnection con.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Users\lito\Documents\QMP_DB.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True" …

Member Avatar for manlypullock
0
8K
Member Avatar for jingda

[QUOTE=;][/QUOTE] Had a dog named shadow but now, am just with no pets too. Except we decide to consider a computer as an animal as mentioned in one of the replies

Member Avatar for <M/>
0
430
Member Avatar for ziphyx

here is a good working code block: [CODE] Imports System.Math Public Class calculator Dim cleardisplay As Boolean Dim operand1 As Double Dim operand2 As Double Dim Operator1 As String Private Sub Digit_Click(ByVal sender As System.Object, _ ByVal e As System.EventArgs) Handles btn1.Click, btn2.Click, _ btn3.Click, btn4.Click, btn5.Click, btn6.Click, _ btn7.Click, …

Member Avatar for Mr.M
0
1K
Member Avatar for Gizzle72

> The disk may not be recognized by the system at start up > The Boot Loader may be corrupt >I would recommend you reinstall the OS

Member Avatar for ali_fr
0
266
Member Avatar for user777

loether, try something on your own first, then you can be helped out if you encounter errors. Its the best way to learn

Member Avatar for AndreRet
-1
2K
Member Avatar for zoraster01
Member Avatar for Netcode

hi everybody! i want to get all drives and their directories and sub-directories displayed on a tree view just as windows explorer. pls i need very comprehensive codes to do that...thanks

Member Avatar for laurencenico.sembrano
-1
95
Member Avatar for Gowsi

i think you're trying to create a setup file. if am right, then follow these steps; 1.open the project 2.select the file menu, new project, select other project types and just beneath it select setup and deployment 3. follow the instructions as you proceed these steps will help create a …

Member Avatar for Reverend Jim
1
14K
Member Avatar for bhavna04

Hmmmm! this is really brainstorming. I googled and [URL="http://blog.phosphorwatches.com/2011/04/time-watch/"]here[/URL] is what i found. Actually, this would aslo be possible if there is a window in the room at least.

Member Avatar for Reverend Jim
-1
265
Member Avatar for earlybirdsean

You need to do these things to learn, thats the only way you can impress people

Member Avatar for almondjoy
0
377
Member Avatar for nore

[CODE] Dim objdatatable As DataTable = objDataSet.Tables("TableName") With DataGridView1 .AutoGenerateColumns = True .DataSource = objDataSet .DataMember = "TableName" ' Declare and set the alternating rows style... Dim objAlternatingCellStyle As New DataGridViewCellStyle() objAlternatingCellStyle.BackColor = Color.WhiteSmoke searchDataGridView.AlternatingRowsDefaultCellStyle = objAlternatingCellStyle End With [/CODE]

Member Avatar for pcs77
0
15K
Member Avatar for LastMitch
Member Avatar for bunik34
Member Avatar for bcd16

you an write and insert function that captures the username, time_of_login, Data_of_login of whoever logs in. This can then be called whenever any user sucessfully logs in so it automatically saves the data to its corresponding table. You need to make more clarification on the editing part of your statement. …

Member Avatar for bcd16
0
281
Member Avatar for PrimeOutsourcin
Member Avatar for Ene Uran
0
232
Member Avatar for szticks

> So far I have a table with category IDs, a seperate table for each category, a student list table, and a table to handle queries to the student list and category list. In my opinion, having a table with just categoryIDs is needless. why not have 1. a table …

Member Avatar for szticks
0
125
Member Avatar for GrimJack
Member Avatar for vinnitro
1
3K
Member Avatar for leokin

I use windows7 but i also have ubuntu running on same machine. Ubuntu is good but we cant still wipe away the good gracious usefulness of windows. Come to think of it, editing tools like photo and video editing, windows still has the best on its list. I would totally …

Member Avatar for sbesch
0
444
Member Avatar for Dili1234

The End.