Click here to Skip to main content
15,893,588 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DetailsView show the right ID from SQL Database Pin
keyboard warrior20-May-08 7:38
keyboard warrior20-May-08 7:38 
Questiondisabling a row in gridview Pin
Banjo Ayorinde20-May-08 5:25
Banjo Ayorinde20-May-08 5:25 
AnswerRe: disabling a row in gridview [modified] Pin
keyboard warrior20-May-08 5:47
keyboard warrior20-May-08 5:47 
QuestionReg Deploying web parts using STSADM.exe Pin
manikandanid20-May-08 3:44
manikandanid20-May-08 3:44 
QuestionUDDI Pin
.NET- India 20-May-08 2:26
.NET- India 20-May-08 2:26 
AnswerRe: UDDI Pin
eyeseetee20-May-08 3:25
eyeseetee20-May-08 3:25 
QuestionAjax Update panel error Pin
Agweet20-May-08 2:24
Agweet20-May-08 2:24 
AnswerRe: Ajax Update panel error Pin
Rinki Mukheraji20-May-08 2:29
Rinki Mukheraji20-May-08 2:29 
write this code in web configuration file under <system.web> </system.web>
<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"/>
<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
</httpHandlers>
GeneralRe: Ajax Update panel error Pin
Agweet20-May-08 2:43
Agweet20-May-08 2:43 
AnswerRe: Ajax Update panel error Pin
Laddie20-May-08 2:42
Laddie20-May-08 2:42 
Questionin drpdownlist selected index always goes to 0 Pin
Rinki Mukheraji20-May-08 2:16
Rinki Mukheraji20-May-08 2:16 
AnswerRe: in drpdownlist selected index always goes to 0 Pin
Laddie20-May-08 2:44
Laddie20-May-08 2:44 
QuestionASP and PictureBox Pin
xax20-May-08 1:59
xax20-May-08 1:59 
AnswerRe: ASP and PictureBox Pin
Abhijit Jana20-May-08 2:14
professionalAbhijit Jana20-May-08 2:14 
AnswerRe: ASP and PictureBox Pin
Christian Graus20-May-08 3:07
protectorChristian Graus20-May-08 3:07 
GeneralRe: ASP and PictureBox Pin
xax25-May-08 10:18
xax25-May-08 10:18 
QuestionSQLDependency in Wenfarm Environment. Pin
Bhaskar Ghosh20-May-08 1:58
Bhaskar Ghosh20-May-08 1:58 
AnswerRe: SQLDependency in Wenfarm Environment. Pin
eyeseetee20-May-08 2:08
eyeseetee20-May-08 2:08 
Questionshow/hide div Pin
eyeseetee19-May-08 23:59
eyeseetee19-May-08 23:59 
AnswerRe: show/hide div Pin
J4amieC20-May-08 0:19
J4amieC20-May-08 0:19 
GeneralRe: show/hide div Pin
eyeseetee20-May-08 0:30
eyeseetee20-May-08 0:30 
AnswerRe: show/hide div Pin
Christian Graus20-May-08 0:27
protectorChristian Graus20-May-08 0:27 
GeneralRe: show/hide div Pin
eyeseetee20-May-08 0:36
eyeseetee20-May-08 0:36 
GeneralRe: show/hide div Pin
Christian Graus20-May-08 0:47
protectorChristian Graus20-May-08 0:47 
QuestionGridview with scroll bar [modified] Pin
foryou19-May-08 23:28
foryou19-May-08 23:28 

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.