Visual Web Developer 2005Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Web Developer 2005 section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
I want to show all this images in a gridview horizontally.
I know i can do it with DataList control easily by - RepeatDirection="Horizontal", but DataList don't support Paging, thats why i want it on Gridview, but I am not able to display the images horizontally.
How to display images in GridView using ASP.NET 3.5
Hello!
It is urgent! I have to hand in my project due to this Friday. I am still struggling to put images in GridView. Can you help me? Must I also use C# to write codes??
Did you see the article from Scott Guthrie I posted about DataList paging? If you are using 2.0, you could use a DataList, and the article talks about how to do the paging with it.