Click here to Skip to main content
15,908,013 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Server side printing Pin
orinoco7711-May-07 2:13
orinoco7711-May-07 2:13 
QuestionImage resize to fit ImageField Pin
DanB198310-May-07 23:16
DanB198310-May-07 23:16 
AnswerRe: Image resize to fit ImageField Pin
Sherin Iranimose10-May-07 23:25
Sherin Iranimose10-May-07 23:25 
GeneralRe: Image resize to fit ImageField Pin
DanB198310-May-07 23:33
DanB198310-May-07 23:33 
GeneralRe: Image resize to fit ImageField Pin
Sherin Iranimose10-May-07 23:42
Sherin Iranimose10-May-07 23:42 
GeneralRe: Image resize to fit ImageField Pin
DanB198310-May-07 23:47
DanB198310-May-07 23:47 
GeneralRe: Image resize to fit ImageField Pin
Sherin Iranimose11-May-07 0:07
Sherin Iranimose11-May-07 0:07 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 0:39
DanB198311-May-07 0:39 
Here is what I have:

<asp:GridView ID="grdListCompanies" runat="server" AllowPaging="True" AutoGenerateColumns="False" DataKeyNames="COMPANY_ID" DataSourceID="objDsListCompanies" EmptyDataText="Sorry there are no flyers listed for this supplier">
<Columns>
<asp:BoundField DataField="COMPANY_NAME" HeaderText="COMPANY_NAME" SortExpression="COMPANY_NAME" />
<asp:HyperLinkField DataNavigateUrlFields="COMPANY_ID" DataNavigateUrlFormatString="Filter/Product-By-Supplier.aspx?COMPANY_ID={0}" DataTextField="COMPANY_NAME" DataTextFormatString="View {0}'s Products" />
<asp:ImageField DataImageUrlField="COMPANY_PICTURE_URL" ItemStyle-CssClass="imageFieldCompanyLogo" ></asp:ImageField>
</Columns>
</asp:GridView>

and for the css:

.imageFieldCompanyLogo
{
height: 50px;
width: 150px;
}

Thanks

Dan
GeneralRe: Image resize to fit ImageField Pin
Sherin Iranimose11-May-07 0:52
Sherin Iranimose11-May-07 0:52 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 0:59
DanB198311-May-07 0:59 
GeneralRe: Image resize to fit ImageField Pin
DanB198311-May-07 4:28
DanB198311-May-07 4:28 
QuestionShowing Picture or any graphic in asp.net Pin
aransiola10-May-07 22:43
aransiola10-May-07 22:43 
AnswerRe: Showing Picture or any graphic in asp.net Pin
enjoycrack10-May-07 23:13
enjoycrack10-May-07 23:13 
AnswerRe: Showing Picture or any graphic in asp.net Pin
Christian Graus11-May-07 0:29
protectorChristian Graus11-May-07 0:29 
QuestionGridView CheckBox Pin
fmlove10-May-07 21:58
fmlove10-May-07 21:58 
AnswerRe: GridView CheckBox Pin
PandemoniumPasha10-May-07 22:22
PandemoniumPasha10-May-07 22:22 
AnswerRe: GridView CheckBox Pin
Sherin Iranimose10-May-07 22:29
Sherin Iranimose10-May-07 22:29 
AnswerRe: GridView CheckBox Pin
I.explore.code11-May-07 3:19
I.explore.code11-May-07 3:19 
QuestionDeloy Web Application having Crystal reports Pin
Kuricheti10-May-07 21:54
Kuricheti10-May-07 21:54 
AnswerRe: Deloy Web Application having Crystal reports Pin
subrata.jana11-May-07 0:18
subrata.jana11-May-07 0:18 
GeneralRe: Deloy Web Application having Crystal reports Pin
subrata.jana11-May-07 0:19
subrata.jana11-May-07 0:19 
Questiongridview Pin
pratima110-May-07 21:45
pratima110-May-07 21:45 
AnswerRe: gridview [modified] Pin
Sherin Iranimose10-May-07 21:55
Sherin Iranimose10-May-07 21:55 
QuestionChoose your business object !!! Pin
Dawid Mazuruk10-May-07 21:41
Dawid Mazuruk10-May-07 21:41 
AnswerRe: Choose your business object !!! Pin
RichardGrimmer14-May-07 5:22
RichardGrimmer14-May-07 5:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.