User Profile

Collapse

Profile Sidebar

Collapse
mil111
mil111
Last Activity: May 5 '08, 02:56 PM
Joined: Jan 12 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mil111
    replied to Problem compiling Handler.ashx
    in .NET
    Thanks,
    I'll try this, maybe it will help.
    See more | Go to post

    Leave a comment:


  • mil111
    replied to Problem compiling Handler.ashx
    in .NET
    I still haven't found the solution. Does somebody know what the problem is, please?
    Thanks!!!
    See more | Go to post

    Leave a comment:


  • mil111
    started a topic Problem compiling Handler.ashx
    in .NET

    Problem compiling Handler.ashx

    Can somebody help please. I'm trying to compile Handler (code is below), but I'm getting error message :
    ImageHandle.ash x<1,1>:error Cs0116: A namespace does not directly contain members such as fields or methods.
    I can't figure out what the problem is.
    Thanks!

    Code:
    <%@ WebHandler Language="C#" Class="ImageHandler" %>
    
    using System;
    using System.Web;
    ...
    See more | Go to post

  • mil111
    started a topic Images inside GridView
    in .NET

    Images inside GridView

    Hi,

    can enybody help me please. I have a gridview with column that shows the images dynamically from database (see code below). What I need it to do is check to see if there is an image in each row to display it, and if there is not then display a standard image from directory. I think that is better solution than storing default images in each row in database where there is no image (users should be able to upload images). How can...
    See more | Go to post

  • mil111
    started a topic resizing contentplaceholder
    in .NET

    resizing contentplaceholder

    Hi,

    Can anybody help me? I created master page (in table) with header, footer, left column and in the right column is contentPlaceHol der. Content on contentPlaceHol der is longer than the left column is. If I run the page left column resizes according to content in contentPlaceHol der, and I don't want that. How I can set left column on fixed size so that only contentPlaceHol der resizes. I tried with <div> and <asp:panel>...
    See more | Go to post

  • mil111
    replied to problem with table cells
    in .NET
    Hi,

    thank for you replay. I tried both possibilities before I posted this, but it dosn't work. I'm running out of options, and don't now what the problem is. Any other ideas?
    See more | Go to post

    Leave a comment:


  • mil111
    started a topic problem with table cells
    in .NET

    problem with table cells

    Hi,
    Can anybody help me. I'm making web page (in asp.net) using html, problem is table and image. I set
    <tr style="width:10 0; height:30">
    <td style="width:10 0; height:30">
    <asp:image id="xxx" runat="server" width="100" height="30" />
    </td>
    </tr>
    But if I run it the cell remains bigger than the image is, and...
    See more | Go to post

  • I will try it now, thank you very much.
    See more | Go to post

    Leave a comment:


  • Insert three columns from one table into one column in another

    Hi,

    Can anybody help me? I have table1 with 5 columns(first name, last name etc) and table2 with one column. I need to put all of columns from table1 into table2.
    Into table2 I need to have all the data together(first name, last name etc).

    Thans!!!
    See more | Go to post
No activity results to display
Show More
Working...