16,018,006 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 Javascript questions
View Visual Basic 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 Sujith Karivelil (Top 42 by date)
Sujith Karivelil
18-Jul-16 21:14pm
View
What kind of application is this? Could you please include the front-end code, xaml or aspx
Sujith Karivelil
18-Jul-16 1:37am
View
Your filter condition is not Clear, Could you please tell me the condition for filtering sub-folders and files?
Sujith Karivelil
18-Jul-16 1:06am
View
coool
Sujith Karivelil
12-Jul-16 3:24am
View
You can use MouseDown event of the controls to identify them
Sujith Karivelil
19-May-16 14:41pm
View
I think the control is inside the web-page that is loaded into the web-browser control
Sujith Karivelil
25-Feb-16 2:14am
View
Could you please include relevant code only?
Sujith Karivelil
20-Oct-15 5:08am
View
Here what is mCol? what is the value of vntIndexKey
Sujith Karivelil
19-Oct-15 3:19am
View
Header will be always the first row, so you can avoid the header by skipping the first row in a simple way
Sujith Karivelil
16-Oct-15 2:49am
View
Its more easy to specify the database in connection string
Sujith Karivelil
14-Oct-15 4:37am
View
great
Sujith Karivelil
14-Oct-15 3:08am
View
why not? it wont compile. throw error, invalid expression term class, but it accept the declaration if we give class-Name instead for class, only if the class having a constructor that accept one argument
Sujith Karivelil
14-Oct-15 3:01am
View
code wont compile if you create an object like this object o= new class(1);
Sujith Karivelil
29-Mar-15 8:23am
View
Please see the updation
Sujith Karivelil
26-Mar-15 0:44am
View
what you have tried? have you set any time out for session?
Sujith Karivelil
23-Mar-15 4:25am
View
I think the problem is with the different format dates in comparison.
Sujith Karivelil
16-Mar-15 7:04am
View
everything works fine up to this. from where i choose the list of states for the selected country without using database? that's my problem. does RegionInfo is helpfull to get the list of states
Sujith Karivelil
10-Mar-15 23:42pm
View
what you have tried so far
Sujith Karivelil
10-Mar-15 5:14am
View
are you using any third party control or plain asp grid? how you bind the grid?
Sujith Karivelil
9-Mar-15 6:38am
View
what you have done so far
Sujith Karivelil
2-Mar-15 23:28pm
View
unclear what you are asking?
Sujith Karivelil
24-Feb-15 22:24pm
View
what you want to do?
Sujith Karivelil
24-Feb-15 6:32am
View
same question exist:http://www.codeproject.com/Questions/879792/how-to-access-network-directory-using-userid-passw?arn=1
Sujith Karivelil
24-Feb-15 2:08am
View
For your problem their may be many solutions. so if you post your code you will get the exact solution which you want.
Sujith Karivelil
24-Feb-15 0:35am
View
all these sites provide APIs to connect to it
Sujith Karivelil
24-Feb-15 0:19am
View
what you have tried so far? could you please include that snippet?
Sujith Karivelil
20-Feb-15 5:12am
View
could you please include the snippet that shows the error? it will helps to get better response
Sujith Karivelil
9-Feb-15 4:56am
View
what you have done so far? if you post some code then it helps others to guide you
Sujith Karivelil
3-Feb-15 4:04am
View
Make use of it. once again am not sure about C# code
Sujith Karivelil
2-Feb-15 5:48am
View
I think its better you provide a sample input and expected output. to get proper solution
Sujith Karivelil
2-Feb-15 1:54am
View
I think this may be much better solution
Sujith Karivelil
31-Jan-15 5:18am
View
could you please post the code you are using?
Sujith Karivelil
30-Jan-15 2:25am
View
That means you have to generate random string for :
string encryptKey = "aXb2uy4z"; isn't it?
Sujith Karivelil
30-Jan-15 1:08am
View
could you please describe the problem in detail
Sujith Karivelil
30-Jan-15 0:43am
View
What is Round() method is it user defined function? then include that coding also to make sense
Sujith Karivelil
29-Jan-15 23:52pm
View
http://www.codeproject.com/Articles/8055/Transferring-page-values-to-another-page for additional option
Sujith Karivelil
29-Jan-15 22:46pm
View
Good You can include this also to the answer;
count++ : will use the value before increment
where as ++count : will increment the value before use
Sujith Karivelil
29-Jan-15 22:33pm
View
you are using this in correct format.HttpContext.Current.Session["ULFName"].ToString()
then whats the problem you ware facing?
Sujith Karivelil
29-Jan-15 7:13am
View
+5 for this good answer. thanks for the solution
Sujith Karivelil
29-Jan-15 3:56am
View
Need more Details about the needs to get correct answer from this site
Sujith Karivelil
29-Jan-15 2:16am
View
Put break pint and then check the value of temp, if the table contains more than one row then the value of temp will not be `1`. that's why the Label1.Text not getting changed. see my updates in the answer
Sujith Karivelil
29-Jan-15 0:41am
View
now it solves the problem, isn't it?
Sujith Karivelil
28-Jan-15 2:26am
View
is it working? what error you ware getting while executing the code?
Show More