المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Http post [modified]



C# Programming
06-24-2009, 03:12 AM
Hi all,

I am trying to get the following input data using http post .














i have my asp.net Page reading the data as :


if (Request.QueryString["customer_fname"] != null)
fname = Request.QueryString["customer_fname"];

the value of fname is test.However,Its alwyas having a null string.
IS it not getting the http post for the above html?
Can any one advice Please?


Thank you in advance

modified on Tuesday, June 23, 2009 7:10 PM