| Thread | Last Post | Replies |
|
| Output stream deleting last few bytes | 29 May 2007 20:35 GMT | 2 |
I made a Stream-inheriting class that just removes the tabs (actually the 4 spaces VS prefers to use) from the beginning of lines and empty lines. At first I was having trouble with it adding a null character in the middle of the output. I think it was a null character, Firefox
|
| Larger scale web apps | 29 May 2007 20:31 GMT | 2 |
Can anyone point me to some resources for larger scale web apps in asp.net? I'm looking for application architectures, best practices, etc... I've spent a lot of time googling this. Most of what I find is pretty generic. Microsoft's own patterns and practices is pretty patchwork, ...
|
| Server.Transfer chaging URL in address bar | 29 May 2007 20:13 GMT | 3 |
I have an ASP.Net 1.1 site that uses Server.Transfer() heavily. Specifically, I use a page called /misc/pagenotfound.aspx to implement logic that maps URLs of the format /vdir/california to a physical page, called with the format /vdir/state.aspx?id=CA. The first of these URLs ...
|
| ASP.NET connecting to Lotus Notes using NotesSQL Connector? | 29 May 2007 19:50 GMT | 1 |
Anyone tried this combination? Im not able to get Dominoes set up properly. I'm getting a lil pissed. There isn't much documentation on Notes. Any kind souls can give some advice?
|
| Select the MAX value | 29 May 2007 18:37 GMT | 1 |
In my table I have a column called ID that contain values such as A1,A2,AA1,AG3...AU and I would like to select the maximum value in the values that start with A followed by number in this case it should be "A2" but by using :
|
| Foreach item is Outlook inbox | 29 May 2007 16:33 GMT | 1 |
I am trying to use a foreach loop to get everything in an Outlook inbox, but in Outlook 11, there is no Item property. How do I get at each item using a foreach loop?
|
| Forcing browser to full screen | 29 May 2007 16:18 GMT | 2 |
Is there a way to force the users browser to full screen? Any help is greatly appreciated.
|
| Gridview (and Datagrid) exported to Excel | 29 May 2007 16:06 GMT | 3 |
I have an app that gives a user an option to pull an online report into Excel. I have the rows formatted in a couple different colors, with a grey header & footer.
|
| Convert word document to pdf | 29 May 2007 15:49 GMT | 11 |
I have been looking at trying to find a third party product to convert a word document to a pdf is ASP DotNet. We previously did this in non web environnment using acrobat distiller but I have been told that this can't be done via asp/iis - is that correct?
|
| Button Click Event Procedure being called when a Page is refreshed. | 29 May 2007 15:31 GMT | 1 |
Visual Studio 2005 ASP.NET 2.0 C#.NET 2.0 I have an application which has a Button click event procedure as given
|
| Avoiding a refresh in ASP.NET 2, how-to? | 29 May 2007 15:03 GMT | 6 |
I come from a ColdFusion background, and the majority of the time, here's how we processed a page: 1) The Data entry page would have a submit button which would post to an action page
|
| Specific data control | 29 May 2007 13:23 GMT | 3 |
I need a very specific data control. It has to show multiple rows. It has to show data from database, such as id, name, etc. It has to allow user to update few of them. And the most important: it has to add additional textboxes to edit them, the
|
| Log files... | 29 May 2007 10:43 GMT | 2 |
All I want is a txt file I can write to... and I have a hard time doing it. Only a text file, which I can write strings too (incl timing). My ASP books do not have anything on it and some examples here dont
|
| help in approach needed | 29 May 2007 10:41 GMT | 3 |
I'll explain the needs first of all. We need to send a link by email (to an existing customer) so while he press the link his data will show on a form which he can update.
|
| how to use aspnet_client for js | 29 May 2007 07:53 GMT | 5 |
I'm building a composite control for ASP.NET 1.1 that relies on external javascript (.js) files. I've noticed the Microsoft custom web controls make use of the C:\Inetpub\wwwroot\aspnet_client subfolder to store common javascript files and other include common files. I've
|