Hi,
I need step by step way to integrate fedex into my asp.net web application to caluculate shipping cost...Please help me..Its very urgent
Thanks.
User Profile
Collapse
-
How to integrate FedEx web services into asp.net web application.
-
Hi,
I think you cant maintain all these variables in one session
OR
just code like this
Session["test"]="text1"+TextBo x1.Text+";"+"te xt2"+TextBox2.T ext+";"+..."+te xt10"+TextBox10 .Text"+";";
And when you want to retreive first textbox value..
find the indexOf(tetx1)
Then take a substring from... -
Hi,
>>In global.asax there is sectio for session start
void Session_Start(o bject sender, EventArgs e)
{
}
here you can assign your session a value(can b null(" "),"1","0", etc)
Eg:Session["indate"]=" ";
>>And in code where the error occur place like this
if(Session["indate"].ToString()!="" )...Leave a comment:
-
Hi,
>>Make "Autopostback=t rue" fro radiobutton1
>>Give any tetx first to the radiobuttons to print the text in the code behind file
Have a nice dayLeave a comment:
-
Hi,
Iam hoping that you are saving the username in database.If so follow the steps below
step1:Retreive thet username from DB into a label or textbox
step 2:Place a button for updation of username
step3:In the onclick event of button place the update query for the username.
Have a nice dayLeave a comment:
No activity results to display
Show More
Leave a comment: