473,698 Members | 2,632 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Container.DataI tem and Button

Hello,

I have a datagrid and need to show a simple HTML
button in a column. This button contains an OnClick event
and looks like this:

<code>
....
<ItemTemplate >
<input type="button" value="Select"
onclick="Javasc ript:location.h ref('bla.aspx?I D=<%#
Container.DataI tem("ID")%>')"/>
</ItemTemplate>
....
</code>

Now when I change my view to design view in web matrix it
converts this link to:

<code>
<input type="button" value="Select"
onclick="Javasc ript:location.h ref(bla.aspx?ID =<%#
Container.DataI tem("ID")% />')"/>
</code>

And ofcourse it doesnt work anymore. If I save it in the
HTML view and DONT go to the design view then it works.
However I need to switch between HTML and Design view. So
how I am supposed to get this working ?

Thanks
Nov 19 '05 #1
1 1437
I have a similar code using a Hyperlink instead of a button that works fine
and displays fine on the designer:

NavigateUrl='<% #"bla.aspx?I D=" + DataBinder.Eval (Container, "DataItem.I D")
%>'

I hope it helps.

Isaias

"Vishal" <an*******@disc ussions.microso ft.com> wrote in message
news:3b******** *************** *****@phx.gbl.. .
Hello,

I have a datagrid and need to show a simple HTML
button in a column. This button contains an OnClick event
and looks like this:

<code>
...
<ItemTemplate >
<input type="button" value="Select"
onclick="Javasc ript:location.h ref('bla.aspx?I D=<%#
Container.DataI tem("ID")%>')"/>
</ItemTemplate>
...
</code>

Now when I change my view to design view in web matrix it
converts this link to:

<code>
<input type="button" value="Select"
onclick="Javasc ript:location.h ref(bla.aspx?ID =<%#
Container.DataI tem("ID")% />')"/>
</code>

And ofcourse it doesnt work anymore. If I save it in the
HTML view and DONT go to the design view then it works.
However I need to switch between HTML and Design view. So
how I am supposed to get this working ?

Thanks

Nov 19 '05 #2

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

Similar topics

2
19777
by: az bij | last post by:
Hi, I have a dataset bound to a repeater and want to place some logic in my ascx file. I want to display an image link if and only if an image is available. I have tried without success variations of: <%#if(DataBinder.Eval(Container.DataItem,"ImageFilename"!="")){%> <a href="#"><img src=<%#DataBinder.Eval(Container.DataItem,
1
14293
by: Mike P | last post by:
I'm having trouble with C# syntax for Container.DataItem. This is the VB version. CAn anybody help me out with the syntax? <asp:DataList runat="server" id="dlResults" Font-Name="Verdana" Font-Size="10pt"> <ItemTemplate> <span style="font-size:15pt;font-weight:bold;"> <%# Container.DataItem.title %> </span><br />
1
3099
by: Chris Fink | last post by:
Hi, My question is how do I set some text within my datalist itemtemplate to be bold, based on the higher value of two bound data items? For example, if the value of <%# Trim(Container.DataItem("points1") %> is greater than the value of <%# Trim(Container.DataItem("points2") %> then I want to make the value bold contained in <%# Trim(Container.DataItem("points1") %>. Any help is appreciated. Is it possible to compare the dataitem's...
1
2869
by: anony | last post by:
Hi, I would like to find out if it's possible to check the value of a Container.DataItem inside the Datagrid's <ItemTemplate> tag .... based on it's value, I would to either output it or output another DataItem from the current resultset. Something like this: <ItemTemplate> If container.dataitem( "column" ) <> "none" Then
5
724
by: bg | last post by:
Hi! How do I check if "date" exists before using that code? I've built a RSSreader and sometimes there's a date in it and sometimes not. How can I check if it exists to avoid crash (DataBinder.Eval: 'System.Data.DataRowView' does not contain a property with the name date) <asp:DataGrid id="RssNewsGrid"
2
3397
by: Antony | last post by:
Hello, in my aspx.file I have this code inside a datagrid: <asp:TemplateColumn HeaderText="Picture"> <ItemTemplate> <asp:Image id="Image1" runat="server" ImageUrl='upload/<%# Container.DataItem("photo")%>'></asp:Image> </ItemTemplate> </asp:TemplateColumn>
0
1315
by: John Davis | last post by:
Hi all, hope you are well. I would like to know if I can access the strongly typed properties of my datatable when binding through the ObjectDataSource object. I am currently creating some hyperlinks in a repeater bound to an objectdatasource with the following code: <asp:HyperLink runat="server" ID="HyperLink1" NavigateUrl='<%# string.Format("~/Products.aspx?page=0&categoryId={0}",
0
1383
by: John Davis | last post by:
Hi all, hope you are well.(not sure if this posted the first time) I would like to know if I can access the strongly typed properties of my datatable when binding through the ObjectDataSource object. I am currently creating some hyperlinks in a repeater bound to an objectdatasource with the following code: <asp:HyperLink runat="server" ID="HyperLink1" NavigateUrl='<%# string.Format("~/Products.aspx?page=0&categoryId={0}",
3
3454
by: alberthung01 | last post by:
Hi all, I try to use Container.DataItem() in my DataGrid's ItemTemplate. Somewhere it works fine. eg.<input type=checkbox id='cb_select_<%# Container.DataItem("TAG_ID") %>' value='<%# Container.DataItem("TAG_NAME") %>'> but somewhere the server returns the expression was wrong. <asp:ImageButton id="IB_Edit<%# Container.DataItem("TAG_ID") %>" runat="server" ImageUrl="../Image/edit_image.gif" CommandName="TO_EDIT"></asp:ImageButton>
0
8685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8612
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
9032
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...
1
8905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8880
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
5869
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();...
0
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2342
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.