Greetings All,
I am trying to create an email that goes to our billing people so that they can approve or disapprove a charge override.
I have a web site that I created in PB WebForms that is so supposed to parse out the parameters and act on the information from a URL clicked on in from the billing agents that I created in another PB application.
The URL is supposed to look like this per the code:
'http://mobile.ftl.com/trip_closeout_override/default.aspx?' + confo + '?' + 'approved' + &
But instead it is coming over as:
http://mobile.ftl.com/trip_closeout_override/default.aspx?clientWidth=772&clientHeight=443
Obviously the arguments are missing...
Can someone help me figure out what I am doing wrong?
Also, I seem to recall that there was a way to state that you want the web page to be presented as .htm or .aspx but not sure if doing it in IIS 7.0 default page is the best place to to it for a PB Winform Application.
Thanks!!
Paul