Click here to Skip to main content
15,890,282 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 3:01
BoySetsFire30-Jan-10 3:01 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Not Active30-Jan-10 3:56
mentorNot Active30-Jan-10 3:56 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Abhishek Sur30-Jan-10 4:32
professionalAbhishek Sur30-Jan-10 4:32 
GeneralRe: How to disable a asp:TextBox with javascript??? Pin
BoySetsFire30-Jan-10 4:44
BoySetsFire30-Jan-10 4:44 
AnswerRe: How to disable a asp:TextBox with javascript??? Pin
Pranay Rana30-Jan-10 22:40
professionalPranay Rana30-Jan-10 22:40 
Questioncheck email is exist or not before sending mail Pin
amitamit09930-Jan-10 1:01
amitamit09930-Jan-10 1:01 
AnswerRe: check email is exist or not before sending mail [modified] Pin
sashidhar30-Jan-10 1:14
sashidhar30-Jan-10 1:14 
QuestionAjax animation effect not working Pin
Bajrang Singh29-Jan-10 22:57
Bajrang Singh29-Jan-10 22:57 
Hi all
I have Ajax enabled website. Its working fine in my local server (Ajax animation effects are working) but on the server its not working. Pages showing javascript error 'sys' not defined'.
I have added ajax dlls and System.Web.Extensions.dll into website's bin folder.
but does not work.
Many post suggests adding httphandlers and httpmodules like...
<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,HEAD" path="ScriptResource.axd"
type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions,
Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
validate="false"/>
</httpHandlers>
After adding httphandlers, it starts showing 500 - Internal server error.
and if I remove httphandlers section, it start working but ajax animation does not work.

Have any idea?
ASP.NET 2.0 with IIS 6

Bajrang Singh
Using .net 2.0 (VS2005)

QuestionUser control Problem Pin
AndyASPVB29-Jan-10 11:57
AndyASPVB29-Jan-10 11:57 
AnswerRe: User control Problem Pin
Not Active29-Jan-10 13:16
mentorNot Active29-Jan-10 13:16 
GeneralRe: User control Problem Pin
AndyASPVB29-Jan-10 22:24
AndyASPVB29-Jan-10 22:24 
Questionlogin Pin
arkiboys29-Jan-10 2:47
arkiboys29-Jan-10 2:47 
AnswerRe: login Pin
Not Active29-Jan-10 5:26
mentorNot Active29-Jan-10 5:26 
GeneralRe: login Pin
arkiboys29-Jan-10 10:02
arkiboys29-Jan-10 10:02 
Questionproblematically merging rows and Columns in Gridview Pin
vineesh v29-Jan-10 1:50
vineesh v29-Jan-10 1:50 
AnswerRe: problematically merging rows and Columns in Gridview Pin
Prosanta Kundu online31-Jan-10 17:34
Prosanta Kundu online31-Jan-10 17:34 
QuestionInsert Record from Textbox into GridView Pin
.NET- India 29-Jan-10 1:03
.NET- India 29-Jan-10 1:03 
AnswerRe: Insert Record from Textbox into GridView Pin
nagendrathecoder29-Jan-10 1:15
nagendrathecoder29-Jan-10 1:15 
AnswerRe: Insert Record from Textbox into GridView Pin
sashidhar29-Jan-10 1:20
sashidhar29-Jan-10 1:20 
GeneralRe: Insert Record from Textbox into GridView Pin
nagendrathecoder29-Jan-10 1:24
nagendrathecoder29-Jan-10 1:24 
GeneralRe: Insert Record from Textbox into GridView Pin
sashidhar29-Jan-10 1:27
sashidhar29-Jan-10 1:27 
GeneralRe: Insert Record from Textbox into GridView Pin
nagendrathecoder29-Jan-10 1:31
nagendrathecoder29-Jan-10 1:31 
GeneralRe: Insert Record from Textbox into GridView Pin
.NET- India 29-Jan-10 2:00
.NET- India 29-Jan-10 2:00 
GeneralRe: Insert Record from Textbox into GridView Pin
sashidhar29-Jan-10 4:38
sashidhar29-Jan-10 4:38 
QuestionASP.net Pin
gul_aries28-Jan-10 23:50
gul_aries28-Jan-10 23:50 

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.