| Thread | Last Post | Replies |
|
| problem in defining a generics | 01 Apr 2008 15:45 GMT | 3 |
I am developing a class which needs to do some mathematical processing. I like to develop it in a way that it accept double or float or int based on the user requirement so I defined it as a generic as follow: public class MyClass<T>
|
| calling WCF service methods from JavaScript in another domain? | 01 Apr 2008 14:38 GMT | 6 |
Can someone please give me an example on how to call a wcf method that resides on a different domain from JavaScript (not from C#/asp.net)? All the examples that I have seen show how to call from the same domain.
|
| Change Namespace of typed DataSet? | 01 Apr 2008 14:18 GMT | 8 |
Hallo NG, how can I change the NameSpace of a DataSet generated by the VS2008 DataSet-Designer. I tried to modify the NameSpace in the <ds>.Designer.cs, but when ever I
|
| How to change font size in WebBrowser 2.0 ? | 01 Apr 2008 13:05 GMT | 1 |
Hi Experts: In IE Explorer, users can change the text size by choosing one of the pre-defined magnifying factors at the lower-right corner's "Change Zoom Level".
|
| if i put slash("/")at the end of url page couldn't load .css & ima | 01 Apr 2008 12:53 GMT | 1 |
if i put slash("/") i mean just a / at the end of url then .aspx page couldn't load the css and images. i have a portal in .net if any body puts / at the end of url that page couldn't load the css and images.
|
| Setting the HttpRuntime.cache maximum size --- please help | 01 Apr 2008 12:11 GMT | 1 |
I'm calling the following from inside a DLL framework: HttpRuntime.Cache.EffectivePrivateBytesLimit; I get a massive number returned. I want to be able to set it to a lower value.
|
| Silverlight | 01 Apr 2008 12:08 GMT | 1 |
Can anyone suggest which is the best group to discuss silverlight 2?
|
| Dot Net Professional Require in Gurgaon | 01 Apr 2008 11:41 GMT | 2 |
We are looking for Dot Net Professional in Gurgaon , its in urgent requirement , if you are having experience of 1 -2 years in ASP.net , kindly forward your resumes to solutionsdxb@gmail.com , can forward the same to your friends or colleagues.
|
| Regex to retain only the HTML body | 01 Apr 2008 10:43 GMT | 1 |
If you run this: string result = "<html><head></head><body>The body</body></html>"; result = retainBody.Replace(result, "$1"); With the following Regex:
|
| Argh... XmlSerialization with inherited types | 01 Apr 2008 08:07 GMT | 3 |
I'm getting an error deserializing some XML and it really doesn't make sense to me. Here are my classes that I'm serializing/deserializing: <code>
|
| Accessing a shared class from another assembly | 01 Apr 2008 07:47 GMT | 2 |
I have two seperate assemblies, my Main project which contains a static class called MainProject.FormManager and a second assembly called CustomControls. Is there anyway to reference the MainProject assembly FormManager static
|
| How to run script in command prompt using .net code | 01 Apr 2008 04:56 GMT | 3 |
I have a c# 3.0 solution where I need to periodically run a script at the command prompt for certain tasks. I would like to be able to do this from executing some .net code rather than manually coping the path to the script file into the command prompt and then running it. How ...
|
| How can I determine if a point is a given distance from a second point? | 01 Apr 2008 03:19 GMT | 8 |
I am writing a drawing program but I want to keep the scale down (there could end up being several hundred objects on the screen). I want to limit the points collected to a certain distance from other points already collected, in other words, if you're drawing a line it
|
| command line program doesn't run! | 01 Apr 2008 01:38 GMT | 5 |
Please tell me what am I doing wrong in the following; I have a WPF program that I build it in IDE and ran it, it runs fine. I wanted to make it an exe through command line compiler(why, I need to do some additional work) to I did a build in IDE and took the
|