我的web应用程序( aspx v3.5 / C#)动态创建其他asp.net应用程序(创建aspx、aspx.cs、classes、web.config、project.csproj文件等)。问题是,当我在IIS中将“新建”应用程序文件夹配置为应用程序后,当我试图浏览它时,我得到了以下解析器错误:Could not load type 'Template48.Template48' (其中Template48
我在表单上有Img标签,我想把它的id发送到aspx.cs。我使用post方法并使用Request.Form["id"]检索这个id,但是我没有在aspx.cs文件上获得id。.click(function () {
var id = $(this).attr("id");// Here I am getting id How can i send this id to aspx.cs