| Thread | Last Post | Replies |
|
| is there a way to refer to public properties in other user controls | 23 Apr 2008 20:00 GMT | 11 |
I set up a web page with 2 user controls. In classic asp, the first one did all the declarations, and the second one used the values, and could reset it. In ASP.Net so far I can't see how to relate them so this will work.
|
| ASP.Net Code Not Firing | 23 Apr 2008 19:10 GMT | 4 |
I just enabled IIS on my computer but apparently my configuration isn't quite right. I have the following code below in a "test.aspx" file, but when I bring it up in my browser, I get a blank page. I've already granted the "ASPNET" user Admin rights on this computer and
|
| Webservice - Intercept all requests | 23 Apr 2008 18:41 GMT | 2 |
I've got a webservice which a couple of methods, some of which all take identical parameters like "Key" and "LanguageID". Is there a way to globally check those parameters instead of writing this code into each and every WebMethod?
|
| ASP .NET 2.0 and Javascript / JS - Select Options disappear | 23 Apr 2008 18:37 GMT | 4 |
I have an ASP .NET page with codebehind in a vb file. The page has a dropdown control, and a JS function which used HTTP XML Request to get the data from the database, and populate the dropdown. Actually, the JS creates the OPTION elements using th retrieved db data, and
|
| The expression contains undefined function call isdate() | 23 Apr 2008 18:29 GMT | 1 |
Hi I am trying to get all rows from a datatable where the first column F1 is a date, as this datatable is created of excel, i only want to deal with rows where the first column is having a date in it. For Each drow As DataRow In dt.Select("isdate(F1)")
|
| unable to cast type System.Web.UI.Control to System.Web.UI.WebControls.Label and object set to null reference | 23 Apr 2008 17:56 GMT | 2 |
I have the following listView control on a page: <asp:ListView ID="ListView1" runat="server" ItemPlaceholderID="PlaceHolder1"> <ItemTemplate>
|
| HowTo? LINQ Query Table Name (Range Variable) Not Known Until Runtime | 23 Apr 2008 17:33 GMT | 2 |
I am querying a DataSet with LINQ. I am running into a problem when trying to construct my query because in the "from" clause I do not know the table name (range variable) until runtime. Possible table names might include "SomeTable1" or "SomeTable236" etc...
|
| assemblies in sub directory? | 23 Apr 2008 17:19 GMT | 1 |
I am in the process of trying to append a mini app to an existing site in .NET 1.1. The mini app will be added in a sub directory. The existing app uses a custom assembly build a couple of years ago. My mini app, however, requires the updated version of that assembly.
|
| Problem with datetime | 23 Apr 2008 17:10 GMT | 3 |
I am using .NET 2 I have to work with short dates, e.g. 23 April 2008 will come to me as 23/04/08 I am splitting this value into int to put into a DateTime type...
|
| AJAX update panel inserting line breaks | 23 Apr 2008 17:00 GMT | 1 |
I've implemented an AJAX update panel on one of my ASP.NET web pages. I generate and add controls to it dynamically. What I would like to do is tell it to start a new line before adding the next batch of controls.. Is that possible..? Currently it is just appending to the
|
| Problem with UTF8 files | 23 Apr 2008 16:51 GMT | 4 |
I'm trying to read an UTF8 encoded file and write it with Encoding.Default. The problem is that the accented characters in the output file are not good when I open the file using an editor. I have question marks e.g Bezenc?on.
|
| Newest sports shoes, glof, Accept paypal or westen u nion,AAA quality,Low price. | 23 Apr 2008 16:45 GMT | - |
Dear fridend Pacific Ocean Trade Co.,LTD greets and desires of success and wishes you happy times. We greated in 2003 year ,and now we become the one of best
|
| Regular Expression Validator | 23 Apr 2008 16:24 GMT | 2 |
I have an asp application (C#) including a bunch of RegularExpressionValidators and RequiredFieldValidators. Everything is fine when run locally or in Intranet. When it is Internet, RequiredFieldValidators are ok but
|
| Login page for windows integrated | 23 Apr 2008 16:15 GMT | 1 |
I have an asp.net 2.0 website running with Windows integrated security and want users to be able to login using a formular on the website instead of the standard windows login prompt. All users allready exist in the Active Directory.
|
| C++ and ASP.NET | 23 Apr 2008 15:45 GMT | 1 |
I was wondering why is it that C#, VB and Java are supported in ASP.NET but not C++? Is it Microsoft's attempt to shove a portable language out of the frame and make everyone use MS C#?
|