Click here to Skip to main content
15,894,343 members

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?