Click here to Skip to main content
15,896,154 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Return image from aspx page Pin
#realJSOP30-Apr-10 7:38
professional#realJSOP30-Apr-10 7:38 
GeneralRe: Return image from aspx page Pin
Abhishek Sur30-Apr-10 23:45
professionalAbhishek Sur30-Apr-10 23:45 
GeneralRe: Return image from aspx page Pin
#realJSOP1-May-10 0:46
professional#realJSOP1-May-10 0:46 
GeneralRe: Return image from aspx page Pin
Rama Krishna Vavilala30-Apr-10 10:03
Rama Krishna Vavilala30-Apr-10 10:03 
QuestionScreen view fixed to the Last row/item of the Gridview Pin
Sandesh M Patil30-Apr-10 3:49
Sandesh M Patil30-Apr-10 3:49 
AnswerRe: Screen view fixed to the Last row/item of the Gridview Pin
daveyerwin30-Apr-10 7:01
daveyerwin30-Apr-10 7:01 
GeneralRe: Screen view fixed to the Last row/item of the Gridview Pin
daveyerwin30-Apr-10 7:18
daveyerwin30-Apr-10 7:18 
QuestionAdding scriptManager tag to Non ajax enabled web application Pin
salmonraju30-Apr-10 2:15
salmonraju30-Apr-10 2:15 
Hi,

My application is created using ASP.Net Web Application template.

I want script Manager to be added in one of my page.

I did the following to make My existing ASP.Net web application to Ajax enabled. But it is not working.

Installed ASPAJAXExtSetup.msi

added below config in web.config

<httpHandlers>
<remove verb="*" path="*.asmx"/>
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/>
</httpHandlers>

<compilation defaultLanguage="c#" debug="true">
<assemblies>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
</assemblies>
</compilation>


When i am tring to add a <asp:ScriptManager runat="server" />
Under form tag , I am not getting this tag in intellisence.

Please help how I can add scriptManager to my existing ASp.net web application.

Thanks,
Salmon.
AnswerRe: Adding scriptManager tag to Non ajax enabled web application Pin
Sandeep Mewara30-Apr-10 2:45
mveSandeep Mewara30-Apr-10 2:45 
GeneralRe: Adding scriptManager tag to Non ajax enabled web application Pin
salmonraju30-Apr-10 3:12
salmonraju30-Apr-10 3:12 
QuestionHow to hide Querystring Parameters Pin
Sandesh M Patil30-Apr-10 1:21
Sandesh M Patil30-Apr-10 1:21 
AnswerRe: How to hide Querystring Parameters Pin
DaveAuld30-Apr-10 1:31
professionalDaveAuld30-Apr-10 1:31 
AnswerRe: How to hide Querystring Parameters Pin
Dinesh Mani30-Apr-10 1:35
Dinesh Mani30-Apr-10 1:35 
AnswerRe: How to hide Querystring Parameters Pin
Brij30-Apr-10 1:38
mentorBrij30-Apr-10 1:38 
AnswerRe: How to hide Querystring Parameters Pin
daveyerwin30-Apr-10 4:11
daveyerwin30-Apr-10 4:11 
GeneralRe: How to hide Querystring Parameters Pin
Sandesh M Patil30-Apr-10 4:51
Sandesh M Patil30-Apr-10 4:51 
GeneralRe: How to hide Querystring Parameters Pin
daveyerwin30-Apr-10 11:57
daveyerwin30-Apr-10 11:57 
AnswerRe: How to hide Querystring Parameters Pin
Peace ON30-Apr-10 19:48
Peace ON30-Apr-10 19:48 
AnswerRe: How to hide Querystring Parameters Pin
Husain Ahmad Khalid2-May-10 1:33
Husain Ahmad Khalid2-May-10 1:33 
Questionasp:BoundField as link? Pin
lvq68430-Apr-10 1:11
lvq68430-Apr-10 1:11 
AnswerRe: asp:BoundField as link? Pin
Shahriar Iqbal Chowdhury/Galib30-Apr-10 1:47
professionalShahriar Iqbal Chowdhury/Galib30-Apr-10 1:47 
GeneralRe: asp:BoundField as link? Pin
lvq68430-Apr-10 2:45
lvq68430-Apr-10 2:45 
QuestionInsert excell data into SQL server Pin
Morgs Morgan30-Apr-10 1:09
Morgs Morgan30-Apr-10 1:09 
AnswerRe: Insert excell data into SQL server Pin
Peace ON30-Apr-10 2:09
Peace ON30-Apr-10 2:09 
QuestionBrowser compability Problem Pin
lrsalunkhe30-Apr-10 0:26
lrsalunkhe30-Apr-10 0:26 

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.