Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to add data in two columns in a grid view and display that in a third column. Pin
Christian Graus15-Apr-08 1:54
protectorChristian Graus15-Apr-08 1:54 
AnswerRe: How to add data in two columns in a grid view and display that in a third column. Pin
Ashish Sehajpal15-Apr-08 4:12
Ashish Sehajpal15-Apr-08 4:12 
GeneralProblem with an ajaxControl ModalPopUpExtender Pin
pyde15-Apr-08 1:35
pyde15-Apr-08 1:35 
GeneralRe: Problem with an ajaxControl ModalPopUpExtender Pin
Broken Bokken15-Apr-08 2:40
Broken Bokken15-Apr-08 2:40 
GeneralRe: Problem with an ajaxControl ModalPopUpExtender Pin
pyde15-Apr-08 8:56
pyde15-Apr-08 8:56 
Questionwhat is the difference between atlas:scriptmanager and asp:scriptmanager Pin
Tridip Bhattacharjee15-Apr-08 1:32
professionalTridip Bhattacharjee15-Apr-08 1:32 
AnswerRe: what is the difference between atlas:scriptmanager and asp:scriptmanager Pin
Christian Graus15-Apr-08 1:33
protectorChristian Graus15-Apr-08 1:33 
GeneralRe: what is the difference between atlas:scriptmanager and asp:scriptmanager Pin
Broken Bokken15-Apr-08 2:48
Broken Bokken15-Apr-08 2:48 
You are right. If you have old code, chances are that your library has a mapping in the web.config for the library to the prefix atlas.

It might look something like this
<pages>
<controls>
<add tagprefix="atlas" namespace="System.Web.UI" assembly="System.Web.Extensions" />
</controls>
</pages>

You may want to double check that you have the latest version of the ajax and the control toolkit downloaded.

Broken Bokken

http://www.brokenbokken.com

GeneralRe: what is the difference between atlas:scriptmanager and asp:scriptmanager Pin
Tridip Bhattacharjee16-Apr-08 19:56
professionalTridip Bhattacharjee16-Apr-08 19:56 
GeneralDisplaying Image Problem in FireFox Pin
sjs4u15-Apr-08 0:40
sjs4u15-Apr-08 0:40 
GeneralRe: Displaying Image Problem in FireFox [modified] Pin
Ashish Sehajpal15-Apr-08 1:06
Ashish Sehajpal15-Apr-08 1:06 
GeneralDynamic User control load get a parameter Pin
simsen14-Apr-08 23:51
simsen14-Apr-08 23:51 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 0:27
protectorChristian Graus15-Apr-08 0:27 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 0:44
simsen15-Apr-08 0:44 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 0:49
protectorChristian Graus15-Apr-08 0:49 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:05
simsen15-Apr-08 1:05 
GeneralRe: Dynamic User control load get a parameter Pin
Ashish Sehajpal15-Apr-08 1:16
Ashish Sehajpal15-Apr-08 1:16 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 1:24
protectorChristian Graus15-Apr-08 1:24 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:31
simsen15-Apr-08 1:31 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 1:35
protectorChristian Graus15-Apr-08 1:35 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:41
simsen15-Apr-08 1:41 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 1:54
protectorChristian Graus15-Apr-08 1:54 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 1:58
simsen15-Apr-08 1:58 
GeneralRe: Dynamic User control load get a parameter Pin
Christian Graus15-Apr-08 2:00
protectorChristian Graus15-Apr-08 2:00 
GeneralRe: Dynamic User control load get a parameter Pin
simsen15-Apr-08 2:23
simsen15-Apr-08 2:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.