i work about web site with asp.net
i have some problems. my code :
3D Ödeme Sayfasi
.....
i want to put breakpoints in dark green area. How can i do this ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
onur baybekPosted Aug 20, 2010, 9:55 AM
But my problem is not this. Now, i have 3dModel.aspx and payment3dModel.aspx. when i opened 3dModel.aspx page, i was sending some information to other url. After the url sent back some information payment3dModel.aspx page.
And, i have to run 3dModel.aspx but control paymentd3Model.aspx. How can i do this ?
ShankeyPosted Aug 20, 2010, 9:41 AM
Hi onur,
You just put your break point in your source at
"IEnumerator e = Request.Form.GetEnumerator();"
And press f5 then you will definitely get you break point.
"Please mark my answer as accepted if it helped you"
As shown below