I'm using vb.net application form My form requests user to enter ID in text area to retreive some data for printing I want to know is it possible to pass this ID as a paramter when I call the web application form without requesting user to submit it I mean that I will send user link of the application form with the ID as a parameter just as we do in a web form.
N
Naglaa Saeed
@Naglaa Saeed
Posts
-
How to pass a parameter to windows application form the way we can do in a web form -
How to pass a parameter to windows application form the way we can do in a web formI'm using vb.net application form My form requests user to enter ID in text area to retreive some data for printing I want to know is it possible to pass this ID as a paramter when I call the web application form without requesting user to submit it I mean that I will send user link of the application form with the ID as a parameter just as we do in a web form.
-
How to pass parameter to a Windows application Form the way it can be done in a web formI'm using vb.net application form My form requests user to enter ID in text area to retreive some data for printing I want to know is it possible to pass this ID as a paramter when I call the web application form without requesting user to submit it I mean that I will send user link of the application form with the ID as a parameter just as we do in a web form.