15,741,203 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 Sowjanya49183 (Top 8 by date)
Sowjanya49183
10-May-15 2:10am
View
I need to pass the http post parameter for an action method, this parameter format is an object of the customs class created in the application. How to pass such type of parameters for a post action method in web test?
Sowjanya49183
10-May-15 2:09am
View
Deleted
I need to pass http post parameter, this parameter format is an object of the customs class created in the application. How to pass such type of parameters for a post action method in web test?
Sowjanya49183
16-Jan-14 2:50am
View
Yes
Sowjanya49183
9-Jan-14 7:20am
View
Could you please provide the code snippet how you resolved the issue. Because now i have the same type of issue.
Sowjanya49183
9-Dec-13 2:23am
View
The problem is, It is web application which is hosted in IIs7 with windows authentication. On header of the application we are showing the logged in user name and based on the user we are deriving the roles. When multiple users accessing the application some times when i logged in it is showing the other person name and priviliges to access the application.
Output cache is disabled for all aspx / cshtml files in IIS.But still i am facing the issue.
Sowjanya49183
5-Dec-13 8:42am
View
No i don't have the desire result. My expected result is that, now my problem how to do that sort after the linq.
Sowjanya49183
5-Dec-13 1:13am
View
No.My Resulr is {1,3,5,7,8,13,90} and the list is {5,8,13,1,7,90,3} so based on the list result should sort in order {5,8,13,1,7,90,3} .
Sowjanya49183
4-Dec-13 8:54am
View
If i implement the above code then , the orderby is working only for the first item in the integer list.
Suppose my query result is {7,12}
Integer list is {7,3,4,12}
This case it is orders as expected.
If my query result is {3,12}
then the order by is not working .Based the integer list after 3 only 12 should get display.
Show More