Good day
i am developing an application that has several pages in it,
instead of the user having to go through the stress of navigating to the required page
i will like to add a search feature in which when the user type in the required page keyword
it will take the user to the page without...
We have an exciting opportunity for an experienced C# Developer to join our growing team. We have great offices next to the River Medway, we listen to music all day, have TVs in the office, Xbox downstairs....it is endless!!! Great atmosphere to work in, really fun environment.
The role...
I want to make a small web application. The details are given below.
Three tabs will be opened in an Internet Explorer. Each tab will go to our client's website i.e. www.xyz.com
The client's website has a database of addresses. The www.xyz.com has an address checking tool. I will enter 3...
LIST Time Status
A 22:05 0
B 22:10 1
C 22:30 1
A 22:40 0
C 22:50 1
B 22:60 1 The above table needs to be converted to below JSON format
[
{ "name": "A",
data: [ [22:05,0],
[22:40,0]
]
},
{ "name": "B",
data: [ [22:10,1]...
Hi to All,
I am working on C# Winform application (Visual Studio 2010) with MySql as back-end. Meanwhile I am looking for a suitable solution to a problem about How will I deploy this application along with MySql server. As this will be multiuser application, embedded database is not an...
hi for past 7 days i was wondering on how to create excel report from excel Template, populating excel report using sql select query in c# windows forms with sql server 2008. I have create an Excel Template in my same project folder named : Technician Details.xltx.
Given below is my code in...
Dear All,
I am using Microsoft Visual Studio 2010 Ultimate, C# Winforms & MySql Database.
I am trying to use BCrypt class by Derek Slager for creating and authenticating username and password. A form is use to create new user to save Username and Password to database, but this Password is not...
Development Environment:
Microsoft Visual Studio 2010 Ultimate,
C#,
MySql
Hi, I've create a function in mysql which accept 3 parameter to validate username and password.
DELIMITER $$
USE `generalledger`$$
DROP FUNCTION IF EXISTS `fLogin_Check`$$
CREATE DEFINER=`root`@`localhost`...
ools: Visual Studio 2010 Ultimate, Language C#, Database MySql
Hi,
I am searching this a while, but to date didn't find any suitable solution.
I've a form with bound DataGridView with 5 columns, ProductID, ProductName, Qty, Price and Amount. After normal data entry user can click button...
Dear All,
I am on the beginning stage on C# development. Currently I am developing an Voucher based Accounting Software with following:
1- Visual Studio 2010
2- Programming Language: C#
3- Database: MySql 5
At present, Database structure is as follows:
1.accAccounts (For holding...
MSDN recommends disposing any variable of type System.Drawing.Brush before its last reference is released. Otherwise, the resources it is using will not be freed until the garbage collector calls the Brush object's Finalize method.
As we know, local variables are destroyed automatically when...
I need to made a Secured Login Page in C#.NET Windows Forms Application. in this process I have need to disable my pc's keyboard and use only ON SCREEN KEYBOARD. I have open ON SCREEN KEYBOARD but still can't disable my peripheral device keyboard? please help me in this regards......
I am using Visual Studio 2010, language C# and SQL Server Express Edition as backend. There is one form with DataGridView control, I've setup columns manually using designer, then on runtime set the data source.
connectionString = ConfigurationManager.AppSettings["connectionString"]...
Hi All Experts,
I am a newbie to C#, my development environment is:
Visual Studio 2010 Ultimate Edition
Sql Server 2005
Programming Language C#**
I've a form with Unbound Datagridview, from which data is save to Sql Server 2005 by looping through For..Each and pass SQL INSERT Statement when...
Hello everyone,
I'm currently working on a calculator and in order to challenge myself, I decided not to use any loops (while, for, ...) but only use recursive methods (if ... then ... return else return).
So basically what I'm trying to do is create a function that checks if the 2 numbers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.