I've designed my wesite using Web Expression and used VS2008 for coding.I've to incorporate the aspx.cs i.e codehebind file to Web expression.even after moving the folder to Web expression folder I still face problems.I don't know to proceed further.My requirement
is I've a keyword search text and button on home page.On button click it will diplay the results in another aspx page.All designing is done using Web Expression.Hope you guys can help me on this regard.
Backup your file to another directory; delete the original file;
create a new file with the same name as your original file and make sure
you select the "Place code in separate file" option in the VS 2005 IDE.
Then, re-create your objects in the web form file.
The VS 2005 IDE will create the necessary code-behind.
Please make the reply as answer if it helps!
Marked as answer by srividhyavathi on Sep 02, 2009 02:55 PM
srividhyavat...
Member
92 Points
283 Posts
How to include my aspx.cs file to Web expression .
Aug 30, 2009 01:23 AM|LINK
I've designed my wesite using Web Expression and used VS2008 for coding.I've to incorporate the aspx.cs i.e codehebind file to Web expression.even after moving the folder to Web expression folder I still face problems.I don't know to proceed further.My requirement is I've a keyword search text and button on home page.On button click it will diplay the results in another aspx page.All designing is done using Web Expression.Hope you guys can help me on this regard.
deshjyoti
Member
356 Points
66 Posts
Re: How to include my aspx.cs file to Web expression .
Aug 31, 2009 05:01 AM|LINK
Hope these links will help you.
http://www.sitepoint.com/blogs/2007/04/26/aspnet-and-css-with-expression-web/
http://www.microsoft.com/expression/products/Web_Overview.aspx
http://blogs.msdn.com/tom/archive/2008/05/23/asp-net-tips-expression-web-vs-visual-studio.aspx
Nowall
Participant
844 Points
108 Posts
Re: How to include my aspx.cs file to Web expression .
Sep 02, 2009 09:04 AM|LINK
http://bytes.com/topic/asp-net/answers/646365-creating-aspx-cs-file-manually
Backup your file to another directory; delete the original file;
create a new file with the same name as your original file and make sure
you select the "Place code in separate file" option in the VS 2005 IDE.
Then, re-create your objects in the web form file.
The VS 2005 IDE will create the necessary code-behind.