15,744,817 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by akinwunmi (Top 20 by date)
akinwunmi
28-May-19 4:16am
View
Sorry a mistake, i have corrected it
akinwunmi
26-May-19 14:27pm
View
result = Convert.ToInt32(txtamount.Text)
akinwunmi
26-May-19 2:56am
View
i want to the user to enter the amount of money they want to borrow(txtamount i.e textbox for amount)
akinwunmi
5-May-19 17:08pm
View
please how can i use A repeater
akinwunmi
1-May-19 15:40pm
View
i have never worked with a bootstrap dashboard before
akinwunmi
27-Apr-19 18:30pm
View
i was just giving an example
akinwunmi
22-Oct-17 20:11pm
View
i am using sql database
akinwunmi
22-Oct-17 3:28am
View
before the user takes the exam,the user registration number will be required if the user has taken the exam it should show that the user cannot take the exam twice.is this one possible
akinwunmi
22-Oct-17 3:24am
View
the application is a cbt app where i can have multiple users.i dont want the user to take the exam twice so i have the start button when it time for the exam it will show then when the user click on it will take the user to the exam area once the user submit the question the start button should be disabled. so that that the user will not be able to take the exam twice.
akinwunmi
22-Oct-17 3:17am
View
this is the code
cmd.CommandText = "Select * from Registration where Uname=@user and Password=@pass SQL_Latin1_General_CP1_CS_AS";
akinwunmi
22-Oct-17 3:15am
View
Deleted
this is the code
cmd.CommandText = "Select * from Registration where Uname=@user and Password=@pass COLLATE Latin1_General_CS_AS";
akinwunmi
19-Oct-17 18:57pm
View
public void submit_Click(object sender, EventArgs e)
{
btnstart.Enabled = false;
// ...
}
this is not working i have tried if several times what i want is that the user will not be allowed to click the start button again if the user click on the submit button
akinwunmi
19-Oct-17 18:55pm
View
it is given me incorrect syntax near SQL_Latin1_General_CP1_CS_AS
akinwunmi
19-Oct-17 18:41pm
View
No different form
akinwunmi
19-Oct-17 18:29pm
View
yes thanks
akinwunmi
18-Oct-17 16:52pm
View
I dont want my datagridview to be more than one.if it is more than one the button should be disabled
akinwunmi
2-Oct-17 17:51pm
View
now i want the button in another form to be enabled
akinwunmi
2-Oct-17 17:04pm
View
yes thanks
akinwunmi
28-Sep-17 20:09pm
View
SELECT ROW_NUMBER() OVER (ORDER BY ID ASC) AS RowNumber, ID, QuestionText FROM MyTable
please where am i going to paste this code
akinwunmi
28-Sep-17 20:06pm
View
Thanks that means i should create a column for the id but what if the user mistakely enters the same Id?
Show More