Hi ,
Your question so unclear , what exactly you want here to be done , which
code , you were unabel to see?
Leave the below lines mentioned by you , becuase these are generatesd
automatically , and seems like you are using ASP.Net2.0 (some control might
have generate the resources like this )
src="/WebResource.axd?d=TnDA7ORapnLF3ng17MGRZQ2&t=63 2675822768906250"
I dont think this will help .
Ok from my understanding are you struggling to add this
line?Response.Redirect("Thankspage.aspx"); in appropriate places?
Best regards,
A.Sivakumar
"Quinniee" <> wrote in message
news: oups.com...
> Well unfortuanetly I have not figured out where that codes lies. It's
> not on my aspx page, does this get generated somehow when the page is
> created? After the <form> tag, this code appears in the html.
>
> <div>
> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value=""
> />
> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT"
> value="" />
> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
> value="/wEPDwUKMTQwOTQ2NDU5MQ9kFgJmD2QWLgIBDw8WAh4HVmlzaWJ sZWhkZAIHDw8WAh4SRW5hYmxlQ2xpZW50U2NyaXB0aGRkAgsPD xYCHwFoZGQCDw8PFgIfAWhkZAITDw8WAh8BaGRkAhcPDxYCHwF oZGQCGw8PFgIfAWhkZAIfDw8WAh8BaGRkAiMPDxYCHwFoZGQCJ w8PFgIfAWhkZAIrDw8WAh8BaGRkAi8PDxYCHwFoZGQCMw8PFgI fAWhkZAI3Dw8WAh8BaGRkAjsPDxYCHwFoZGQCPw8PFgIfAWhkZ AJDDw8WAh8BaGRkAkcPDxYCHwFoZGQCSw8PFgIfAWhkZAJPDw8 WAh8BaGRkAlMPDxYCHwFoZGQCVw8PFgIfAWhkZAJbDw8WAh8Ba GRkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxY KBRJMb2FuVHlwZUluZGl2aWR1YWwFDUxvYW5UeXBlSm9pbnQFD UxvYW5UeXBlSm9pbnQFBWN0bDM1BQVjdGwzNgUFY3RsMzcFBWN 0bDM4BQVjdGwzOQUFY3RsNDEFBWN0bDQyHKoQGB0FQg9Y2mz+3 33r+PpzKRY="
> />
> </div>
>
> <script type="text/javascript">
> <!--
> var theForm = document.forms['ctl00'];
> if (!theForm) {
> theForm = document.ctl00;
> }
> function __doPostBack(eventTarget, eventArgument) {
> if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
> theForm.__EVENTTARGET.value = eventTarget;
> theForm.__EVENTARGUMENT.value = eventArgument;
> theForm.submit();
> }
> }
> // -->
> </script>
>
> <script
> src="/WebResource.axd?d=TnDA7ORapnLF3ng17MGRZQ2&t=63 2675822768906250"
> type="text/javascript"></script>
>
> Sorry be so clueless but I obviously missing something here. I'd be
> happy to give the link if anyone is willing to take a look at it.
>
> Thanks
>
|