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 >>
|