Ask a Question related to ASP.NET General, Design and Development.
-
SStory #1
ItemTemplate using IDE??
How do I set the Item template using the IDE?
I have ASP Unleashed book but it is all code.
I found the Edit Template, but don' t know what to do within that dialog.
What is the normal manner of doing this?
Thanks
Shane
SStory Guest
-
Using an IF statment within an ItemTemplate
Hello, I have a datagrid listing bill to addresses. One column specifies whether or not the bill to is the primary for the customer. Here's my... -
ItemTemplate visible
Hi there! This works fine: <asp:Panel Runat=server Visible=<%# DataBinder.Eval (Container.DataItem,"Active") %>>b</asp:Panel> With this the... -
Value from ItemTemplate?
Hello, This should be simple question. I thought I could solve it by my own, but unfortunaly I am not able. I have a datagrid with several... -
datagrid itemtemplate help
Dear All, In my datagrid, i want to add a logic to it. that is, if the result for the data equals to "Yes", a "asp:label" control will be... -
ItemTemplate help
I am dynamically creating columns in a grid with an ItemTemplate. Below is my custom item template derived from ITemplate and further down is my... -
Marina #2
Re: ItemTemplate using IDE??
Once you are editing the template, you will see boxes for things like: Item
Template, Alternate Item Template, etc (depending on your object). You can
drag and drop items from the toolbar into the template boxes.
Typically, to get the exact layout, one then has to switch into HTML mode
and modify it a bit.
You can also type in the asp code directly in the .aspx in HTML mode.
"SStory >" <Shane_Story@online.msn.com <remove the 'online.' to send me
mail> wrote in message news:%23EH2WurWDHA.1384@TK2MSFTNGP10.phx.gbl...> How do I set the Item template using the IDE?
>
> I have ASP Unleashed book but it is all code.
>
> I found the Edit Template, but don' t know what to do within that dialog.
>
> What is the normal manner of doing this?
>
> Thanks
>
> Shane
>
>
Marina Guest
-
SStory #3
Re: ItemTemplate using IDE??
Do you mainly use Web Controls and not the HTML controls? -- I would think
so...
These controls that you'd drop on would they be web controls?
Also, do you just use flow layout and Tables or what? Maybe some controls.
I am almost getting the hang of it, but not quite sure of everything.. Have
several books but all in code.
So can you set the page to flow mode and then place a panel control in I
guess that uses grid mode in itself and mix things like that?
Thanks for answering so many of my questions..
Shane
"Marina" <zlatkinam@nospam.hotmail.com> wrote in message
news:#JzTY5rWDHA.656@tk2msftngp13.phx.gbl...Item> Once you are editing the template, you will see boxes for things like:can> Template, Alternate Item Template, etc (depending on your object). Youdialog.> drag and drop items from the toolbar into the template boxes.
>
> Typically, to get the exact layout, one then has to switch into HTML mode
> and modify it a bit.
>
> You can also type in the asp code directly in the .aspx in HTML mode.
>
> "SStory >" <Shane_Story@online.msn.com <remove the 'online.' to send me
> mail> wrote in message news:%23EH2WurWDHA.1384@TK2MSFTNGP10.phx.gbl...> > How do I set the Item template using the IDE?
> >
> > I have ASP Unleashed book but it is all code.
> >
> > I found the Edit Template, but don' t know what to do within that>> >
> > What is the normal manner of doing this?
> >
> > Thanks
> >
> > Shane
> >
> >
>
SStory Guest



Reply With Quote

