how to show cathegorized pics ?
-
i sorry i have forgoten that i want to show images like matris.4 calumns 10 lines.i wish i could explain aims.
1 - the site has an edit post button, so you don't need to double post 2 - the easiest way to do this is with a repeater, and a data source containing URLs to your images. A repeater gives you lots of control in writing code to generate a table with the number of rows and columns you desire, where each cell contains the same data, that is, where your data source doesn't create columns for you automatically.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
-
1 - the site has an edit post button, so you don't need to double post 2 - the easiest way to do this is with a repeater, and a data source containing URLs to your images. A repeater gives you lots of control in writing code to generate a table with the number of rows and columns you desire, where each cell contains the same data, that is, where your data source doesn't create columns for you automatically.
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
-
i m new in ASP.net and it like a huge ocean really:).is there any sample videos or sample codes about this subject?Sorry for sending same subject two times :)
You said you were not new below? A repeater just emits html, according to your template. I'd write a template that calls code behind and uses a counter to work out when to emit a tr to start a new row. I am sure that samples exist, did you look for articles on repeaters on this site ?
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
-
You said you were not new below? A repeater just emits html, according to your template. I'd write a template that calls code behind and uses a counter to work out when to emit a tr to start a new row. I am sure that samples exist, did you look for articles on repeaters on this site ?
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.
-
no i have not searched any topic about repeaters.i want to make like this site.but more powerfull than this site. http://asaydinlatma.com.tr/deneme/index.php?bolum=urunlerimiz[^]
OK, so as I've told you to do it using repeaters, reading up on them is probably your next step, right ?
Christian Graus Driven to the arms of OSX by Vista. "Iam doing the browsing center project in vb.net using c# coding" - this is why I don't answer questions much anymore. Oh, and Microsoft doesn't want me to.