Is there's any way to do that??
Please Help in this Question
if i want to show few information in GridView about each employee ( photo include as small size ) and GrideView has a HyperLink for more details which it will show in DetailsView with more details about this employee but with big size of his photo.
ArshadPosted Oct 31, 2008, 6:45 PM
eg
">Details
or else
u can use the Images also instead of anchor then use the javascript while onclick. Like
function showDetails(objID)
{
window.location.href="EmpDetails.aspx?Id="+objID);
}
after that in your EmpDetails.aspx you can get this ID through the QueryString and can get the Details of that employee, or else you can do this same stuff with in same page only, I hope it will work, If it wont please get back to me.
Regards
paiha paigaPosted Oct 31, 2008, 7:30 AM
Hi!
Just make the css for both i mean for DataGridView and DataList.And call that css according to the size and shape of DataGrid and Datalist respectively.
Regards Shashi Bhushan.