15,667,735 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 Python questions
View C++ 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 Maniraj.M (Top 32 by date)
Maniraj.M
4-Dec-17 4:17am
View
So finally i chose Task Scheduler. Thank you!
Maniraj.M
3-Dec-17 23:41pm
View
Onstart event i wrote one function that will be called per hour from Onstart event. That function will check the time and if meets the required time it will navigate to the main function or else it will navigate to Onpause event. Once the end time comes the function will navigate to Onpause event and the next day it will navigate to Oncontinue event.. Will this work?
Maniraj.M
14-Aug-17 6:04am
View
i modified code to ,
if(!string.IsNullOrEmpty(items.name))
{
@Html.ActionLink(items.name, "Details", "Home", new { id = items.id}, null)
}
its working fine now. Thanks a lot!
Maniraj.M
14-Aug-17 5:54am
View
I modified the code like this but still i am geting same error! ;(
Html.ActionLink(@items.name, "Details", "Home", new { id = @items.id}, null);
Maniraj.M
11-Apr-17 6:33am
View
When viewing crystal report using CrystalReportViewer its working fine but from background a third party tool called APPD capturing exception when previewing.Why this exception is not capturing in .net try catch?the exception is,
Name: ArgumentOutofRangeException
Summary: CrystalDecisions.Shared.Json.JsonObject::unable to get optional boolean value associated with key, at CrystalDecisions.Shared.Json.JsonObject.get_Item(String key)
is this explanation fine?
Maniraj.M
16-Dec-16 5:11am
View
My suggestion is as same as RyanDev's for loop solution.It is more effective way than switch
Maniraj.M
2-Aug-16 7:09am
View
Yes its worked but if there is no row for Id 1000 then exception getting.How to manage this?
Maniraj.M
6-May-16 1:38am
View
Thank you your idea helped
Maniraj.M
6-May-16 1:37am
View
Thank u so much
Maniraj.M
6-May-16 0:58am
View
Top 5-10 records enough for me to display
Maniraj.M
6-May-16 0:57am
View
Yes how to do that?
Maniraj.M
4-May-16 3:02am
View
i used $("input[type='text'][id*=txtid]").keyup(function(){
});
it worked..
Thanks u ;-)
Maniraj.M
4-May-16 2:03am
View
i dont want all id's of textbox. Where the keyup event fires i need that particular textbox id its enough.But textboxes in gridview
Maniraj.M
4-May-16 1:56am
View
I have asp.net textbox control.I want to get unique id generated in each textbox inside gridview
Maniraj.M
7-Mar-16 5:47am
View
Can u provide some code?how to control paging through jquery?
Maniraj.M
12-Jan-16 1:53am
View
Thank You
Maniraj.M
22-Dec-15 2:26am
View
Thank u
Maniraj.M
21-Dec-15 6:49am
View
Thank u...!
Maniraj.M
17-Dec-15 7:14am
View
Not like that.Im creating 1 csv file from excel it contains string value of "true" but when close and open that file it showing like TRUE.I dont want to use any formulae.If i save string true with 1 space its working good but i want without space.As well as if i save 'true like this its working but after closing and opening again showing like TRUE
Maniraj.M
16-Dec-15 5:05am
View
Oh..!Thank you Andy
Maniraj.M
22-Nov-15 23:28pm
View
If you give more importance on index of dictionary you can use indexed dictionary.
IndexedDictionary<string,int> dict = new IndexedDictionary<string,int>();
dict.Add("Ball",1);
dict.Add("Stump",3);
dict.AddAt(1,"Bat",2);
Maniraj.M
20-Nov-15 7:30am
View
Thank you it worked!
Maniraj.M
20-Nov-15 7:29am
View
Thank you it worked!
Maniraj.M
19-Nov-15 0:16am
View
Ya thank u
Maniraj.M
18-Nov-15 1:16am
View
Thanks for the reply but the scenario is about using raw javascript only as well ablove mentioned links doesnt provide any explanation about getting value from particular function.
Maniraj.M
17-Nov-15 7:06am
View
no it will not...Query string applies only if passing values via URL...
Maniraj.M
17-Nov-15 6:45am
View
That's fine but i asked about receiving parameter in Page_2.aspx...After xhr.send(parameters); how should i get thats parameters in page_2?
Maniraj.M
14-Nov-15 0:22am
View
Ya its working..!Thank u matt
Maniraj.M
13-Nov-15 1:29am
View
Then what's the correct one?
Maniraj.M
12-Nov-15 2:37am
View
Deleted
The type arguments for method 'System.Data.DataRowExtensions.Field<t>(System.Data.DataRow, int)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
Maniraj.M
12-Nov-15 2:08am
View
The idea is good but you forget to specify the Type of the Field so it showing compile time error..Is there any possibilities?
Maniraj.M
4-Nov-15 0:48am
View
Deleted
Thanks for the query it worked for me.. :-)
Show More