I got it resolved.
All I have to do is
Use HTTP-GET
Store cookies
Get whatever parameter (hidden value) you need
Use HTTP-POST
If anyone need more detail or sample code posted, please let me know.
Thank you everyone.
How are you determine due date? Do you use SQL database to store employee and due date? If you do then you can query the due date where it will be 30 days up. Then you can call Stored procedure that will send out the email.
Look up "xp_sendmail" in SQL Online Help.
You also need to look...
I use HttpWebRequest and HttpWebResponse. My problem is that I get "The browser you are using is rejecting cookies". Thought I used CookieContainer to accept cookies. Can anyone help?
Thanks
Thanks guys,
I solved my problem by adding .001 to the number before using floor function.
example
dim newNumber as integer
dim oldNumber as double= 10.0
newNumber = Math.Floor(oldNumber + .001)
This will return number of 10.
The reason, if you call Floor function with parameter as...
Hi everyone,
How can round numbers like..
10.1 to 10
10.4 to 10
10.5 to 10
10.7 to 10
10.0 to 10
Yes, I can use Math.Floor. But it won't work with converting 10.0 to 10.
Any idea?
Thank you
I fixed my problem by making my XML file as
<?xml version="1.0" ?>
- <ASSORTMENT>
- <FIXEDASSORTMENT>
<DESCRIPTION>NACS SMALL ASSORTMENT</DESCRIPTION>
<COST>0.00</COST>
<ITEMNO>954469N</ITEMNO>
- <ITEMS>
- <ITEM>
<ITEM>$4.99 JUV ASST</ITEM>
</ITEM>
- <ITEM>
<ITEM>$6.99 FIC...
Hello all,
I know this may be very simple but I don't know how? I have this XML file:
<?xml version="1.0" ?>
- <ASSORTMENT>
- <FIXEDASSORTMENT>
<DESCRIPTION>NACS SMALL ASSORTMENT</DESCRIPTION>
<COST>0.00</COST>
<ITEMNO>954469N</ITEMNO>
- <ITEMS>
<ITEM>$4.99...
developer155,
file AssemblyInfo.vb
.
.
.
' Version information for an assembly consists of the following four values:
'
' Major Version
' Minor Version
' Build Number
' Revision
'
' You can specify all the values or you can default the Build and Revision Numbers
' by...
No matter what text I feed to it - plain English word, it still says blah. I'm downloading the SDK right now. I will re-install and re-try it. Application like this makes me miss my decade old Comodore 64.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.