| Thread | Last Post | Replies |
|
| download - edit - upload documents in a user friendly way | 15 Jun 2007 14:18 GMT | 2 |
I'm the developer of an enterprise level web application that among other things handles documents. The documents are stored in a database. There is now simple functionality to check out and download the document. This is done my a normal response to the browser,
|
| How not to respond to font change? | 15 Jun 2007 13:41 GMT | 4 |
Hi Experts: I'm using asp.net 2.0. Is there a way for my pages not to respond to the IE's Page-Text Size? Thanks in advance!
|
| Adding columns dynamically to data grid | 15 Jun 2007 12:48 GMT | 2 |
Hello ng, I have a datagrid that is bound to a datasource. That works good so far. Now I want to add another column to my grid dynamically. That also works good until the first postback. The column is still there but for some reason its
|
| .NET 2.0 Instatiating Crystal Reports | 15 Jun 2007 12:43 GMT | 2 |
I created a report file (.rpt) in VS.NET 2005. In VS 2003 i was able to instantiate it with Dim rpt as New rptDetails I have been unable to this under 2005 as the name of the report does
|
| Web Services vs .NET Remoting over HTTP with SOAP | 15 Jun 2007 12:35 GMT | 2 |
What are the differences between using web services and using .NET remoting with http transport and soap encoding ? When dealing with .net to .net communications, particular when the same company is responsible for both sides of the app (client and
|
| Hyperlink column in a GridView | 15 Jun 2007 12:07 GMT | 4 |
I have a GridView that is displaying master records. Some of these records have child records. I would like to a column to my master GridView such that for each master record that has detail records, it displays a hyperlink that then takes the
|
| Uninstalling the .net 2 framework | 15 Jun 2007 11:41 GMT | 1 |
Can any recommend the best way of uninstalling and reinstalling the .net framework. Is simply doing add/remove programs enough or are there command line switches involved. I seem to remember a commandline utility but I can't find it on Google. Regards, Chris.
|
| Favicon is not showing in IE7 | 15 Jun 2007 11:38 GMT | 7 |
I am using asp.net 2.0 and C# to develop my website. I would like to put a favicon to my website, so I put the following code in the <head> section right after <title> tag in a master page: <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon"/>
|
| image to address bar of IE | 15 Jun 2007 11:37 GMT | 7 |
hello every one, how to add image to address bar. i written code within in head tag <link rel=alternate href=images/animated_favicon1.gif>
|
| Detect Close Browser | 15 Jun 2007 11:13 GMT | 11 |
Hi misters, I have an aplication web asp.net 2.0 and I am Trying to detect the close event in browser, which is the best performance for do this ? What's up with Alt+F4, Refresh, user clicks X, etc ? Thanks.
|
| Trying to grab multiple selections from a Checkboxlist | 15 Jun 2007 11:09 GMT | 1 |
I need some help trying to grab the data selected from a checkboxlist. The checklist is acting like a menu. The first selection is accepted but not the multiple ones. For example is the user selects "Checked Baggage" the selection is stored the correct procedure is processed, but ...
|
| What am I doing wrong? | 15 Jun 2007 10:53 GMT | 8 |
I'm at my wits-end here. I'm a beginner with ASP/C# (using .NET 2003) and I'm trying to post variables from a classic ASP form to a ASP.NET form. The Classic ASP form was scripted with VBScript whereas the ASP.NET page is scripted with C#.
|
| Saving "£" symbol on ASP.NET for m | 15 Jun 2007 10:20 GMT | 7 |
This seems a strange one to me! I have an ASP.NET C# application, very basic, but I need to save the currency symbol being used to the SQL Server 2005 backend database. I have successfully done this in WinForms, but when I use ASP.NET,
|
| What Event Occurs When Someone Leaves Your Web Site? | 15 Jun 2007 08:24 GMT | 4 |
I need to ensure that session variables are removed whenever someone leaves my web site. My understanding is that this should be happening automatically with the session mode set to InProc. But it's not. Every machine I'm testing this on does the same thing, but then again, ...
|
| Multi-page PDF reports | 15 Jun 2007 08:23 GMT | 2 |
Here's my predicament - I've got a client who I've written an extensive ASP.NET app for who needs the ability to print multi-page dynamic contracts in a format which will print properly (most likely PDF). The contracts are old ASP 3.0 pages now but they don't always
|