15,309,337 members
Sign in
Email
Password
Forgot your password?
Sign in with
Search within:
Articles
Quick Answers
Messages
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 Python questions
View Java questions
discussions
forums
CodeProject SenseAI
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
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
stuff
Competitions
Conferences
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
Comments by Member 11919288 (Top 39 by date)
Member 11919288
14-Jan-16 7:47am
View
o.k. I Send this way. abc[0],abc[2]... But it always comes to visit as NULL... Thank-you!
Member 11919288
14-Jan-16 6:11am
View
did not help.
Member 11919288
10-Jan-16 7:14am
View
typo.
http://localhost//User_Hotel?user=1&rating=1.0&rating=3.5
thank-you!!
Member 11919288
10-Jan-16 6:47am
View
I am writing in MVC, and tried:
http://localhost//User_Hotel?user=1&rating=1.0&rating=3.5
But it does not work!!
thank-you!!!
Member 11919288
10-Nov-15 9:20am
View
http://www.codeproject.com/Articles/999722/Step-by-Step-working-of-JSON-with-all-technologies
http://www.codeproject.com/Articles/779303/JSON-and-Microsoft-technologies
http://www.codeproject.com/Articles/124541/Working-on-JSON-objects-in-jQuery-and-MVC
Member 11919288
10-Nov-15 8:48am
View
thanks!!!!
Member 11919288
10-Nov-15 8:28am
View
I find this road map,
But it keeps my data in json
And I want to show them the view!
string path = "https://maps.googleapis.com/maps/api/place/details/json?placeid=" + nameSearch + "&key=".......";
<script src="@path"></script>
thank you!!!
Member 11919288
10-Nov-15 8:23am
View
No, I want to show the page view in mvc.
Member 11919288
8-Nov-15 11:59am
View
First of all thank you for the comment.
Hanged but it falls before it comes to a variable all-it!
He falls in Using.
Member 11919288
17-Sep-15 6:10am
View
thank you!!
Member 11919288
17-Sep-15 6:04am
View
thank you!!!
Member 11919288
16-Sep-15 2:52am
View
Thank you very much!
I still have two annoying things:
1. When I add images is not stopped me in the form of Carousel - only after I do save and edit again - see it in the form of Carousel.
2. When I press the arrow he passes an empty picture - and then do not see any images, only the keys.
Member 11919288
9-Sep-15 5:48am
View
the result of this one image after another, while the side has arrows (2 Hitzim- one right and one left on all images that meet together one after the other.
Why? How can we fix it?
thank you!!!!
Member 11919288
9-Sep-15 5:47am
View
I tried the example in this way:
<div class="carousel" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner" role="listbox">
@{
int x = 0;
int x1 = 0;
string cssClass = "item active";
foreach (var img in Model.POIsImages)
{
@Html.Hidden("imageids[" + x1 + "]", img.ImageId);
<div class="@cssClass">
<input type="hidden" name="keep[@x]" value="1" data-imageid="@x" />
<img id="image" class="img-rounded" data-imageid="@x" src="@Url.RouteUrl("Media", new { id = img.FileId })" width="80" height="80" />
<span class="hoverText" data-imageid="@x">Remove</span>
</div>
x1++;
x++;
}
@Html.Hidden("NumberofImages", x);
}
</div>
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</div>
But the result of this one image after another, while the side has arrows (2 Hitzim- one right and one left on all images that meet together one after the other.
Why? How can we fix it?
Member 11919288
9-Sep-15 3:43am
View
Thanks for Hharh- probably too nervous I was.
Improved question, hoping that now is the right ...
Member 11919288
8-Sep-15 4:52am
View
in the debugger/;
{"The INSERT statement conflicted with the FOREIGN KEY constraint \"FK_POIs_Lang_POIs\". The conflict occurred in database \"Check_in_israel\", table \"dbo.POIs\", column 'POIId'.\r\nThe statement has been terminated."}
Member 11919288
8-Sep-15 4:51am
View
thank you!!!
Member 11919288
8-Sep-15 4:51am
View
When I do "edit" he manages and protects data but on "create new" it falls.
the error:
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_POIs_Lang_POIs". The conflict occurred in database "Check_in_israel", table "dbo.POIs", column 'POIId'.
The statement has been terminated.
Member 11919288
8-Sep-15 2:45am
View
I try to get the answer, but:
An error occurred while attempting to accept this answer. Please try again later.
Member 11919288
8-Sep-15 2:43am
View
thank you!!!
Member 11919288
8-Sep-15 2:10am
View
It's genius, and works beautifully! Thank you!
Member 11919288
7-Sep-15 8:45am
View
where to spell it:
public CarModel car {get;set;}
}
public CarModel{
public string CarName{get; set;}
public string CarCompany{ get;set;}
}"-
in model?
Member 11919288
7-Sep-15 8:42am
View
How-You can see an example?
Thanks for all the help!
Member 11919288
7-Sep-15 8:40am
View
And how to apply it in VIEW?
Member 11919288
7-Sep-15 8:39am
View
Where to spell it?
Member 11919288
7-Sep-15 8:02am
View
<div class="container" style="tab-size:inherit">
<ul class="active">
<li class="active">
English
</li>
@for (int i = 0; i < langlist.Count; i++)
{
var plang = Model.POIs_Lang.FirstOrDefault(p => p.LanguageId == langlist[i].LanguageId);
<li>
</li>
}
</ul>
</div>
Member 11919288
7-Sep-15 8:01am
View
This object comes null: .POIs_Lang
Member 11919288
7-Sep-15 7:30am
View
thank you very much helped me!
Member 11919288
7-Sep-15 7:28am
View
It's just the design??
Member 11919288
7-Sep-15 7:27am
View
thank you very much helped me!
Member 11919288
7-Sep-15 7:27am
View
thank you very much helped me!
Member 11919288
7-Sep-15 5:20am
View
For use in one SAVE - how you can use 2model:
@model CII.Domain.POIs
And @ model CII.Domain.POIs_Lang???
Thank you very much!!
Member 11919288
7-Sep-15 3:04am
View
What is the difference in use?
How should use any kind?
Member 11919288
1-Sep-15 4:46am
View
But how to use an array of images??
Member 11919288
1-Sep-15 1:56am
View
in my project:
solution "Check_in_Israel"
project- "CII.Web"
"/CII.Web/POI/EditLang?id=" + id + "וlangId =" + langId"
Member 11919288
31-Aug-15 9:22am
View
What needs to change the code ??
Member 11919288
31-Aug-15 8:57am
View
Question
Member 11919288
30-Aug-15 3:04am
View
With this link-"http://www.codeproject.com/Articles/629913/Google-Maps-in-MVC-with-Custom-InfoWindow" I tried- "Download source code". But I can not open the project Shordti- all comes with Sgiaot- as the most basic settings unknown, such as:ActionResult,ViewBag. And so on. Do I need to change something in Web.config or anywhere else before use? Thank you!
Member 11919288
30-Aug-15 2:49am
View
Question
I can not use lowered projects