16,019,349 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 C++ questions
View Visual Basic questions
View Javascript questions
View .NET 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 BeamingJo (Top 5 by date)
BeamingJo
27-Jun-13 5:21am
View
Maybe these links can help you:
http://www.telerik.com/community/forums/aspnet-ajax/input/clearing-raddatepicker-date-on-client.aspx
http://www.telerik.com/help/aspnet-ajax/calendar-client-side-basics.html
http://www.telerik.com/help/aspnet-ajax/calendar-client-side-rad-datepicker.html
http://www.telerik.com/help/aspnet-ajax/calendar-client-side-events.html
Regards
BeamingJo
6-Jun-13 2:25am
View
Hi Mathi,
I guess this will be a good place to start:
http://www.codeproject.com/Articles/127395/Implementing-a-WCF-Service-with-Entity-Framework
Regards,
Jo.
BeamingJo
23-Jan-13 8:20am
View
Hi neerajkumarmodi,
Thanks for your solution.
I tried this but I still can't make my AJAX postback working correctly.
How will you execute a postback on a panel called e.g. "PanelTest"?
BeamingJo
20-Nov-12 7:56am
View
I've tried your code and I become this:
Check In: 3:00 pmHotel is situated in the heart of the capital city the hotel isclose to all of the city's major attractions. Centrally locatedon New Jersey Avenue close to nearby dining and shopping.
Is it not what you are expecting to have?
Maybe you're expecting this:
Check In: 3:00 pm
Hotel is situated in the heart of the capital city the hotel is
close to all of the city's major attractions. Centrally located
on New Jersey Avenue close to nearby dining and shopping.
If it is the case, try this:
string str = textSegs.Aggregate(new StringBuilder(), (sb, i) => sb.Append(i + "\n"), sp => sp.ToString());
BeamingJo
19-Nov-12 8:53am
View
In order to have more details, can you show us the procedure please?