c#-4.0
assign value to a textbox obtained from a javascript function on page load
Quick background: I am new to programming and have been using VisualStudio, ASP.NET, and C# for a couple months. I have no experience with JavaScript. I am trying to convert times from UTC to the time[详细]
2023-04-10 23:59 分类:问答how to clone browser instance in watin
I need to clone the browser instance, In watin IE is shared resource which makes very difficult to store the previous browser instance[详细]
2023-04-10 23:11 分类:问答Using an enum to choose the default value of an Html.DropDownListFor() populated from a database
I can\'t seem to set the Selected item in an Html.DropDownListFor when the following conditions exist:[详细]
2023-04-10 23:02 分类:问答WCF service leaks handles and memory when a client times out
I\'ve got a net.tcp WCF service running in a self-hosted environment.I\'ve setup a forced scenario where the server will run a method of the service for long enough that the client time\'s out. I.e:[详细]
2023-04-10 23:01 分类:问答How do I write a scalable socket server using C# 4.0?
I want to write a simple socket server, however I\'d like it to be vertically scalable, for example, not creating a thread per connection or very long running tasks, which may consume all threads.[详细]
2023-04-10 23:01 分类:问答trying to send Wireshark capture packets
i h开发者_StackOverflow中文版ave a Wireshark captures and i wand to wite a tool how sent all the packets to spesific IP address and got an error with my Socket[详细]
2023-04-10 21:54 分类:问答Wait till winform loads before performing next action?
Winform application contains one form with a reportViewer control.When the form is initialized the report is generated but when I try to programmatically run a PrintDialog on the reportviewer I get a[详细]
2023-04-10 20:32 分类:问答mvc routing - Passing data to a display controller from the Route
I have a route like the following: /Company/1234/Contact/3456 The general pattern for my routes is that strings are actions/areas and numerics are the records ids.[详细]
2023-04-10 20:08 分类:问答MVC3 Routing - Routes that builds on each other
I have an AREA setup in my project. I need to make the routes for the area progressive, meaning that the route will build on each other.[详细]
2023-04-10 19:02 分类:问答WPF programmatically setting fields as required
I am fairly new to WPF but have spent time researching WPF validation, and have not yet seen a good approach to conditional validation.[详细]
2023-04-10 18:46 分类:问答