ASP.NET Web Pages – Using WebImage to resize and save a photo
I’m using ASP.NET Web Pages to create a form in which I can select an image. I want to then resize the image into various different sizes so that I can display them on my website.
I’m using ASP.NET Web Pages to create a form in which I can select an image. I want to then resize the image into various different sizes so that I can display them on my website.
Hi I am calling a simple page method from javascript , here is my code at markup
I tried to solve this for hours now and I can not find anything. Basicly I have a simple controller which roughly looks like this:
I’m going to create profile for my users in ASP.Net MVC application. Users creation controller is something like this:
I have a WebAPI 2.0 project in ASP.Net in which I implemented a custom DefaultContractResolver so that I can control how my entities are serialized to JSON using JSON.Net; however I am unsure about how can I tell the framework to use my custom implementation. I’d also like to know if its possible to change the ContractResolver for a specific controller / action.
I’m trying get values from a GridView using the following code:
I am trying to create a application that will consume RSS data using .NET Framework. The RSS site requires User name and Password to start with.
and Am running this application from within my work place which requires NTLM authentication to connect to internet.
I’m trying to get the text of a HyperLinkField in a GridView’s OnRowDelete event (the HyperLinkField’s text is the primary key of the row I wish to delete). I understand that you can’t get the text using the code I’ve placed below; it only works for BoundFields (for HyperLinkFields, the string is “”). But, I’ve been unable to find a working answer for getting this text. How do I get the displayed text from a HyperLinkField? (VS2010 w/ ASP.NET 4.0 and C#)
I need to do some server side logic on a row in my repeater when a CheckBox is clicked inside the repeater control.
I know that I can assign C# variable to js like that: