Designing .ASPX PAGE
-
HI ALL, CAN ANY ONE TELL ME WAT R THE WAYS TO CONVERT AN HTML PAGE INTO .ASPX PAGE. LET ME EXPALIN IN DETAIL.... OUR WEBDESINGNER HAS DESIGNED A PAGE,HE HAS SLICED THE PAGE AND GAVE ME IT IN HTML FORMAT... NOW I WANT TO CONVERT THAT PAGE INTO .ASPX PAGE .PLS TELL ME WAT R THE EASY WAYS TO CONVERT THEM INTO DOTNET PAGES...SO THAT THE ALIGNMENT DOESNOT CHANGE.AND FIT INTO ANY MONITER... ITS VERY URGENT..PLS GIVE ARTICLES AND SUGGESTIONS... THANKS IN ADVANCE. BINO VARGHESE.V
-
HI ALL, CAN ANY ONE TELL ME WAT R THE WAYS TO CONVERT AN HTML PAGE INTO .ASPX PAGE. LET ME EXPALIN IN DETAIL.... OUR WEBDESINGNER HAS DESIGNED A PAGE,HE HAS SLICED THE PAGE AND GAVE ME IT IN HTML FORMAT... NOW I WANT TO CONVERT THAT PAGE INTO .ASPX PAGE .PLS TELL ME WAT R THE EASY WAYS TO CONVERT THEM INTO DOTNET PAGES...SO THAT THE ALIGNMENT DOESNOT CHANGE.AND FIT INTO ANY MONITER... ITS VERY URGENT..PLS GIVE ARTICLES AND SUGGESTIONS... THANKS IN ADVANCE. BINO VARGHESE.V
What you can do is to paste the html content in the design part of the aspx page and then change all the controls whichever is required to server controls and after that you can add functionality to the page. Is there any specific reason for writing the complete message in capital letters?
Best Regards, Apurva Kaushal
-
What you can do is to paste the html content in the design part of the aspx page and then change all the controls whichever is required to server controls and after that you can add functionality to the page. Is there any specific reason for writing the complete message in capital letters?
Best Regards, Apurva Kaushal
Thanx Apurva 4 ur reply. Is there any specific reason for writing the complete message in capital letters? --Just to get ur attention .nthg much.. me problem with pasting in aspx page is that,the alignment is getting changed.. how can I do it without altering the page design.
-
Thanx Apurva 4 ur reply. Is there any specific reason for writing the complete message in capital letters? --Just to get ur attention .nthg much.. me problem with pasting in aspx page is that,the alignment is getting changed.. how can I do it without altering the page design.
BINO VARGHESE wrote:
me problem with pasting in aspx page is that,the alignment is getting changed.. how can I do it without altering the page design.
I don't think that alignment will change are pasting the html code one after one, if so inspite of that you can paste the complete code at a time and then replace the controls with the server controls.
BINO VARGHESE wrote:
--Just to get ur attention .nthg much..
BTW It looks better in in normal case. :)
Best Regards, Apurva Kaushal