|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET DataGrid Controlmicrosoft.public.dotnet.framework.aspnet.datagridcontrol
staffan -
7 Dec 2006 8:15 AM - 2 messages
Hi I am quite new to asp.net and before in old asp I used Session variables with <% %> to have dynamic parametrars in a SQL Stmt for example. But the serverside tag don´t accept <% %>. So what should a use? Is there serverside ...
Samuel Shulman -
6 Dec 2006 6:05 PM - 3 messages
Below is the code that I use <asp:TemplateField> <ControlStyle Height="75px" Width="75px" /> <ItemStyle Height="75px" Width="75px" /> <ItemTemplate> <asp:HyperLink ID="HPF1" runat="server" Height="75px" Width="75px" ImageUrl='<%# Eval("ImageFilePath") %>' NavigateUrl='<%# Eval("ProductURL") ...
lightsaberwiz -
4 Dec 2006 5:25 PM - 2 messages
Hi I am writing a program that has the following structure: YearlySemesterPlans (collection object that contains a collection of YearlySemesterPlan) that to grab a child object 'SemesterPlans') ...
|
|||||||||||||||||||||||