ASP.NET
WebAPI File Uploading – Without writing files to disk
All the documentation / tutorials / questions about processing a file uploaded using FormData to a ASP.NET WebAPI handler use MultipartFormDataStreamProvider to process the multipart stream to split it into the relevant form fields and files.
How to get the cookie value in asp.net website
I am creating a cookie and storing the value of username after succesfull login. How can I access the cookie when the website is opened. If the cookie exist I want to fill the username text box from the cookie value. And how to decrypt the value to get the username. I am doing server side validation by getting the userdetails from the database. I am using vs 2010 with c#
What is the aspnet_client folder in my ASP.NET website?
I inherited a website and see that folder in the web root. I’m trying to clean out the old crap, and wondering if I can delete it.
Concerning the sliding expiration of ASP.NET’s forms authentication and session
We have a ASP.NET 4.5 WebForms application using the native forms authentication and session functionality. Both have a timeout of 20 minutes with sliding expiration.
Multiple submit Button click problem?
I have a form which inserts data in DB on Submit button click but the problem is when client click the button multiple times its sends multiple create requests means multiple button click events for the same time of same data, which must not be.
notify client from server
If I have an asp.net application, and I want to notify the user when something changes on the server, how do I do this.
The same thing with a silverlight client. For the silverlight client is there some form of subscribing to an event on the server from the silverlight client?
empty website and git
hi as am a newbie to GIT with visual studio ,
I’m working with an n-tier website with multiple projects and at first i make it as an empty website , so the visual studio make a directory to the solution in Projects folders for VS2012 at documents and The BLL and DAL and the website pages itself at websites directory for visual studio main directory .
so when i trying to add the solution the source control this message shown up :
Crop/Remove Unwanted Space at the edges of image
I have search a lot to remove the unwanted space but could not found. I only found links which can used to remove black and white background space. But my background images can be anything. So, If I have these images,
Programmatically adding Javascript File to User Control in .net
How do you add Javascript file programmatically to the user control?