| Thread | Last Post | Replies |
|
| .NET 2: assemblies not loading pb | 27 Feb 2006 07:37 GMT | 4 |
I have copied my web site to a test server(W2K3), this web site is using a reference to an assembly that wraps all the calls to 2 web services (MS CRM 3.0). This runs perfectly on my dev environement, but when I copy the web site
|
| repeater show the field data of 2 same table | 27 Feb 2006 07:06 GMT | 2 |
i find some problem on repeater when i want to join 2 same table to 1 table e.g. company(id, customerid1, customerid2) customer(id, name)
|
| explicit localization, sample testing approach not work | 27 Feb 2006 07:02 GMT | 1 |
Greeting, I'm working on the resources stuff, using the explicit localization. And to test it is as : http://www.asp.net/QuickStart/aspnet/doc/localization/culture.aspx#ielanguage
|
| Accessing Login Control's Button from Code-Behind | 27 Feb 2006 06:59 GMT | 1 |
I'd like to add the following attributes to the Login control's Login Button to create a CSS rollover effect. How can I access the control's login button from the page's code-behind? LoginButton.Attributes.Add("onmouseover", "this.className =
|
| aspnet_wp.exe could not be launched (running ASP.NET 2.0) | 27 Feb 2006 06:35 GMT | 1 |
I have upgraded my Windows 2000 Server to ASP.NET 2.0 and installed Visual Studio 2005. Now my Web Sites are giving a Server Application Unavailable error and the Event Viewer reports event id 1007 saying 'aspnet_wp.exe could not be
|
| Error: The process cannot access the file it si being used by anot | 27 Feb 2006 06:02 GMT | 1 |
I am just starting developing with .Net(Have used asp for years). I have created a very simple upload page which once uploaded opens the file(excel) and displays the data. If I Attempt to re-run using the same file I get the message 'Error: The process cannot access the file ...
|
| Conditional use of Eval in asp.net 2.0 with Gridview | 27 Feb 2006 05:45 GMT | 3 |
I have an SQLDataSource control, which is bound to an ASP.net 2.0 GridView control. It outputs a list of documents that a user can check in or check out of the database. In my gridview, I have a column called "checked out" which is bound to
|
| <compilation defaultLanguage="c#" debug="true"> | 27 Feb 2006 03:43 GMT | 1 |
I have recently published a web application using the "Publish Web Site" option of the solution explorer from Visual Studio 2005, I have published the website so that the pages could not be updated, do I need to set the web.config so that it contains <compilation ...
|
| GridView and SortExpression after Column Removed | 27 Feb 2006 02:47 GMT | 1 |
I'm getting an error in the following scenario. - A GridView control is bound to an SQLDataSource. - The user selects a column for sorting. - Some time later in code the column used for sorting is removed and the
|
| All request are sent to my application, even for .gif ??? | 27 Feb 2006 02:21 GMT | 5 |
I don't understand, since I migrated my web site to VS2005+ APS.NET 2 (C#), all the request reach my Application_BeginRequest method in Global.ascx.cs and generate unecessary computing.
|
| need to have 'validation group' | 27 Feb 2006 01:39 GMT | 5 |
On my page the user is ask to set of question. Say there I have 2 controls like that == pseudo-C#-code for my control == class MyControl : CompositeControl
|
| Web server | 27 Feb 2006 01:00 GMT | 1 |
Not really even sure where to start. What kind of software would I have to install on a machine to turn it into an ASP .NET 2.0 web server? Thanks,
|
| Getting a WebResource URL in an HTTP handler | 26 Feb 2006 23:40 GMT | 2 |
I want to generate somr RSS. In my RSS I need the URL of some resource. Usually in a WebControl I write: Page.ClientScript.GetWebResourceUrl();
|
| how to search/replace items in specific column of a datatable | 26 Feb 2006 21:40 GMT | 2 |
Before displaying the result of a table called "people" in a datagrid called "mydatagrid", I need to modify the content of a column called "moreinfo" in the in-memory datatable (but not the corresponding table of the database).
|
| FormView - FindControl | 26 Feb 2006 17:15 GMT | 6 |
I'm having trouble trying to use FindControl with a FormView, but can't seem to find what I'm doing wrong.... I have a TextBox in my ItemTemplate, and I want to assign a value to it, in code...
|