•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 426,445 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,148 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 4277 | Replies: 7
![]() |
•
•
Join Date: Jun 2005
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
I'm building an ASP.NET app, but there ASP includes in the dreamweaver template that includes other asp pages.
I'm getting this error:
BC30289: Statement cannot appear within a method body. End of method assumed.
Line 10:
Line 11:
Line 12: sub navTabs()
Line 13: response.write("<img src='/images/" + img + "' hspace='0' border='0' usemap='#navTabs' />")
Line 14: end sub
I brought all of the code directly into the template, but it has changed anything. Any suggestions?
I'm getting this error:
BC30289: Statement cannot appear within a method body. End of method assumed.
Line 10:
Line 11:
Line 12: sub navTabs()
Line 13: response.write("<img src='/images/" + img + "' hspace='0' border='0' usemap='#navTabs' />")
Line 14: end sub
I brought all of the code directly into the template, but it has changed anything. Any suggestions?
•
•
Join Date: Jun 2005
Posts: 4
Reputation:
Rep Power: 0
Solved Threads: 0
•
•
•
•
Originally Posted by tgreer
You can't mix ASP and ASP.NET.
Well, I have been given some logos with ASP to be included in any pages I create. I put all the logos in a dreamweaver template which references .asp pages that reference .asp pages.
What are my options to fixing the problem?
Thanks,
Sam
You can dymanically load images with ASP.NET. I'm not sure why you'd need an "include", by which I guess you mean an SSI (server-side-include). Your ASP.NET WebForm code-behind file will use standard programming to render image controls.
Or, you can encode all your image selection logic in a separate WebForm, and set the src attributes of your img element to that WebForm.
Or, you can encode all your image selection logic in a separate WebForm, and set the src attributes of your img element to that WebForm.
Sam,
You can use Usercontrols..I think thats what you need..Just create a page as a user control and reference the user control page in every page you create..
Check out this URL..
http://msdn.microsoft.com/library/de...ercontrols.asp
You can use Usercontrols..I think thats what you need..Just create a page as a user control and reference the user control page in every page you create..
Check out this URL..
http://msdn.microsoft.com/library/de...ercontrols.asp
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
.net .net framework 3.0 access ajax application application acceleration asp australia code combo custom data developer development dom dropdownlist feed immigration microsoft microsoft sharepoint module msdn net news office reader reuse services skin software sql theme us army visa vista weather web windows workflow xml xoap
- ASP / ASP. Net Software Delivery Engineer - Oxford - Client-facing (Web Development Job Offers)
- Free ASP.NET Application with code to practice (ASP.NET)
- diference between asp and asp.net (ASP)
- asp.net application in MAC OS (ASP.NET)
- Porting asp to asp.NET (with fileup) (ASP.NET)
Other Threads in the ASP.NET Forum
- Previous Thread: Get frame height and width
- Next Thread: Pseudo web page names



Linear Mode