| Thread | Last Post | Replies |
|
| Binding XML document to a GridView | 26 Jun 2006 15:57 GMT | 1 |
Has anyone had any success binding a XML doc to a Gridview tha includes a Delete and Edit columns.???????????? Emphasis on the Delete and Edit columns as I found this very difficult It is easy to just load a dataset with the ReadXML and bind to the grid but
|
| DropDownList in GridView | 26 Jun 2006 14:34 GMT | 3 |
I am having some problems with dropdownlist in .NET 2.0. When I drag a drop down list on to the webform and if I try to set the SelectedValue property for the dropdown list, I am getting errors. The intellisense is not showing SelectedValue property for the dropdown list. I am ...
|
| Trace in asp page | 26 Jun 2006 14:14 GMT | 1 |
Hai All, How can I put a trace file in an asp page not asp.net? Help needed... Thanx in advance...
|
| Get Value Dropdownlist Page_PreInit | 26 Jun 2006 14:07 GMT | 9 |
Good morning, I create an ASP.NET 2.0 web application. The situation: 1. One masterpage where the users can select an organisation in a DropDownList.
|
| Creating files on Client side | 26 Jun 2006 14:01 GMT | 2 |
Since C# / VB.Net code executes on the server, all the path given during file creation point to physical path on server. Is there some mechanism where were can create text files on the client. I want these files to be different for each client.
|
| AOL Browser & ASP.NET 2 | 26 Jun 2006 13:22 GMT | 12 |
I've just received a support call, and the initial diagnostics tell me that the user is running AOL 9 on WinXP Home. The problem relates to a custom-built shopping cart - in fact, it's nothing more than a Hashtable stored in Session. The user clicks on an item in the merchandise ...
|
| .NET 2.0: DataLlist with nested LinkButton | 26 Jun 2006 13:10 GMT | 1 |
Please help me in simple problem. I defined DataList, FooterTemplate with nested asp:LinkButton, and command handler procedure: <asp:DataList ID="BooksList" runat="server" OnEditCommand="BooksList_Edit"
|
| 2.0: CompareValidator problem | 26 Jun 2006 13:08 GMT | 1 |
I am learning .NET 2.0 and I have a problem with asp:CompareValidator. On .aspx page I have: Birth date: <asp:TextBox ID="BirthDate" runat="server"
|
| Exception Handling | 26 Jun 2006 13:01 GMT | 4 |
Question regarding exception handling in a distributed application - I have a web service facade which expose methods to an asp.net client. I'm thinking of handling application exceptions in the application_error in the service global.asax.
|
| newbie: cannot move objects | 26 Jun 2006 12:32 GMT | 1 |
I've downloaded and installed Visual Web Developer Express (I downloaded it today from microsoft). My problem is that I cannot move the gui objects I put on the form, I can only resize them?... There must be setting in the IDE that allow me to move gui objects to their preferred ...
|
| Regex validation problem | 26 Jun 2006 11:43 GMT | 3 |
([1-2]{0,1}[1-9]{1})|([3]{1}[0-2]{1}) I am trying to validate for numbers between 1-32 which is the valid range using the above regex in a asp:regexpvalidator. However it accepts numbers 1-29 correctly but does not accept 30-32 (this is meant
|
| Automatic download start | 26 Jun 2006 10:46 GMT | 2 |
I have a piece of software that people can download and a third party promoting that software. In order for them to be able to count the number of downloads, I have to put a tracking code on my site. The tracking code must be sent to the client when the user clicks the download ...
|
| Input validation on detailsview | 26 Jun 2006 10:04 GMT | 4 |
I have a detailsview control in a webpart with some templated fields on. I set the ValidationGroup property to som value on these fields to distinguish from other web parts on the page. However, I'm not able to set the same ValidationGroup on the submit controls on the ...
|
| I always have a question no one can answer | 26 Jun 2006 08:47 GMT | 1 |
I have created a ASP.NET 2.0 websevrice on a server and I want to secure it with Windows authentication The web service is in a Vritual Directory. I have add a Windows user to the server.
|
| Dynamically Creating A CSS Class | 26 Jun 2006 08:29 GMT | 2 |
I have a control that creates a CSS class which I want to put on the page. Other people have told me that the best way to do this is using the RegisterClientScriptBlock method, even though it is not a script. I have done it using this method, but I am now writing my first control ...
|