2
Answers

Handler1.ashx

Anand MR

Anand MR

10y
1.1k
1
Hi all,
        I would like to know what is the use of handler.what is the role in asp.net.

              1.  Which type of data we can return from ashx handler. ?
              2.  What is the life cycle of ashx Hanler. in our asp.net application?
              3. The ashx handler execution will be in client side or Server side?
Answers (2)
0
Celldet

Celldet

NA 59 0 16y
I am sure my issue is taking the ASCII for the textbox string and sending to the created temp file as ascii.  What I need to do is interpret the string entered by the user in the textbox as individual hex characters  ie. 08 39 01 62 30 21 12 69 09 as individual bytes.  Then send the hex to the binary file as 9 byte file.  Then hash the temp file created via SHA1.

                                                                                                                                                                
0
Kirtan Patel

Kirtan Patel

NA 35k 2.8m 16y
Can you more clarify your problem plz . i dont under stand what u exactly want to do .