Click here to Skip to main content
15,886,963 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev6-May-15 1:51
professionalZurdoDev6-May-15 1:51 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev6-May-15 19:20
HimenDev6-May-15 19:20 
AnswerRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 2:00
professionalZurdoDev7-May-15 2:00 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 2:24
HimenDev7-May-15 2:24 
AnswerRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 2:34
professionalZurdoDev7-May-15 2:34 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 2:37
HimenDev7-May-15 2:37 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 2:49
professionalZurdoDev7-May-15 2:49 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 2:56
HimenDev7-May-15 2:56 
if i keep all code as it is and just change framework to 3.5 from 2.0 then this current code is working...so there is no issue with url ...i guess there is some issue in web.config setting for http handler..if you know this then please check...just to remind you that my webmethod is on my .aspx(code behind page itself)

Please check Default.aspx code behind code for reference

using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Web.Services;
using System.Configuration;


public partial class _Default : System.Web.UI.Page
{

protected void Page_Load(object sender, EventArgs e)
{


}
[WebMethod]
public string Mydata(string username)
{
return "Returned String";
}




}
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 2:57
professionalZurdoDev7-May-15 2:57 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 3:08
HimenDev7-May-15 3:08 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 3:17
professionalZurdoDev7-May-15 3:17 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
HimenDev7-May-15 3:22
HimenDev7-May-15 3:22 
GeneralRe: JASON POST METHOD DOESNOT WORK WITH ASP.NET 2.0 FRAMEWORK BUT AFTER SETTING IT TO 3.5 IT WORKS.. Pin
ZurdoDev7-May-15 3:28
professionalZurdoDev7-May-15 3:28 
QuestionHow to play mp4 video file from url to my web site Pin
Käük Kwäý3-May-15 18:23
Käük Kwäý3-May-15 18:23 
AnswerRe: How to play mp4 video file from url to my web site Pin
RajeeshMenoth4-May-15 1:57
professionalRajeeshMenoth4-May-15 1:57 
AnswerRe: How to play mp4 video file from url to my web site Pin
Safi Khan28-May-15 21:24
Safi Khan28-May-15 21:24 
Questionmake a contact form using asp.net c# Pin
Ibrar Tariq2-May-15 15:22
Ibrar Tariq2-May-15 15:22 
AnswerRe: make a contact form using asp.net c# Pin
F-ES Sitecore3-May-15 1:01
professionalF-ES Sitecore3-May-15 1:01 
AnswerRe: make a contact form using asp.net c# Pin
ZurdoDev4-May-15 3:13
professionalZurdoDev4-May-15 3:13 
QuestionASp.net C# server page redirect using visual studio 2013.4 Pin
Ibrar Tariq2-May-15 15:01
Ibrar Tariq2-May-15 15:01 
AnswerRe: ASp.net C# server page redirect using visual studio 2013.4 Pin
Sascha Lefèvre2-May-15 21:43
professionalSascha Lefèvre2-May-15 21:43 
QuestionRe: ASp.net C# server page redirect using visual studio 2013.4 Pin
ZurdoDev4-May-15 3:14
professionalZurdoDev4-May-15 3:14 
QuestionWhile implementing interface concept in asp.net web application getting an error - Internal Compiler Error: stage 'DEFINE' Pin
Member 110118531-May-15 20:13
Member 110118531-May-15 20:13 
AnswerRe: While implementing interface concept in asp.net web application getting an error - Internal Compiler Error: stage 'DEFINE' Pin
F-ES Sitecore2-May-15 1:19
professionalF-ES Sitecore2-May-15 1:19 
Questiondynamically insert textbox in gridview and insert the data of textbox in database Pin
Praveen Kandari30-Apr-15 23:13
Praveen Kandari30-Apr-15 23:13 

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.