473,883 Members | 1,607 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem with VS.NET: Could not open in Design view. Place quotes around a '<%%>'

I know this problem has been discussed before but still cannot work it
out, here is my code:

<span class="popup" onClick =
javascript:wind ow.open('fullim age.aspx?id=<%#
DataBinder.Eval (Container.Data Item,"id")
%>',"blank","to olbar=no,width= 520,height=550" ,"resizable=0") >

<IMG src="/ch/gallery/t<%# DataBinder.Eval (Container.Data Item, "id")
%>.jpg"
style="cursor:h and" border="0">
</span>

I have tried every possible combination of quotas....stll no help

Anyone has any idea? I appreciate it

Nov 19 '05 #1
2 1492
try this

<span class='popup' onClick = javascript:wind ow.open('fullim age.aspx?id=<%#

DataBinder.Eval (Container.Data Item,"id")%>',' blank','toolbar =no,width=520,h eight=550','res izable=0')>

<IMG src='/ch/gallery/t<%# DataBinder.Eval (Container.Data Item, "id")%>.jpg '
style='cursor:h and' border='0'>

</span>

"Aahz" wrote:
I know this problem has been discussed before but still cannot work it
out, here is my code:

<span class="popup" onClick =
javascript:wind ow.open('fullim age.aspx?id=<%#
DataBinder.Eval (Container.Data Item,"id")
%>',"blank","to olbar=no,width= 520,height=550" ,"resizable=0") >

<IMG src="/ch/gallery/t<%# DataBinder.Eval (Container.Data Item, "id")
%>.jpg"
style="cursor:h and" border="0">
</span>

I have tried every possible combination of quotas....stll no help

Anyone has any idea? I appreciate it

Nov 19 '05 #2
Try using \' like this:

<span class="popup" onClick =javascript:win dow.open('fulli mage.aspx?id=\' <%#
DataBinder.Eval (Container.Data Item,"id")
%>\'',"blank"," toolbar=no,widt h=520,height=55 0","resizable=0 ")>

and the same in the <img..>

Eliyahu

"Aahz" <ju*******@hotm ail.com> wrote in message
news:11******** **************@ g44g2000cwa.goo glegroups.com.. .
I know this problem has been discussed before but still cannot work it
out, here is my code:

<span class="popup" onClick =
javascript:wind ow.open('fullim age.aspx?id=<%#
DataBinder.Eval (Container.Data Item,"id")
%>',"blank","to olbar=no,width= 520,height=550" ,"resizable=0") >

<IMG src="/ch/gallery/t<%# DataBinder.Eval (Container.Data Item, "id")
%>.jpg"
style="cursor:h and" border="0">
</span>

I have tried every possible combination of quotas....stll no help

Anyone has any idea? I appreciate it

Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3243
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are writing one object in C# which will take the entire table tag contents and renders. Ie., we need to pass "<table>………… <thead>……</thead>. <tr>.<td> <td>..<tr>.<td> <td> </table>" content to
2
10573
by: Donald Firesmith | last post by:
I am having trouble having Google Adsense code stored in XSL converted properly into HTML. The <> unfortunately become &lt; and &gt; and then no longer work. XSL code is: <script type="text/javascript"> <!]> </script> <script type="text/javascript"
1
11376
by: Ken Briscoe | last post by:
Hi all, Longtime listener, first time caller...anyways, I'm just starting out (literally...I've done the obligatory "Hello, World" and messed around a little more). What I want to do is create an app that will accept 2 character strings, and when 'OK' is clicked, have it dump one string into one field in a SQL table (SQL server is the same machine as I'll be using and writing the program with), and dump the other string into a different...
0
1008
by: Haffe | last post by:
I'm trying to get something back from a server. The communication between is XML. But I can't make it work. My asp.net code (doesn't work!): Dim requestText, serverResponseText As String Dim xmlServerHttp As New MSXML2.XMLHTTPClass
17
4871
by: roN | last post by:
Hi, I'm creating a Website with divs and i do have some troubles, to make it looking the same way in Firefox and IE (tested with IE7). I checked it with the e3c validator and it says: " This Page Is Valid XHTML 1.0 Transitional!" but it still wouldn't look the same. It is on http://www.dvdnowkiosks.com/new/theproduct.php scroll down and recognize the black bottom bar when you go ewith firefox(2.0) which isn't there with IE7. Why does...
0
3065
by: 2Barter.net | last post by:
newsmail@reuters.uk.ed10.net Fwd: Money for New Orleans, AL & GA Inbox Reply Reply to all Forward Print Add 2Barter.net to Contacts list Delete this message Report phishing Show original
1
3758
by: Ezmeralda | last post by:
Hello, I need to an TCP/IP Interface for communication with an embedded device. Since I have two different design ideas in mind, I am wondering whether you could give me some hints to decide: Requirements: - Interface should be used for company internal purposes/software but
3
3400
by: ajay2552 | last post by:
Hi, I have a query. All html tags start with < and end with >. Suppose i want to display either '<' or '>' or say some text like '<Company>' in html how do i do it? One method is to use &lt, &gt ,&ltCompany&gt to display '<', '>' and '<Company>' respectively. But is there any freeware code available which could implement the above functionality without having to use &gt,&lt and such stuff???
3
2949
by: newbie | last post by:
Same thing g++ complains when using hash_map<>, but is happy with map<--I understand hahs_map is not standardized, but since the compiler didn't complain something like 'hash_map<not defined', I suppose it's supported and should behave well when I used it correctly. BUT it didn't. Here is my code snippet: class MyKey { public: virtual void foo() { return; }
0
9792
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11142
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10743
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10415
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9574
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7971
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7128
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4612
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4220
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.