16,019,349 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 C++ questions
View Visual Basic questions
View Javascript questions
View .NET 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 Manoj from Pune (Top 12 by date)
Manoj from Pune
11-Jan-11 1:29am
View
Thanks Anupama
Manoj from Pune
11-Jan-11 1:28am
View
Thanks buddy.
Manoj from Pune
16-Dec-10 2:25am
View
and its working exactly how i wanted.
Manoj from Pune
15-Dec-10 23:44pm
View
this is not working,
On check uncheck of checkbox its not working, when a different cell is clicked then this code works.
I want to work on check/uncheck of a checkbox
Manoj from Pune
15-Dec-10 8:07am
View
And 1 more thing when u click to check the checkbox and dubug the mentioned event
and u check the state by your code by covert to boolean it is still gives false.
Manoj from Pune
15-Dec-10 8:00am
View
Thanks vivek but i want code in VB.NET. Secondly i tried to code on this event, but my question is that on this cell content click how to check that the check box is checked or not?
Manoj from Pune
9-Dec-10 1:47am
View
Martin,
Right to Left property is used to assign values in control in Right to Left fashion for RTL languages such as arabic.. So when you write any text in control with right to left property set, the last value comes to the first position considering it is a text, but when you write a number or decimal number it is universally written as Left to Right.. So when u type 7 then "." that dot is still consodered in string so it goes in first position and then when you type 9 ie "7.9" it is clearly a decimal number so the "dot" comes back to where it needs to.
Its not at all a .NET problem.
Manoj from Pune
8-Dec-10 7:05am
View
what you want to do by writing "\ACHWINAPPLICATION"??
Manoj from Pune
8-Dec-10 7:01am
View
Private Sub checkbox_CheckedChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles checkbox.CheckedChanged
if checkbox.checked = true then
button.visible = true
else if checkbox.checked = false then
button.visible = false
End Sub
Manoj from Pune
8-Dec-10 6:37am
View
Please be claer.. M not getting nything from ur commment
Manoj from Pune
16-Nov-10 6:09am
View
It will throw error on this also, as its going to check subitem whose index is 3 but, coz of zero based index Funda 3 is not present, only index upto 2 is present.
Manoj from Pune
16-Nov-10 6:03am
View
i answered it dude. The answer is open SQL Server Management studio if u have and procedd as i have written.
Show More