Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #54.9K
~485 People Reached
Favorite Forums
Favorite Tags
Member Avatar for love_dude1984

hi, i want to store a arraylist in a session variable & retrieve it on the other page. how it can be done.. for example, [code] ArrayList ar = new ArrayList(); ar.Add("a"); ar.Add("b"); Session["id"] = ar; [/code] now how can i retrieve the arraylist on the other page? i tried …

Member Avatar for sanjaycedti
-1
87
Member Avatar for khusani

I am developing a multi file uploader user control. after researching for it. the trick is to build a custom HttpHandler to perform the upload process from the context.request.files. here is the code for my handler: [COLOR=#0000ff]namespace[/COLOR][COLOR=#000000] PSUpload[/COLOR] { [COLOR=#808080]///[/COLOR][COLOR=#008000] [/COLOR][COLOR=#808080]<summary> [/COLOR][COLOR=#808080]///[/COLOR][COLOR=#008000] Custom HttpHandler to perform uploading files from client …

Member Avatar for sanjaycedti
0
215
Member Avatar for sakhi kul

Hi to all, I am developing asp.net website using VB. In my website user registerd to access facilities but I want to give that authority for 1 month only. after 1 month user has to renew his account. I am inserting date when he registerd in our site. But the …

Member Avatar for sanjaycedti
0
183