How to raise events while clicking a datalist item or a particular Row??
-
Hai, I am using dotnetFramework1.1 with C# coding for my project. I need to display some Records.So i use DataList Control For that...But my Problem is that when I click a particular row ,i want to redirect to some other page showing the full description of that particular record.How is this possible????....Please hepl me to solve my proble.... thanks in advance Bijesh
-
Hai, I am using dotnetFramework1.1 with C# coding for my project. I need to display some Records.So i use DataList Control For that...But my Problem is that when I click a particular row ,i want to redirect to some other page showing the full description of that particular record.How is this possible????....Please hepl me to solve my proble.... thanks in advance Bijesh
I assume ths is ASP.NET ? Generate linkbuttons or just hyperlinks for the text in the row, and redirect to another page, with an Id on the URL so that page knows what record to load.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )