| Thread | Last Post | Replies |
|
| Static V/s Non Static Methods | 28 Jun 2007 20:25 GMT | 5 |
Can any one tell me what's the difference between static v/s non static functions / classes based on performance and memory requirements. As much as i came to know that its better to make your classes and
|
| Move controls up as visibility = true | 28 Jun 2007 20:22 GMT | 1 |
I have a problem that I've been trying to figure out. I have several controls on the page and depending on the selection on the drop down list, the visibility is set to control to true (set to default visibility to false) of some controls. What I want though is to make
|
| Server Error in '/' Application. | 28 Jun 2007 20:08 GMT | 7 |
My colleague and I are trying to setup a working project on our machines. The environment is as follows Windows XP Pro .NET framework 2.0
|
| IE 7.0 Issue with ASP.NET 2.0 application | 28 Jun 2007 20:02 GMT | 2 |
I have a modaldialog that postbacks, this worked fine in IE6. With IE7 when the postback occurs it opens a new page. The page contains content regions (.net 1.1), all the user controls and base page on this page have the <base target=_self. Is there another place that
|
| Excuse me!! | 28 Jun 2007 19:56 GMT | 2 |
Excuse me!! Would you stop for a moment?! Haven't you thought-one day- about yourself ? Who has made it?
|
| ASP.NET/C# 2.0 - Getting the page's theme in a class | 28 Jun 2007 19:51 GMT | 3 |
Ok, I am a nOOb C#/NET coder, so this is probably easy.. heh heh (only been pecking is these languages for a week now, just converted from vbscript and classic asp) But anyways, I have a class library - and wish to be able to determine the
|
| aspnet_wp.exe did not work after installed Framework 2.0 | 28 Jun 2007 19:37 GMT | 6 |
After .NET framework 2.0 installed, aspnet_wp.exe did not work when attached it in VS2003 to debug in run time. Before, attatching it as Common Language Runtime debug, and set breakpoints in C# code, it worked properly. But after, the process did not stop at any C#
|
| debug web service problem | 28 Jun 2007 19:36 GMT | 3 |
it is problem with debuging web service in the same solution. in vs2005 I create C# application then add to this solution site. In site I create web service, then in application add web reference and select "web service in this solution" - it added as "localhost".
|
| compiling asp.net code as in vb6 | 28 Jun 2007 19:35 GMT | 4 |
i am a beginner in asp.net , but have experience in vb6 my q is can asp.net source code be compiled and make an exe as done in vb6. so that users cannot manipulate the source.
|
| Error rendering control | 28 Jun 2007 19:18 GMT | 2 |
I have created a custom composite control, which is a date picker. It works fine but in the design view I get am "Error creating control" 'caltext' could not be set on property 'btnCssClass' (caltext is the string I am assigning for the cssclass of a button on the control). I ...
|
| How to Download data from server to client | 28 Jun 2007 19:04 GMT | 2 |
using asp.net what is the best technology to download text data from server to client machine.
|
| Tightest integration of C++ and C# | 28 Jun 2007 18:12 GMT | 3 |
Die-hard C++ enthusiast hear (only been recently converted - actually dragged kicking and screaming to ASP.net). I have loads of C++ libraries - what is the technology/methodolgy that provides the tightest integration of C++ and the .Net languages (C#
|
| Differences/best way to navigate thru pages | 28 Jun 2007 17:26 GMT | 2 |
Hello, How are the following ways to navigate the site different? Why are there so many to do the same thing? Which one is best to follow?
|
| XSD validation in VB .NET | 28 Jun 2007 17:20 GMT | 1 |
I'm doing validation of a xml file with a xsd schema and it works fine. I get validation errors in the form: «Message:{0} The 'NAM' attribute has an invalid value according to its
|
| How to make time-costing web service Asynchronous? | 28 Jun 2007 17:16 GMT | 1 |
I have one webservice that involves time-costing computation. For each request, it consumes about 2 seconds computation. Since ASP.NET has 25 threads per CPU to handle requests, this delay turns to be bottleneck if webservice is synchronous. Say, the webserivce is called ABC, then
|