| Thread | Last Post | Replies |
|
| Mock objects for nunit tests? | 17 Mar 2006 22:29 GMT | 4 |
Hi; Are there mock objects anywhere that I can use to write nunit tests for my code behind methods?
|
| copy datarow to string array | 17 Mar 2006 22:25 GMT | 1 |
Is there a builtin method with Dataset that can convert a datarow to a string array, or will I have to loop over the data rows to populate the string array ? Imran.
|
| Programmatically Modify Site-Map Nodes in Memory | 17 Mar 2006 21:51 GMT | 1 |
First look at: http://msdn2.microsoft.com/en-us/library/ms178425(VS.80).aspx I've tried this, and while the code sort of works, the modified SiteMapNodes get stuck in memory and can't be modified on other requests without having to kill the aspnet_wp manually.
|
| ASP.net add a NT user - possible? | 17 Mar 2006 21:41 GMT | 3 |
I would like to add a user to the windows NT group within a webpage in ASP.net. But I can't seem to find info to guide me in the right direction. I currently have a SQL Database storing the user name and password for the web forms authentication. I have a webpage that I can ...
|
| Redirects | 17 Mar 2006 21:37 GMT | 4 |
I have a web app that works fine on the development machine and on several servers running Win2k IIS 5 and Windows2003 IIS 6. But I am having an issue on one particular erver running Win2k IIS 5, but has an Apache server sending redirects to this server.
|
| .NET 2.0 beginner: asp:Image click - at server | 17 Mar 2006 21:32 GMT | 1 |
Could you help me please with a problem concerning handling at server asp:Images? I have <asp:Image ID="DotNETImage"
|
| onclick button event throws compiler error | 17 Mar 2006 21:08 GMT | 3 |
Hi all....looking for a bit of help here....I'm using an asp.net server side button, and trying to add an onclick event on the button to call a javascript function. However, I am trying to enter the onclick syntax directly in the html instead of via the attributes.add functionality
|
| Can you identify the cell clicked in an ASP.NET datagrid? | 17 Mar 2006 20:46 GMT | 2 |
I've tried this approach but it's not quite what I want: Private Sub DataGrid1_ItemDataBound(ByVal sender As Object, _ ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) _ Handles dg.ItemDataBound
|
| How to update datagrid after update | 17 Mar 2006 20:24 GMT | 1 |
I've got a simple web(asp.net) form that adds a record to the database. That works fine, but I also would like to have the datagrid refreshed with the new record. What is the best way to handle this. I have a sqlDatasource as the datasource for the grid. Thanks for any info.
|
| UPLOAD HELP | 17 Mar 2006 20:09 GMT | 2 |
Hello all. I may or may not be in the right place, but I definetely need help. I have built several sites using vbscript to access a simple MySQL database. My users are able to enter simple information (names, address, types, etc.), but I desperately need them to be able to upload
|
| displaying current session value requires 2nd postback | 17 Mar 2006 19:47 GMT | 4 |
I captured an arraylist into a session value but to display the current values, the page requires a postback or else it displays the prior version of the value. how do I force a post back automatically so I can always get the current value stored in the session object ?
|
| reading in an excel file->.net web application | 17 Mar 2006 19:40 GMT | 2 |
Hi just wondering if anyone has tried to read in an excel file into a web application? I have a web app that I want to be able to update records in an mssql database and use an excel file for data input.
|
| Database Location in a Multitier Soulution | 17 Mar 2006 19:38 GMT | 4 |
I am just canvassing some opinions so feel free to add yours. I mainly work with VB.Net on dynamic websites driven by Access and have more recently been trying to introduce Business and Data layers. Most of my projects are fairly small so the justification for the extra work is
|
| DAAB FxCop | 17 Mar 2006 19:35 GMT | 1 |
Should we fix the bug that FxCop shows about the Data Application Block and others?
|
| Adding asp.net page to existing project | 17 Mar 2006 19:28 GMT | 2 |
I'm new to asp.net so I'm sorry for such easy questions. I was asked to create a simple Purchase order form and have pretty much completed to asp.net page, but now the manager want to place it in an existing site. He was planning on using Macromedia for the site. Is there ...
|