Questions




Answers
1
How to show success message in JSON format after saving data using Web-service in C#?

I am trying to save data into database using web service[asmx], after saves successfully data into table I want to show successful message in JSON format 

Here is my code:

...
Read More
Answers
2
how to align checkbox with Label using HTML CSS (Should work in all browser)?

How can I simply align my checkbox with Label text using HTML CSS, so that it works in all browsers consistently?

I am facing this issue in some browsers, if it works in chrome, it doesn't work in IE or if it works properly in Firefox it doesn't align properly in chrome.

So want to align Checkbox with Label text properly which can work in all browsers equally? Reference code

...
Read More
Answers
2
how to format text as a dollar currency using javascript or jquery?

I would like to format the input string in my textbox to dollar currency formatted text, so if I enter 100.00000 in it, output should be

...
Read More
Answers
3
Error : This configuration section cannot be used at this path. This happens when the section is locked at a parent level......?

When I uploaded the new website on Amazon EC2 server using IIS, I got HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid here are the more error details were

This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

Config Source:
   33:     <urlCompression doDynamicCompression="true" doStaticCompression="true" dynamicCompressionBeforeCache="true" />
   34:     <modules>
   35:       <remove name="FormsAuthentication" />

Here is the image of the error

...

Read More
Answers
3
Convert string of "dd/MM/yyyy" format into Datetime using C#?

I am using the code below to convert my string which is in the format "dd/MM/yyyy" into datetime

...
Read More
Answers
2
SyntaxError: Invalid shorthand property initializer

I am getting the error "SyntaxError: Invalid shorthand property initializer" in my Chrome console, after writing this code of javascript/jquery

...
Read More
Answers
5
how to show confirm box when clicking link (a href tag)?

I want to confirm user before deleting a row from the table so here the anchor tag html code, which i am using

...
Read More
Answers
3
How to change password in asp.net mvc

i want to change the current password using asp.net mvc using entity framework.

...
Read More
Answers
1

Page 42 of 54