15,742,357 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 Manikandan Sekar (Top 28 by date)
Manikandan Sekar
4-Sep-13 3:36am
View
Actually i tried that sort of things. I dont need like that. I need to print data(example take a receipt which is shown in a form in a datagrid). I have to print the datagrid from the windows mobile to the printer by using bluetooth that is assigning job to printer from windows mobile similar to assigning job from desktop application except that i need to do that using windows mobile
Manikandan Sekar
2-Sep-13 3:00am
View
What you are asking is a project. If you want someone to do your project means hire someone. If you want create on your own means Google it and get some ideas. Start your move and ask help when you stuck anywhere means.
Manikandan Sekar
2-Sep-13 2:51am
View
Is the connection is working properly, and make sure that the returned dataset has all the same fields with same alias name for the fields which you bind in the datalist
Manikandan Sekar
2-Sep-13 2:48am
View
So what have you tried. You post that you need to display as string but you didnt mention what data you received and also in which format. Post your snippet and query clearly so that others can help you
Manikandan Sekar
22-Aug-13 4:11am
View
Reason for my vote of 3 \n Good
Manikandan Sekar
14-Aug-13 3:47am
View
Calendar extender will be shown near to textbox in ajax normally, if it is displays wrong means than check the z index property of the control. z index can be set using the css
Manikandan Sekar
9-Aug-13 3:51am
View
So what have you tried...?
Post your snippet and tell where you stuck and where you need help.
Without complete need answers will be approximately and not accurate. So, improve your question
Manikandan Sekar
5-Aug-13 8:23am
View
Its like hard coding your code, without proper methods and all, you just get the required value using catch it may not support all cases and it may lead to wrong answer when values such as 10000 etc. So use appropriate methods to get your data without using hard code like this.
Manikandan Sekar
2-Aug-13 3:08am
View
Tell your need correctly so that, we can help you. you told that ItemTemplate Whether it is gridview or repeater. Also you are using that button in item template or creating it dynamically in code behind. and when you invoke that display method during edit operation in the control you are using or explicitly invoking. Provide your sample code and tell us where you stuck. Without proper requirement how others can help you....?
Manikandan Sekar
31-Jul-13 9:34am
View
Ok no problem davi_p i am just asking your need clearly, so that i can help you. ok lets take a look on the links i posted, did you got any idea on that.
Manikandan Sekar
30-Jul-13 7:00am
View
What is your need tell correctly, then only others can help you.
Manikandan Sekar
24-Jul-13 11:43am
View
Ok i will give it a try
Manikandan Sekar
24-Jul-13 11:34am
View
@CdnSecurityEngineer: Thanks for your valuable reply, i follow your instructions i am learning the WCF for the last two days only. I dono about anything in WCF. So i just need a basic secure mode only, also i referred the link you gave, i tried that method already the customvalidator class wont get called during execution. The page itself has a same report by a person. Kindly give me a link or steps to do basic secure WCF service which validates the username and password in the customvalidator class.
Thanks in advance
Manikandan Sekar
24-Jul-13 10:31am
View
Which version of jquery your are using, also did you checked your browser that whether it supports javascript or not? if your jquery is not loaded or not refered from your directory then refer it from online CDN from google or microsoft or jquery websites.
Manikandan Sekar
23-Jul-13 11:20am
View
Sorry i didnt get you
Manikandan Sekar
23-Jul-13 11:01am
View
i don't believe its the correct solution for your need, but i am just saying my idea. Insert one more field in the database as Status, whenever a person logins means set his status as 'Active' or 'logged in' and based on the status redirect him to the userWelcome page and during logout set his status to 'DeActive'.
Manikandan Sekar
23-Jul-13 3:48am
View
Oh sorry. I will get back to you on this.
Manikandan Sekar
22-Jul-13 11:53am
View
Thanks Ron Beyer for your your valuable timing and Response and believe me its worked. I just forgot to check the webinvoke. Thanks once again
Manikandan Sekar
22-Jul-13 2:55am
View
Tell your need clearly
Manikandan Sekar
22-Jul-13 2:43am
View
you are Welcome
Manikandan Sekar
19-Jul-13 6:47am
View
Place the ddl in the edit template in the field you want and make the gridview row editing method to be fired when the link button is pressed and when update, bind the gridview again with your updated database.
Manikandan Sekar
19-Jul-13 6:43am
View
use Update statement it will update the data. Feeling weird thats how we feel, without saying your requirement, and sample code how can you supposed to expect the solution. Provide more information regarding your need and specify your problem correctly.
Manikandan Sekar
18-Jul-13 2:10am
View
Thanks Tadit Dash and Dheeraj_Gupta for your valuable replies. I did it by yesterday itself.But the thing to note here is, as i am using WCF Service it must need to support in all platforms right. For example suppose if am developing android app the service should support that also. For that you experts give me a suggestion. Any way its working fine in windows mobile app now.
Manikandan Sekar
16-Jul-13 9:27am
View
yes it is possible but you need to give the row index that is the row number correctly during the operation
Manikandan Sekar
13-May-13 10:23am
View
Thanks for your reply CHill60. I will see that links and let you know
Manikandan Sekar
13-May-13 4:01am
View
the data loads like if excel has 3 cols it loads first 3 cols of DB and i need to add some more data to db from UI for each record in excel
Manikandan Sekar
6-Mar-13 10:51am
View
The problem is that i need the output as mentioned above it has to show each record(has multiple columns) in a single cell in table(which has exactly 2 cells)
Manikandan Sekar
22-Feb-13 4:48am
View
Its working fine only but what the matter of fact is you checked the months but you didnt checked the leap years that is when we select a leap year in the dropdown list means it wont show the February 29days instead of that it shows only 28 days. but it is worthful code
Show More