I write below code for calling new form
So i am right now calling new form by loading another layout & making previous layout controls visible false
So i want to know is it the right or easy way to do or any another way to do it
Sub Button1_Click
EditText1.Visible=False
EditText2.Visible=False
ImageView1.Visible=False
Label1.Visible=False
Label2.Visible=False
Label3.Visible=False
Button1.Visible=False
ImageView2.Visible=False
Activity.LoadLayout("Main2")
End Sub
Thanks
Regards sandesh
Hello
Thanks for your member team for the response,
We have a .net website & i am using webview control for viewing website
But the file uploader is not working in webview control
Please guide me
Thanks
I don't have experience in that field.
But, what file uploader are you speaking of ?
It would be easier for the forum members to help you if you posted your code or better your project as a zip file.