Skip to main content

All Questions

Tagged with
0 votes
1 answer
49 views

Client side rendering

In a server side (.net app) application, only the relevant page is loaded to the client. but in Client-Server (ReactJS + WebService) applications all pages are loaded on the client side. Do not ...
Cer's user avatar
  • 258
0 votes
1 answer
238 views

Add 2 numbers and show result on label with comma's

I am writing some code for some functionality My first text box <asp:TextBox ID="txtLeasePaymentFixed" type="text" runat="server" class="number" CssClass="form-control" Style="text-align: right" ...
janak gera's user avatar
0 votes
3 answers
1k views

How to disable c# ODataController client side query

According to this tutorial: http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api/using-select-expand-and-value "Web API 2 adds support for the $expand, $select, and $value options in ...
user3670419's user avatar
5 votes
4 answers
21k views

difference between client API and server API [closed]

As mentioned in the topic, can someone explain the relationship between the client API and the server API? For example, we have a web with its server written in java and use Axis2. I get access to ...
diCoder's user avatar
  • 181
1 vote
1 answer
434 views

WCF endpoint discovery from a client; Is it possible?

I think my question is a simple one. Is it possible for a web client to discover what methods are available from a particular WCF service (by way of http://the.web.server/SomeWCFService.svc)? This ...
Manny's user avatar
  • 977
0 votes
4 answers
2k views

Calling code behind method from Client

Apparently it is a very simple problem. I have a button on an ASPX page: <input id="ok" type="button" name="ok" value="OK"> When this button is clicked, I want to call a method in code behind ...
Farhan's user avatar
  • 2,565
0 votes
0 answers
568 views

WCF: IEnumerable implementation on client side with shared servicecontract

I have an application that uses WCF for communication with a shared service contract between the client and the service. For this kind of serviceContract: [ServiceContract] public interface ...
Charles HETIER's user avatar
0 votes
1 answer
3k views

How the javascript event function can prevent server side event function (button click)

If I have, say, an .aspx page that has a button called "btnProcess": asp:imagebutton id="btnProcess" onmouseover="src='siteart/addpayment2.gif'" tabIndex="13" onmouseout="src='siteart/addpayment1.gif'...
em_'s user avatar
  • 2,219
-1 votes
2 answers
399 views

Toggle Checkbox and radio button select using javascript?

I have 2 radiobutton open and close and one checkbox Done . If done is checked item should be closed ,if done is unchecked item should be open .similarly if item is closed done should be checked ,if ...
Rahul Chowdhury's user avatar
1 vote
0 answers
105 views

Web deploy .NET client-side assemblies in Firefox?

I have a very large client application written over the course of several years in .NET (actually a collection of assemblies) that we're trying to make web-deployable. This was a moderate task in ...
Nick Gotch's user avatar
  • 9,377
0 votes
0 answers
87 views

Get client confirmation during loop

I am developing an application for my client which will place orders on the web automatically using server side HttpWebRequest/Response. The client wants to review the final step (checkout) of each ...
Mehboob Afridi's user avatar
4 votes
1 answer
1k views

client side localization

I would like to do client side localization (i.e embedding the javascript and resource files). Everything was working fine until we had both the js file and the resource file in the same project("...
user1776847's user avatar
1 vote
2 answers
4k views

Retrieve Client machine infomation in asp.net

I have developed a web form using asp.net to retrieve machine information (RAM,HDD space, Processor...etc) But when I host the web form, it only retrieves the values of Server machine. How can I get ...
user1643557's user avatar
3 votes
2 answers
2k views

IObservable REST Client

I want to write a library that would communicate with a web server and expose data from it to the rest of the world. The web server is nothing special, it exposes several REST methods, mostly GET and ...
Tomáš Bezouška's user avatar
0 votes
2 answers
702 views

creating perspective objects with jquery

How is it possible to create for example an object with perspective. For example: http://www.spaceslide.co.uk/design-your-own.php?stage=5 In step 5 you can see the sliding wardrobe. If you want, you ...
Ozkan's user avatar
  • 4,048

15 30 50 per page