Response is not available in this context in asp.net
I want to redirect to Home.aspx page but I am getting this error message:"System.Web.HttpException: Response is not available in this context" in the line of Response.Redirect("Home.aspx"); Any idea on...
View ArticleWhat is difference between web api post and put
i searched google a lot still got no good explanation with example. mostly all write up is saying put is idempotent and post is not but i need a sample code which discuss or show idempotency of put...
View ArticleTask Scheduler Issue
Respected Sir,I saw your code regarding "A New Task Scheduler Class Library for .NET"My question is, I want to create task on XP and later, Server 2000 and laterwith...
View ArticleCan we convert wav file to mp3 format file using asp?
Hi,I have developed audio recording facility to my website.. But it is giving wav formatted base64string.. Can we convert wav to mp3 format or if possible can we reduce base64String size? Because...
View ArticleUse Skype at Webapplication Project
Hi,I want to use Skype for develop virtual classroom i.e. Online classroom In The Asp.net web application project with C#.So that when the time comes classes start Skype for all student in this class.I...
View ArticleImage not showing in vb.net
HelloI have partly followed this tutorial:Sending email with an embedded image through ASP.NET[^]and, though the user receives his email, when I test my SMTP locally, the plain background image (600px...
View ArticleHow to avoid kill or wait alert?
Hi,I am facing too many kill wait alerts issue with my web site.. If we are searching for more results or if response time is late then we are facing kill wait continuously.. Is there any way to avoid...
View ArticleASP.net ajax image upload
Hello, i am in the process of learning ASP.net and ajax and i stumbled upon a issue. I made a web form application in which i have c# method for image upload and also a ajax function which is giving me...
View ArticleHow to remove marshaling errors for COM-interop or PInvoke
HiI am developing the application in visual studio web formsI am using the following SoftwaresMicrosoft Visual Studio Ultimate 2012Version 11.0.50727.1 RTMRELMicrosoft .NET FrameworkVersion...
View Articleinput string was not in a correct format published site error when recycle...
Hi,I have a site published on server. There are two gridview in one page, one redirect to a page where user fill the data in gridview and save it. The next gridview show the ids saved by user from...
View ArticleError Inserting data - into the database.
Back for more help, sorry.After all that struggle to get my project working in php, they came back on Wednesday last week that they could not use current project written in php because the wordpress...
View ArticleASP.NET C# -STRING PROCESSING
hello everyonecurrently i am doing a project on XSS(Cross Site Scripting) prevention, for that i want to process a small text paragraph, contain text and java code. example-The Conjuring 2 is a mixed...
View ArticleApi post call works on postman but in mobile app or ajax call it doesn't
here's the problemI've got an API with the following address (HTTP post)http://api.novin.solutions/api/member/login"headers": {"accept": "application/json","content-type":...
View ArticleDotnet Core Reference Issue
I've given reference in project.json file , but when i am adding namespace in cs file , it is populating issue saying this file doesn't exist. but also when i am running this project by command prompt...
View ArticleStarting ASP.Net MVC application
Hi, I had been working in ASP.Net Webfarms quite a long time because of which I mostly ignored the HTML and Client scripting a lot, because in WebFarms all we need to do is drag and drop. Now the whole...
View ArticleOpen template word doc and replace values
I have a web application where I have a template (word) which I need to open/save and replace some values at run time. How do I do this?
View Articleacquire data from a website
I create a web page with asp.net using visual.studio. And I need to acquire data from my website and save it to my computer, in a particular folder. How can I do this? Should I write this part of the...
View ArticleWhat manual do i need.
I am rewriting an old website created, I think, using Visual Studio 2010 and am now using Visual Studio 2017. The old website had a command Html.RenderPartial( "~/Counter/counter.ascx", new...
View ArticleHow can I refresh partial view in ASP.NET MVC 5?
I know that there are many answers on google, I tried many but nothing worked! I have a CodeMirror text editor and a list of files.I want to display the contents of a file when click on it.This is my...
View ArticleHow to read Excel data and insert into the access database using...
Please provide me the simple website in which my problem will solved
View Article