Yes the image file is stored as a path in the database. I'm new to .net so I'm not sure what your mean. I created a hyperlink column with the datagrid property builder. Can I just add a line to the text: or url: textboxes? I also see a button to convert it to a templatecolumn. After I convert it the only textboxes are for the header and footer.
Main Topics
Browse All Topics





by: naveenkohliPosted on 2003-06-29 at 12:49:23ID: 8823242
How is image field stored in the database. If its simply stored as path to image file then it is easy to use TemplateColumn and there you can use <asp:Image> control to display it.