Read Our Blogs

In this article I have given some combination of Regular Expressions along with ASP.Net RegularExpression Validators, so that it will help users implement different sorts of Password Policy in their websites

Its because of :

None of your inputs have a name attribute. No name = not in the FormCollection.



One way to accomplish this is to append a query string on the image URL that changes when the image changes. A drop dead simple one is using:

"image.jpg?" + new Date().getTime()

That would give me a URL like this:

"image.jpg?1321626971855"

Now you could this more intelligently in your JavaScript by only changing the timestamp (or adding the timestamp) when the image is changed.

Web .Config

<system.webServer>
<httpCompression>
<scheme name=”gzip” dll=”%Windir%\system32\inetsrv\gzip.dll”/>
<dynamicTypes>
<add mimeType=”text/*” enabled=”true”/>
<add mimeType=”message/*” enabled=”true”/>
<add mimeType=”application/javascript” enabled=”true”/>

Solution:

You can use use ~/img/myImage.png instead of ../img/myImage.png to avoid this error in ASP.NET pages.

Use 

ClientScript.RegisterStartupScript(this.GetType(), “alert”, “alert(‘Test Alert’)”, true);

A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder1 ....

Default Constructors

A default constructor is a constructor that either has no parameters, or if it has parameters, all the parameters have default values.

If no user-defined constructor exists for a class A and one is needed, the compiler implicitly declares a constructor A::A(). This constructor is an inline public member of its class. The compiler will implicitly define A::A() when the compiler uses this constructor to create an object of type A.....

Once I was assigned a task to create a map for the stockist list in a trade site.

The basic aim behind creation of this project is to have a location for all stockist for the particular brand, and provide end user with integrative google map services so that they visualize real-time.

    Blogs visitors

  • 1,045 visitors
portfolio