Click here to Skip to main content
15,881,248 members

Comments by TanzeelurRehman (Top 63 by date)

TanzeelurRehman 17-Apr-13 2:09am View    
I want to implement listview because it is more optimized and can be the replacement of any .net control, due to its templated nature. I just want to implement how nested listview (upto nth level) can be implemented using listview
TanzeelurRehman 17-Jan-13 0:02am View    
Thank you for your great time,
Stay Blessed

Regards
TanzeelurRehman
TanzeelurRehman 16-Jan-13 5:21am View    
If you can manage from start then it will be your kindness sir
TanzeelurRehman 16-Jan-13 4:59am View    
Thank you
I have all my documnets in a folder named doc, I have two type of sessions to be checked one is Session["FrontHiddenID"] and the other is Session["HiddenID"]. If one of the session exist then allow him to download otherwise redirect to login page. If you have time then please submit me some code, i will be very grateful
TanzeelurRehman 16-Jan-13 1:13am View    
Thanks
I have two type of users one is for front end and one for the admin end, In this httphandler i have to check both of them, if one of the session exist (front end user or admin user)then allow him to download the file otherwise redirect him to login page. Can we implement this scenario in form authentication, (e,g The form authentication should allow if any of the user either front or admin exist. otherwise redirect it to login page) if so pleas guide me.