Click here to Skip to main content
15,897,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRun cmd when clicking on the link..... Pin
p_19602-Apr-09 0:16
p_19602-Apr-09 0:16 
AnswerRe: Run cmd when clicking on the link..... Pin
sohighthesky2-Apr-09 1:17
sohighthesky2-Apr-09 1:17 
QuestionFast Loading Web page Pin
indian221-Apr-09 23:34
indian221-Apr-09 23:34 
AnswerRe: Fast Loading Web page Pin
Ravi Mori1-Apr-09 23:52
Ravi Mori1-Apr-09 23:52 
AnswerRe: Fast Loading Web page Pin
indian222-Apr-09 1:48
indian222-Apr-09 1:48 
QuestionValidatorCalloutExtender not working in asp.net 3.0 version Pin
Deepml1-Apr-09 23:19
Deepml1-Apr-09 23:19 
AnswerRe: ValidatorCalloutExtender not working in asp.net 3.0 version Pin
Dev S1-Apr-09 23:47
Dev S1-Apr-09 23:47 
GeneralRe: ValidatorCalloutExtender not working in asp.net 3.0 version Pin
Deepml2-Apr-09 0:40
Deepml2-Apr-09 0:40 
Thanks !!! I have putted ajax enabled website related code in web.config

In "system.web" tab i put
<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="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
</httpHandlers>
<httpModules>
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</httpModules>


Now its works fine.. Thanks again...
QuestionEval(sesion[key]) Pin
TALHAKOSEN1-Apr-09 22:53
TALHAKOSEN1-Apr-09 22:53 
AnswerRe: Eval(sesion[key]) Pin
anilpal1-Apr-09 23:11
anilpal1-Apr-09 23:11 
GeneralRe: Eval(sesion[key]) Pin
TALHAKOSEN1-Apr-09 23:23
TALHAKOSEN1-Apr-09 23:23 
GeneralRe: Eval(sesion[key]) Pin
anilpal1-Apr-09 23:54
anilpal1-Apr-09 23:54 
GeneralRe: Eval(sesion[key]) Pin
TALHAKOSEN2-Apr-09 0:45
TALHAKOSEN2-Apr-09 0:45 
QuestionCreate table in codebehind Pin
saravanan051-Apr-09 22:50
saravanan051-Apr-09 22:50 
AnswerRe: Create table in codebehind Pin
Abhijit Jana1-Apr-09 22:56
professionalAbhijit Jana1-Apr-09 22:56 
GeneralRe: Create table in codebehind Pin
saravanan051-Apr-09 23:03
saravanan051-Apr-09 23:03 
GeneralRe: Create table in codebehind Pin
anilpal1-Apr-09 23:06
anilpal1-Apr-09 23:06 
GeneralRe: Create table in codebehind Pin
N a v a n e e t h1-Apr-09 23:06
N a v a n e e t h1-Apr-09 23:06 
GeneralRe: Create table in codebehind Pin
Abhijit Jana1-Apr-09 23:09
professionalAbhijit Jana1-Apr-09 23:09 
GeneralRe: Create table in codebehind Pin
saravanan051-Apr-09 23:15
saravanan051-Apr-09 23:15 
GeneralRe: Create table in codebehind Pin
Colin Angus Mackay1-Apr-09 23:52
Colin Angus Mackay1-Apr-09 23:52 
GeneralRe: Create table in codebehind Pin
anilpal1-Apr-09 23:59
anilpal1-Apr-09 23:59 
GeneralRe: Create table in codebehind Pin
Colin Angus Mackay2-Apr-09 0:52
Colin Angus Mackay2-Apr-09 0:52 
Questionproblem after publishing on server Pin
prateekfgiet1-Apr-09 22:38
prateekfgiet1-Apr-09 22:38 
AnswerRe: problem after publishing on server Pin
Abhijit Jana1-Apr-09 22:59
professionalAbhijit Jana1-Apr-09 22:59 

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.