User330911564 posted
Hi here i am again,
I have already created a class (public List<CarClass> GetAll(){} ) that fetches a couple of xml elements in my asp.net c# project and display them on a page. this is example
in short words, i want to create a detail page of each sort car.

I now want to create a class that will take me to another page with a chosen/selected car/UniqueID. something like this
public GetAdByUid(int carId){
}
I already created the needed get; set; and unieknummer is the one i want to use to specify.
Looking forward for replies.
Thanks in advance