Click here to Skip to main content
15,887,214 members

Comments by Kaushikhalvadiya (Top 19 by date)

Kaushikhalvadiya 18-Apr-17 2:49am View    
Agree datetimepicker.Value will not give future date if code is written like this.

But user can select future date
Kaushikhalvadiya 11-Apr-17 14:55pm View    
You have to create and pass url as below.

System.Net.WebUtility.UrlEncode(FinalIPAddress); //This will convert your url like http%3A%2F%2F125.236.25.23%3A8124%2Fapi%2FItems%2F

and in web api, write a code to decode it as below.

System.Net.WebUtility.UrlDecode(FinalIPAddress); //This will convert your url like http://125.236.25.23:8124/api/Items/

Hope, it will solve your problem.:-)
Kaushikhalvadiya 20-Aug-15 13:37pm View    
Its already installed
Kaushikhalvadiya 8-Aug-13 6:13am View    
In form2, create object of form1.

Then, by using Object.function_name syntax, you can call that method in form2..
Kaushikhalvadiya 26-Apr-13 13:07pm View    
you also need to set idle process timeout.

In IIS->Select Application Pool->Property/Default Application Setting->Set idle timeout minute under process model.