Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 03, 2012 06:52 PM by simoichigo
0 Points
3 Posts
Aug 01, 2012 04:35 PM|LINK
hello everybody.
i'm novice in asp.net i want to create a little website working like this :
the first page provide text area to be filled by the user
by clicking a button in the same page the text is saved to a database and a new html page is created with the text in it and have its own link.
example : website name is : www.test.com
the new html page link is : www.test.com/Text1, this link will show the texte written by the user.
Please some help and think you.
Participant
1944 Points
321 Posts
Aug 02, 2012 05:30 AM|LINK
Aug 02, 2012 07:33 PM|LINK
think you for responding so fast !!
can you please give more details about the first step knowing that i'm using (vb not c#) some piece of code would be very nice
and think you very much .
Contributor
6243 Points
1168 Posts
Aug 02, 2012 11:30 PM|LINK
Check these links .. It might help you
http://msdn.microsoft.com/en-us/library/6c3yckfw.aspx
http://www.codeproject.com/Articles/8055/Transferring-page-values-to-another-page
http://ramanisandeep.net/2008/11/21/passing-values-from-one-page-to-another-page-aspnet/
http://www.4guysfromrolla.com/articles/020205-1.aspx
All-Star
20220 Points
1714 Posts
Microsoft
Aug 03, 2012 08:08 AM|LINK
Hi,
There are some key codes below:
<input type="submit" name="Submit" value="agree" onclick=window.open("http://www.test.com/Text1")>
I hope it will be helpful to you.
Aug 03, 2012 06:52 PM|LINK
thinks !!!!!
simoichigo
0 Points
3 Posts
generating a new html page by clicking a button
Aug 01, 2012 04:35 PM|LINK
hello everybody.
i'm novice in asp.net i want to create a little website working like this :
the first page provide text area to be filled by the user
by clicking a button in the same page the text is saved to a database and a new html page is created with the text in it and have its own link.
example : website name is : www.test.com
the new html page link is : www.test.com/Text1, this link will show the texte written by the user.
Please some help and think you.
Saravanan M
Participant
1944 Points
321 Posts
Re: generating a new html page by clicking a button
Aug 02, 2012 05:30 AM|LINK
simoichigo
0 Points
3 Posts
Re: generating a new html page by clicking a button
Aug 02, 2012 07:33 PM|LINK
think you for responding so fast !!
can you please give more details about the first step knowing that i'm using (vb not c#) some piece of code would be very nice
and think you very much .
sushanth009
Contributor
6243 Points
1168 Posts
Re: generating a new html page by clicking a button
Aug 02, 2012 11:30 PM|LINK
Check these links .. It might help you
http://msdn.microsoft.com/en-us/library/6c3yckfw.aspx
http://www.codeproject.com/Articles/8055/Transferring-page-values-to-another-page
http://ramanisandeep.net/2008/11/21/passing-values-from-one-page-to-another-page-aspnet/
http://www.4guysfromrolla.com/articles/020205-1.aspx
Angie xu - M...
All-Star
20220 Points
1714 Posts
Microsoft
Re: generating a new html page by clicking a button
Aug 03, 2012 08:08 AM|LINK
Hi,
There are some key codes below:
<input type="submit" name="Submit" value="agree" onclick=window.open("http://www.test.com/Text1")>
I hope it will be helpful to you.
Feedback to us
Develop and promote your apps in Windows Store
simoichigo
0 Points
3 Posts
Re: generating a new html page by clicking a button
Aug 03, 2012 06:52 PM|LINK
thinks !!!!!