A
adacal
I'm new to .Net and trying to develop a mobile web service application usign
C#.
I've an XMl document like <a></a><b></b><c></c>. For each XML element I need
get a value from the user through a mobile web form. For this reason I've
designed a Panel control containing a Label (presenting the name of the input
parameter) , a textBox (for user entry) and a command button. In a function I
traverse the XML document and for each element call a function f that aims to
get user input. But inside this function I cannot identify whether button is
clicked or not.
I have to wait until button is clicked in order to get the text from the
TextBox. Is there way to accompolish this? Or can you suggest me another wy
to get user inputs?
thanks..
C#.
I've an XMl document like <a></a><b></b><c></c>. For each XML element I need
get a value from the user through a mobile web form. For this reason I've
designed a Panel control containing a Label (presenting the name of the input
parameter) , a textBox (for user entry) and a command button. In a function I
traverse the XML document and for each element call a function f that aims to
get user input. But inside this function I cannot identify whether button is
clicked or not.
I have to wait until button is clicked in order to get the text from the
TextBox. Is there way to accompolish this? Or can you suggest me another wy
to get user inputs?
thanks..