Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > march 2007 > threads for saturday march 3

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

OLEDB DATAREADER NOT WORKING
Posted by John Chapman at 3/3/2007 10:58:46 PM
Hello, I am using the code down below and I keep receiving the error: No value given for one or more required parameters. What am I doing wrong? protected void dgCustomerSearch_Sort(object sender, EventArgs e) { string strCustomerSearchQry; string strSortExp = dgCustom...more >>


calendar dayrender event...
Posted by RAB at 3/3/2007 8:31:41 PM
I want to highlight my calendar control based on the following code: Public Datelist as new System.Collections.Hashtable() 'DateList is filled with important dates from history Sub Calendar1_DayRender(sender As Object, e As DayRenderEventArgs) If Not DateList(e.day.date) is Noth...more >>

calling WebService from javascript client
Posted by Frank at 3/3/2007 1:07:17 PM
Hi, Newbie wondering if it is possible to call an ASP.NET 2.0 WebService from javascript that isn't served up on the same server? For example, I would like to call the WebService using an XmlHttpRequest object, but it appears that I can't just run the webservice using because the calling...more >>

The issue of Spam and Mail Servers and legitimate use
Posted by dejavue82 NO[at]SPAM yahoo.com at 3/3/2007 11:55:42 AM
Hello, I am currently hosting an asp.net site on a shared crystaltech server, which involves sending email via their mail servers. The problem is that most of crystal tech's mail servers have been marked as 'spam servers', and therefore email sent to aol or yahoo accounts are rejected. This i...more >>

Windows Authentication using built-in ASP.NET VS2005 test server
Posted by Tom at 3/3/2007 10:06:22 AM
I'm building a web application using VS 2005. This application uses Windows authentication to 'authenticate'. However, when I test it (debug) via the VS 2005 built-in test server, it doesn't work. I.E. It won't authenticate. Is there a way to do Windows authentication using the built-in VS 200...more >>

Does viewstate getting send in httprequest.
Posted by archana at 3/3/2007 3:24:31 AM
Hi all, Can anyone tell how viewstate is gets stored in subsequent http request. Does viewstate is getting send along with hptt request? Any help will be truely appreicated. ...more >>

External configuration file to web.config
Posted by Matteo Migliore at 3/3/2007 1:08:29 AM
Hi. I configured web.config in this way: ------------------------ <appSettings file="configuration/info.config"> <add key="defaultKey1" value="defaultValue1"/> <add key="defaultKey2" value="defaultValue2"/> </appSettings> ------------------------ Than I added in IIS6 a virtual di...more >>



DevelopmentNow Blog