asp.net
Using an input=”submit” field to submit instead of button=”” with parsley.js
I currently have an ASP.net page which has one form tag around the entire page. Within that page, I have two forms that are validated with parsley.js when their respective submit button is clicked.
At the moment, the trigger to validate these forms are buttons and I need for them to be input=”submit”. Does anyone have an idea on how to execute this?
ManagedFusion Url Rewriting not working
As per my other question UrlRewriter.NET with .NET 4.0 not working I was unable to get UrlRewriter.NET to work.
How do I format my export to excel workbook in microsoft.office.interop.excel?
I have this export function that allows me to export 2 grid views into 2 separated worksheets in one excel.
error in mysql connection “The given key was not present in the dictionary”
I have problem while connecting to mysql database using “ADO.NET Driver for MySQL (Connector/NET)”
fastest way to compare 2 objects excluding a few properties?
I have a site where users upload data into it and I only want to update data where properties have been changed. So I am comparing 2 objects of the same type for changes and I need to exclude a few properties such as ModifiedOn which is a date.
Is it possible to post on facebook wall an edited google map?
My ASP.Net MVC5 application allows users to create their own trip database using google maps api. Now I would like to allow them to post on their facebook walls those trips. Do you have any ideas on how I can achieve this? I don’t need a final answer, I would be more than satisfied with some insight about it.
How to add blank row in grid view?
I am new to the ASP.NET i am binding one list of data object to the grid view. I want to display blank row after each record in grid view so i have done this by as below in code behind
Starting a service in ASP.NET/C# with the right permissions
on my website (written in ASP.NET/C#) I want the moderaters to be able to start a certain service. The code I have for this is:
asp.net web API HTTP PUT method
I have some resource- UserProfile