Make ,windows application contents available and save online
-
Hi developers I am here to clear my serious doubt about an issue,that came in between my coding.I made a sticky note software in c#.net and it also has a user registration criteria.So in order to do that,that software asks for the username and organization name in a form,and the end user types his name and other details in the textbox and submits it.When user clicks submit,the form carries out the data to the web (opening in an explorer),and shows the name and other details in the web-page controls and stores it in a database.Actually how to do this?I need a quick solution.Please help me your answers dears! varun
-
Hi developers I am here to clear my serious doubt about an issue,that came in between my coding.I made a sticky note software in c#.net and it also has a user registration criteria.So in order to do that,that software asks for the username and organization name in a form,and the end user types his name and other details in the textbox and submits it.When user clicks submit,the form carries out the data to the web (opening in an explorer),and shows the name and other details in the web-page controls and stores it in a database.Actually how to do this?I need a quick solution.Please help me your answers dears! varun
varun.g wrote:
Actually how to do this?
That is your task. Although it is not exactly clear whether this is a Windows Forms or Web question.
varun.g wrote:
I need a quick solution.
Try some research into your problem and come back here when you have a more specific question.
I must get a clever new signature for 2011.
-
varun.g wrote:
Actually how to do this?
That is your task. Although it is not exactly clear whether this is a Windows Forms or Web question.
varun.g wrote:
I need a quick solution.
Try some research into your problem and come back here when you have a more specific question.
I must get a clever new signature for 2011.
Dear Richard Thanks for your comments.BTW why don't you see the title "windows application contents available and save online".It clearly tells issue.I need to show the windows application contents in a web page and save that content directly to the web database.I need a wise solution please..
-
Dear Richard Thanks for your comments.BTW why don't you see the title "windows application contents available and save online".It clearly tells issue.I need to show the windows application contents in a web page and save that content directly to the web database.I need a wise solution please..
varun.g wrote:
"windows application contents available and save online".It clearly tells issue.
It may be clear to you but it does not explain exactly what problem you are having.
varun.g wrote:
I need a wise solution please..
Then you need to do some wise research.
I must get a clever new signature for 2011.
-
Dear Richard Thanks for your comments.BTW why don't you see the title "windows application contents available and save online".It clearly tells issue.I need to show the windows application contents in a web page and save that content directly to the web database.I need a wise solution please..
...
varun.g wrote:
windows application contents in a web page
... :doh: Perhaps you could write your windows application data to a database that the web site can then use as a datasource.
I wasn't, now I am, then I won't be anymore.
-
...
varun.g wrote:
windows application contents in a web page
... :doh: Perhaps you could write your windows application data to a database that the web site can then use as a datasource.
I wasn't, now I am, then I won't be anymore.
Yeah thanks mates Actually i am just aware of having "USING SYSTEM.NET" namespace and "httpwebrequest" keyword.But how to perform it in an application?