Showing posts with label old. Show all posts
Showing posts with label old. Show all posts

Monday, March 26, 2012

Ajax Asp.net Include on .aspx does not work.

Hello. I'm only hours old in the AJAX world. It looks very interesting. If this question is in the wrong section, please move. Thank you. Here is the situation:

I'm trying to install a webmailer written in c#. The include file consists of 1 aspx page. The Mother page is an aspx page. I'm trying to call it into the page using:

<a href="http://links.10026.com/?link=javascript:ajaxpage('pages/contactus/contactus.aspx', 'rightcolumn');">

When you click on the link. Previous information is removed, but nothing is loaded. Can someone help me figure a way to include aspx files properly? If I change the document to .txt or .htm, the information is simply written to the page, and not run server side.

Thank you

TV

Hi,

Are you trying to use including files in classic asp?
Please elaborate your requirements, so that we can help you to provide a suitable solution in asp.net.

Saturday, March 24, 2012

ajax and login

when i try to put login inside updatepanel get error message

in old version (atlas) login work cool if u enabledauthenticationService in web.config

<authenticationServiceenabled="true" />

any one can help please

hello.
are you talking about the asp login control? If so, i think it doesn't depend on the <authenticationService>?element...

Wednesday, March 21, 2012

AJAX and DataList Triggers

I have a damned problem

I'm Ajaxizing an old .net 2 page.

I have an UpdatePanel with inside a DataList that has, in EditTemplate, a form with lots of dynamic controls with callbacks and the "submit" button.

My problem is that i need to enable the Back Button in browser after the submit, then i try to add a <PostBackTrigger controlid="submit">, but it cannot see the button.

I did many many tries... is there someone that can help me?!

Tnx to all and sorry for my english ^^'

up ^^'