How can i integrate the design tema with the developer team

G

Guest

hi everybody....

Well this is my Question.

I used to develop my applications in ASP .Net by myself.. I mean, the Design
and the Develop task, using C# and VS. But now, i'll have to let the design
task to the design team and focuss my task just in the develop. so How Can I
do that? How the design team made the HTML Page and then how can I use the
C# code to the programing task? CodeBehind? but How?

THX...
 
K

Kevin Spencer

You isolate the business logic from the interface. You can't completely
remove all ASP.Net markup from the Page Template, but you can remove all
functionality, and put it in the CodeBehind. You can also create Class
libraries for reusable business logic.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Accept the Unexpected.
 
G

Guest

Hi.. thx for your reply...

Actually i don't really remove ani asp .net markup... and that is the point...

The UI designers will give me a bunch of HTML pages and then I'll have to
code the functionality of that's page.. so do you copy me, that's that I
don't have any piece of Idea.. so.. suppose that the UI designers make an
Interface using somenthing like Micromedia Flash and then they give that to
make my stuff... so how can i? understand?
 
K

Kevin Spencer

An ASPX Page Template is mostly HTML. Just copy the HTML into an ASPX Page
Template and go from there. And it sounds like you need to communicate more
with your designers.

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

Accept the Unexpected.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top