Warning: Cannot modify header information - headers already sent by (output started at D:\hshome\nightday\blog.divergencehosting.com\wp-404-handler.php:1) in D:\hshome\nightday\blog.divergencehosting.com\wp-includes\feed-rss2-comments.php on line 8
Comments for Divergence Hosting Technical Blog http://blog.divergencehosting.com Tue, 06 Dec 2011 10:24:31 +0000 hourly 1 http://wordpress.org/?v=3.2.1 Comment on Create popup date picker using ASP.NET calendar control by nurul http://blog.divergencehosting.com/2009/03/11/create-popup-date-picker-using-aspnet-calendar-control//comment-page-1#comment-15053 nurul Tue, 06 Dec 2011 10:24:31 +0000 http://blog.divergencehosting.com/?p=21#comment-15053 sory, where that code must be placed? i write that code in the window.onload, it doesn't work. Thank's before sory, where that code must be placed?
i write that code in the window.onload, it doesn’t work. Thank’s before

]]>
Comment on Create popup date picker in seperate window using ASP.NET calendar control by sejal http://blog.divergencehosting.com/2009/04/13/create-popup-date-picker-in-seperate-window-using-aspnet-calendar-control//comment-page-1#comment-15052 sejal Mon, 05 Dec 2011 10:19:03 +0000 http://blog.divergencehosting.com/?p=78#comment-15052 really useful. but when you click the calendar image, the already selected date is getting erased. hence losing out on the already existing data. really useful.
but when you click the calendar image, the already selected date is getting erased. hence losing out on the already existing data.

]]>
Comment on Upload, Read, and Parse file in ASP.NET by nebula http://blog.divergencehosting.com/2009/03/12/upload-read-parse-file-aspnet//comment-page-1#comment-15050 nebula Sat, 03 Dec 2011 17:35:25 +0000 http://blog.divergencehosting.com/?p=29#comment-15050 thanks for the post. was very helpful. thanks for the post. was very helpful.

]]>
Comment on Create popup date picker using ASP.NET calendar control by Eric http://blog.divergencehosting.com/2009/03/11/create-popup-date-picker-using-aspnet-calendar-control//comment-page-1#comment-15018 Eric Mon, 31 Oct 2011 02:33:59 +0000 http://blog.divergencehosting.com/?p=21#comment-15018 That's great! The ASP.net/C# code works perfectly. Many thanks, Eric That’s great!

The ASP.net/C# code works perfectly.

Many thanks,

Eric

]]>
Comment on Create popup date picker using ASP.NET calendar control by Anuja http://blog.divergencehosting.com/2009/03/11/create-popup-date-picker-using-aspnet-calendar-control//comment-page-1#comment-14991 Anuja Wed, 14 Sep 2011 06:42:16 +0000 http://blog.divergencehosting.com/?p=21#comment-14991 Its really useful Thnx. :-) Its really useful
Thnx. :-)

]]>
Comment on WCF published services returned “Service attribute value in the ServiceHost directive could not be found.” by ServiceHost directive in WCF | Professional Experience http://blog.divergencehosting.com/2010/02/11/wcf-published-services-returned-service-attribute-value-in-the-servicehost-directive-could-not-be-found//comment-page-1#comment-14303 ServiceHost directive in WCF | Professional Experience Fri, 22 Jul 2011 06:19:17 +0000 http://blog.divergencehosting.com/?p=118#comment-14303 [...] http://blog.divergencehosting.com/2010/02/11/wcf-published-services-returned-service-attribute-value... [...] [...] http://blog.divergencehosting.com/2010/02/11/wcf-published-services-returned-service-attribute-value... [...]

]]>
Comment on Create popup date picker using ASP.NET calendar control by Shaahin http://blog.divergencehosting.com/2009/03/11/create-popup-date-picker-using-aspnet-calendar-control//comment-page-1#comment-12636 Shaahin Mon, 11 Apr 2011 17:42:59 +0000 http://blog.divergencehosting.com/?p=21#comment-12636 I put this code in code_behinde for checking if page is reloading and still txtDate is empty, so it sets display property of div style on block until you choose a date, otherwise sets on none protected void Page_Load(object sender, EventArgs e) { if (IsPostBack) { if (txtDate.Text == "") dateField.Style["display"] = "block"; else dateField.Style["display"] = "none"; } } hope it helps for keeping div visible for choosing month. It works on my application I put this code in code_behinde for checking if page is reloading and still txtDate is empty, so it sets display property of div style on block until you choose a date, otherwise sets on none

protected void Page_Load(object sender, EventArgs e)
{
if (IsPostBack)
{
if (txtDate.Text == “”)
dateField.Style["display"] = “block”;
else
dateField.Style["display"] = “none”;

}

}

hope it helps for keeping div visible for choosing month.
It works on my application

]]>
Comment on Create popup date picker using ASP.NET calendar control by Shaahin http://blog.divergencehosting.com/2009/03/11/create-popup-date-picker-using-aspnet-calendar-control//comment-page-1#comment-12633 Shaahin Mon, 11 Apr 2011 15:50:09 +0000 http://blog.divergencehosting.com/?p=21#comment-12633 Thank you, so simple, so useful I spent so much time until reached here. thanx again Thank you, so simple, so useful
I spent so much time until reached here.
thanx again

]]>
Comment on Upload, Read, and Parse file in ASP.NET by Sennen http://blog.divergencehosting.com/2009/03/12/upload-read-parse-file-aspnet//comment-page-1#comment-12482 Sennen Sun, 03 Apr 2011 05:52:41 +0000 http://blog.divergencehosting.com/?p=29#comment-12482 Wow, this example was by far the easiest to understand and implement (and to modified) than all the other site's examples they were offering. Many thanks! Wow, this example was by far the easiest to understand and implement (and to modified) than all the other site’s examples they were offering.

Many thanks!

]]>
Comment on Create popup date picker using ASP.NET calendar control by saiyida http://blog.divergencehosting.com/2009/03/11/create-popup-date-picker-using-aspnet-calendar-control//comment-page-1#comment-11898 saiyida Tue, 22 Feb 2011 08:56:24 +0000 http://blog.divergencehosting.com/?p=21#comment-11898 it works nicely!!! TQ so much, it works nicely!!!
TQ so much,

]]>