15,663,413 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 Python questions
View Javascript 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 spydeehunk (Top 24 by date)
spydeehunk
14-Dec-11 10:36am
View
this is fine but i want different thing. as you can see their the list of <sitesector> tag in this xml i want to create object with list<sitesector> plz help me out. i tried to use linq as follows
XElement xdoc = new XElement(xml);
var xmlStr = from xdf in xdoc.Descendants("SiteSector")
select new SiteSectors { SectorId = Convert.ToInt32(xdf.Element("SectorId").Value), SectorName = xdf.Element("SectorName").Value };
but i am getting error that xelement could not load xml.
spydeehunk
7-Nov-11 22:48pm
View
Deleted
can you tell how can we get the height of screen when we have mobile web application. Can i do the samething what you have done over here?
spydeehunk
11-Aug-11 5:12am
View
what if end user copy that url after sucessful login and type that URL in browser later.
spydeehunk
11-Aug-11 5:01am
View
can i use Handler here its just my thought is it possible or not.
spydeehunk
11-Aug-11 4:33am
View
but these links are in database and so any user can copy that url and typed it in browser later n get that document even if i did the proper authentication and autherization
spydeehunk
11-Aug-11 3:33am
View
this is demo code only that i thought. definetly first i would hyperlink on form first that will set from code behind. my main concern is to hide url that i want to secure because it is only avaible for registered user
spydeehunk
11-Aug-11 3:26am
View
this is demo code only that i thought. definetly first i would hyperlink on form first that will set from code behind. my main concern is to hide url that i want to secure because it is only avaible for registered user.
spydeehunk
3-Aug-11 1:06am
View
not working still m getting the alert message Empty
spydeehunk
1-Aug-11 13:40pm
View
thanks
spydeehunk
31-Jul-11 3:58am
View
Serialized string of your class object in JSON format
spydeehunk
31-Jul-11 3:45am
View
Deleted
what is this if cant tell me solution don try to make fun of me...
spydeehunk
11-May-11 3:49am
View
not working accordingly what i need
spydeehunk
9-May-11 2:46am
View
can you check out my code and help me out where i m doing wrong. the code you have provided is not what i want.
spydeehunk
6-May-11 8:28am
View
thanks it helped me out much
spydeehunk
6-May-11 2:31am
View
i believe you have not gone through the code i have posted. when character count is 0. you want be able to type further it will automatically remove that character after yr typing and i also tried yr given code it's very good one thanks.
spydeehunk
6-May-11 2:25am
View
this is the full code i just did it my application and paste it. you want me do proper commenting . but here this is not required you can just copy the code in yr page it will work fine
spydeehunk
3-May-11 4:47am
View
Deleted
so which i should use in my code?
spydeehunk
3-May-11 2:54am
View
Deleted
IList<string> namelist = new List<string> { "sunny","kumar","roy"};
List<string> namelist = new List<string> { "sunny","kumar","roy"};
what is the difference between these two and pron n cons
spydeehunk
3-May-11 0:13am
View
Deleted
what is the use of IEnumerable here because if i want to have list of string we could have done it as follows:
List<string> stringCollections=new List<string>{
"The",
"Code",
"Project"
};
spydeehunk
9-Mar-11 1:48am
View
moonlight is for linux platform only
spydeehunk
28-Feb-11 3:49am
View
I just want to create such kind of application, it for study purpose.if u hv any idea just let me now.Have you gone through this code because it not returnning live score. or M using not correct URL
spydeehunk
9-Feb-11 6:16am
View
Page.ClientScript.RegisterStartupScript(this.GetType(), "close", "this.parent.GB_hide();", true);
i have put code mention above in button server control but its nt wrking
spydeehunk
5-Jan-11 7:57am
View
Deleted
Reason for my vote of 2
it good but nt the best
spydeehunk
26-Nov-10 1:13am
View
ya its fine...but can u explain me in technical term or in more specific...the answer u hv posted is fine but i m nt satisfied fully...
srry to say
Show More