如何动态绑定 Gridview 所有单元格中的图像从单元格获取值
我正在开发电影院座位预订网站,例如 http://in.bookmyshow.com/,为此我有将图像作为座位放在 asp:gridview(所有单元格)中,为了选择座位,请单击图像(单元格),当时我需要该单元格值(座位号),其中我在 gridview 中单击图像(单元格)。此绑定基于数据库 在数据库单元格值=0 然后在 gridviewCell 中没有图像 在数据库单元格值=1 然后在 gridviewCell 图像中指示数据库单元格中的可用座位 值=2 然后在 gridviewCell 图像中指示在数据库单元格中选择的座位值=3 然后在gridviewCell图像指示预订座位该数据库每次通过选择不同的剧院而改变。因此,剧院布局对于某些行和行并不固定。列,因此所有绑定都是动态完成的。如果可能的话请给我发送示例代码。请帮我。
I am developing movie theater seat booking website like http://in.bookmyshow.com/, for that i have place image as Seats in asp:gridview(all cells), for selection of seat click on Image(cell) at that time i need that cell value(Seat No) where i clicked Image(cell) in gridview. This binding based on Database In Database Cell value=0 Then in gridviewCell no image In Database Cell value=1 Then in gridviewCell image indicate available Seat In Database Cell value=2 Then in gridviewCell image indicate Selected Seat In Database Cell value=3 Then in gridviewCell image indicate Booked Seat This Database is every time changes by selecting deferent Theater. So theater layout is not fix to some Rows & Columns, so this all binding is done dynamically. If possible send me Sample code. Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论