| Thread | Last Post | Replies |
|
| Unable to cast object of type x to x with the WebConfigurationMana | 23 May 2008 04:29 GMT | 1 |
Using VS2008 in a C# web service application, a class has been created that inherits from the ConfigurationSelection. This class file has been placed in the App_Code folder. The web.config has been updated with the necessary section.
|
| WSE 3.0 Diagnostics not logging? | 23 May 2008 00:02 GMT | 1 |
I have setup two blank WSE 3.0 web service projects. One is called service and one is called Client. The Client makes a call to the default helloworld web method in the service and that is all. I have turned on diagnostics to try and see the soap messages passed to and
|
| Download complete event | 22 May 2008 21:43 GMT | 1 |
I have a site (www.motiont.com) where people can come and download a zip file. Is it possible for me to know when the file was fully downloaded (and not cancelled in the middle)? It is .net 2.0 site
|
| IHttpModule won't compile | 22 May 2008 21:19 GMT | 1 |
I found a C# example on the web that used an httpmodule. I've translated it to VB.NET and the website compiles fine, but when I build the website the iHttpModule doesn't compile, I can't figure out why. I do have the following entry in my web.config file:
|
| Page not found when running ASP.Net web application | 22 May 2008 21:03 GMT | 5 |
I've just installed Visual Web developer 2008 and tried to run my first ASP.net web site. When I run it on my Vista Business PC I got an error "Page can not be displayed". What should I check to get an ASP.Net application running. I'm familiar with classic ASP programming not with
|
| how to keep same position in form after postback? | 22 May 2008 20:14 GMT | 3 |
I made a form consisting of a lot of server-controls (dropdownlist, radiobuttonlist ...). Some controls have their property 'autoPostBack' = true because some things must happen when selectedvalue is changed. My problem: suppose that the property 'autoPostBack' of 20th control is
|
| I faced with my understanding ab out “ParseChildrenAttribute” cla ss | 22 May 2008 20:01 GMT | 1 |
I faced with my understanding about “ParseChildrenAttribute” class using. My example is following: two classes are created: Employee and CollectionEmployee. To CollectionEmployee class I applied ParseChildren attribyte as “[ParseChildren(typeof(Employee))]”, but I don’t know how ...
|
| ASP.NET 2.0 Gridview Column Ordering | 22 May 2008 20:01 GMT | 5 |
In ASP.NET 2.0 I have a class called Cols (shown below) which keeps a record of the different columns in my gridview. I need this because sometimes I need to show/hide columns and need to know their position. One problem with this is that whenever we add a column to the ...
|
| IIS 6 .net version conflict? | 22 May 2008 20:01 GMT | 3 |
My network services guy is telling me that only one version of .net can run on a website under IIS 6 0n windows server 2003. For example, if a web site is running a 1.1 app it can't also run a 2.x app. I can believe that for individual web applications but not for entire iis ...
|
| TCP/IP | 22 May 2008 19:54 GMT | 3 |
I am trying to write soem code that will send data to an Oneil printer over our network. I know the printer works and is setup correctly because I can print to it from there software. In my program i am
|
| Force ASP.NET 2.0 page refresh when the database is updated | 22 May 2008 18:21 GMT | 5 |
I have an ASP.NET page that displays some data from an SQL Server 2005 database, using a Select query. The database is updated by another piece of software, independently of the ASP.NET page. The ASP.NET page only displays data and it has nothing to do with inserting or updating ...
|
| Help with SerialPort | 22 May 2008 18:20 GMT | 2 |
I have the following method that initializes the port. I am having problems assigning values to the Serial port properties. Can someone help ? Here is the snippet with my comments: private void btnOpenPort_Click(object sender, EventArgs e)
|
| Must we use FindControl? | 22 May 2008 17:19 GMT | 1 |
Is FindControl() really the *only* way to later get a reference to controls that are dynamically added to a page? I am currently using ParseControl to insert a bunch of controls into a WebForm (which is itself dynamically inserted into the page).
|
| Do you prefer Master Page or User Controls? | 22 May 2008 16:30 GMT | 11 |
I know that sometimes referring to controls deep in a page using a Master Page can be funky. For a website using a standard header/footer/nav, do you prefer using User Controls for the common items, or do you prefer Master Pages?
|
| Playing audio file in asp.net??? | 22 May 2008 14:59 GMT | 1 |
Hi,All... I found in one of the articles on the net that an audio file can be played in asp.net by setting the Hyperlink's Navigate Url as the audio file name. ie, Hyperlink1.NavigateUrl="~\\songs\\mysong.wav";
|