Freelancers Forum Messages on Saturday February 9th 2008
Re: FN-FORUM: IIS Forward Request to Another Server
date posted 9th February 2008 11:43
>> servers, I would say that installing a VPN is about a ten squillion
>> times better idea than trusting Microsoft with port 80 on your office
>> network.
>
> Yes I know, but the client is unwilling...
Re: FN-FORUM: C# Help
date posted 9th February 2008 10:46
On Saturday 09 February 2008 12:40:17 John Wooding wrote:
> error code : 90833 - excess refreshment the night before caused error in
> email response
Error code 833R , surely?...
Re: FN-FORUM: C# Help
date posted 9th February 2008 10:26
>
> On Saturday 09 February 2008 11:43:20 John Wooding wrote:
>
>> Using iif(test, if true then value, else value) is another way around,
>> changing the boolean to an int.
>
> You got me worried ther...
Re: FN-FORUM: C# Help
date posted 9th February 2008 09:52
On Saturday 09 February 2008 11:43:20 John Wooding wrote:
> Using iif(test, if true then value, else value) is another way around,
> changing the boolean to an int.
You got me worried there, but as...
Re: FN-FORUM: C# Help
date posted 9th February 2008 09:29
if ((int.Parse(intCurrIndex.Text) + iif(1 <
int.Parse(intRecordCount.Text),1,0)))
{
intCurrIndex.Text = ((int.Parse(intCurrIndex.Text) +
int.Parse(intPageSize.Text))).ToString();...