Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

c# and asp.net postback over a https (secure) connection

Status
Not open for further replies.

FrankPhillips

IS-IT--Management
Dec 26, 2002
6
0
0
US


Hi all,

Have an odd one here that I was hoping to get some input on.

I have a webpage located on a secure site. This page has an array of letters in the alphabet that when clicked on act as in index for a datagrid, ie, click on a = get all records that start with a, b=b etc.

However, when the user clicks on the letter, the user gets a warning saying they are leaving a secure website, do you wish to continue.

I'm really not sure what is triggering this since the event is only a postback.

in the bottom right of the browser, it shows "javascript:__dopostback('Datagrid1:_ctl1:-ctl1',")"

Im posting this here since I'm totally unsure what forum it applies to. Since the main code is C# with visual studio .net for asp.net webforms, i figure at least to start here. I can paste the array if needed, but its pretty long.

Any suggestions would be greatly appreciated.

Thanks

Frank
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top