670 Posted Topics

Member Avatar for neh555

Web Application: In software engineering, a Web application or webapp is an application that is accessed via Web browser over a network such as the Internet or an intranet. It is also a computer software application that is coded in a browser-supported language (such as HTML, ASP, PHP, Perl, Python …

Member Avatar for Netcode
0
144
Member Avatar for khanthegamer
Member Avatar for geoamins2
Member Avatar for geoamins2
0
324
Member Avatar for n3red

the night time is the most favorable. You have your silence, no distractions and less external thoughts to do. All you think of then is CODES

Member Avatar for hericles
0
109
Member Avatar for Azmah

[QUOTE=Azmah;1570307]THANKYOU THANKYOU THANKYOU Every single time I ask someone that question I get 80 ... they forget BIMDAS. I put the hit because I didn't want to sound like a fool :) One of my friends said to me, after I told him, "Tell me when you sue BIMDAS in …

Member Avatar for BDove
0
2K
Member Avatar for ng5

This opens the file with read-only access [CODE]Imports System Imports System.IO Imports System.Text Public Class Test Public Shared Sub Main() Dim path As String = "c:\temp\MyTest.txt" Dim fs As FileStream ' Delete the file if it exists. If File.Exists(path) = False Then ' Create the file. fs = File.Create(path) Dim …

Member Avatar for codeorder
0
2K
Member Avatar for miniru

try TeamViewer. You can download it[URL="http://teamviewer.com/en/index.aspx"] here[/URL]

Member Avatar for swifttech
0
383
Member Avatar for happygeek

[CODE]Have you tried blocking all IPs from russia David??[/CODE] that wont be too good a decision. So many innocent ones would be affected. RULES OF THUMB: The most important of these rules is: don’t take it personally. Spammers don’t want to degrade your site. They simply want to get people …

Member Avatar for Dani
2
1K
Member Avatar for parameswaran

[QUOTE]What happened to Mosaic. Is the web still compatible with Mosaic?[/QUOTE] Fifteen years after Mosaic's introduction, the most popular contemporary browsers, Internet Explorer, Mozilla Firefox and Google Chrome, retain many of the characteristics of the original Mosaic graphical user interface (GUI) and interactive experience so why would you want to …

Member Avatar for Azam Butt
0
180
Member Avatar for kurakar
Member Avatar for M.Waqas Aslam
0
1K
Member Avatar for Azmah

[QUOTE]although finding a free cms is a lengthy process as there are so many. [/QUOTE] and the less standard ones are what you see first.....thats what makes the search even more lengthy

Member Avatar for Azmah
-1
3K
Member Avatar for Ismatus3
Member Avatar for rajkumardhawan

its basically used to download music, videos, books and more files as you can imagine but illegal as cscgal stated.

Member Avatar for ilmkidunya
-6
319
Member Avatar for SureEM25
Member Avatar for funny-tech
Member Avatar for krisgilder23
Member Avatar for JonnyFrond
Member Avatar for nalini@121
Member Avatar for anuragini123
Member Avatar for skp03

If you mean changing an existing user password, then you can do that with the UPDATE statement. It would be appreciated if you can show some effort on work done so far and then also give info on any error/challenge encountered.

Member Avatar for M.Waqas Aslam
0
224
Member Avatar for ahsima

Be sure you installed the Fingerprint reader driver, you can check your device manager to make sure you did. If you did, then try re-installing the Fingerprint validation software. Don't know what yours is called who the vendor whp designed it but for my HP Pavilon dm4 laptop, its called …

Member Avatar for skilly
0
179
Member Avatar for nedrosat

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

Member Avatar for Netcode
0
138
Member Avatar for Max Bayne

[QUOTE=arjunsasidharan;359685]Well if you do come up with a solution other than using opacity do let me know.[/QUOTE] would also like the have the new idea

Member Avatar for skp03
0
2K
Member Avatar for Rajoo Mal

How do you intend to collect this data? That you be your start point. If you already have the data collected, then you would require knowledge on database connection and data retrieval. You may wish to proceed and then show us some efforts. When you encounter issues, we can help.

Member Avatar for M.Waqas Aslam
0
176
Member Avatar for Cenchrus
Member Avatar for edwardmrko
Member Avatar for Johnr271
Member Avatar for Hostingsource
Member Avatar for Dancing Bear 07
Member Avatar for Charles.m
Member Avatar for phorce

You normalize a database and not the table. Since normalization affects tables which are primary components of a database, then normalization is said to be carried out on the database which basically involves breaking down table structure to avoid redundancy. What you have so far is just one table with …

Member Avatar for Webmastergrace
-1
119
Member Avatar for kbj123
Member Avatar for hkdani
0
265
Member Avatar for CreativeCoding
Member Avatar for aishapot

This would help you convert the image in your picture box to binary and save it in sql server. [CODE] '//declarations to handle face capture and its conversion to binary Dim myfilelocation As String = lblfilePath.Text Dim param As New SqlParameter("@ImageData", SqlDbType.VarBinary) Dim ImageData As Byte() = IO.File.ReadAllBytes(myfilelocation) param.Value = …

Member Avatar for aishapot
0
255
Member Avatar for lili22

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

Member Avatar for Reverend Jim
0
379
Member Avatar for abhit_kumar
Member Avatar for Netcode
0
53
Member Avatar for kjs5533
Member Avatar for Morney
Member Avatar for flywheeljack
Member Avatar for skran
Member Avatar for CMaker3
Member Avatar for king03

[QUOTE]Network admin do not need programming skilles except to write some small scripts[/QUOTE] means they have to do some script writing. In my own opinion, you can do without programming as a network admin but no knowledge is a waste. Everything counts!

Member Avatar for martin11ph
0
266
Member Avatar for adnysam
Member Avatar for adnysam
0
153
Member Avatar for croussou

see [URL="http://www.aspsnippets.com/Articles/Display-MessageBox-in-ASP.Net-using-JavaScript.aspx"]here[/URL]

Member Avatar for croussou
0
113
Member Avatar for MaxPrime
Member Avatar for menaka4u
Member Avatar for siddharthan64
Member Avatar for OnlineSME
Member Avatar for aayushmail007

The issues you have is with your select statement. Fist you check for the user and then later in your datarow you check for password. Also, i advice you learn to name controls appropriately not just to help yourself but also help other programmers reading your code. Imports System.Data Imports …

Member Avatar for Netcode
0
302
Member Avatar for vammy

First you need to understand a whole lot about keys and constraints. Creating a Table with a Foreign Key Reference This demonstrates how to create a table with a foreign key. In this example, I define two foreign key references within the definition of a CREATE TABLE statement: [CODE]CREATE TABLE …

Member Avatar for vammy
0
124

The End.