I need to pos开发者_StackOverflowt data from my ASP.Net webform page to a 3rd party php site. As part of post data I need to send encrypted data containing timestamp. The timestamp needs to be generat
This old chestnut again. My page is constructed as follows; I have a dropdownlist which is databound on first load. When the user selects a value from this, a postback is performed which then databin
I\'ve inherited an old Asp.Net website (I\'开发者_开发问答ve had limited exposure to Asp & Web stuff).
I\'m having issues getting UpdatePanel working in a large, existing solution. I have a sample page (below), which works in a freshly created demo website, but not when added to the existing target web
I have a multi-step form but it is a little different from commons. The differenc开发者_开发问答e is not all steps are consecutive and forms may be inorder. To be clear, let say there are
I am trying to create something like shopping chart. The user adds products to his/her cart but if it click refresh button on the browser, the last product ,that is added before, is added one more tim
I am inheriting a sitecore implementation and I have been trying to debug a membership form. The membership page contains a membership sublayout that contains a simple form (first, last, address,...).
I have a Quiz.Component.Product.Type and a view that provides the component.when the Create postback is called, because the view contains a Component_Id field, the model binder creates a Quiz.Componen
I have an ASP.NET web application that is using RegularExpressionValidator controls inside of a user control.The user control is placed inside of a panel with an ajax:modal popup.When I click the link
In my ASP.net application ,when am entering an data and hitting a button to save the information and its getting saved in the database and then prompt a success message to the user and then i refreshe