| Thread | Last Post | Replies |
|
| Double Hop Network Issue | 20 Nov 2007 02:47 GMT | 2 |
Still working on trying to solve this issue. I have an ASP.NET aspx page that needs to copy a file to a fileshare on another server. As a simple test I have been trying to do the following: string fullPath = @"\\someserver\someshare\log.txt";
|
| ASP.NET ReportViewer popup-type navigation url | 20 Nov 2007 01:31 GMT | 5 |
Can a new browser window be made to popup when a ReportViewer, table, textbox is clicked ? The textbox, properties, navigation, jump to url property doesnt seem to like
|
| generate reports in PDF | 19 Nov 2007 23:45 GMT | 7 |
Any pointers on how to generate reports in PDF using ASP.Net 2.0
 Signature Kumar.A.P.P Software Engineer, Infosys Technologies Limited.
|
| Reading XML Documents | 19 Nov 2007 23:35 GMT | 5 |
Howdy, I have an XML document, see below. I'm trying to read from it and pull attributes and elements as needed. The only thing i've been able to get to work is using the Read method of the XmlReader class. I see there are other
|
| High level design question | 19 Nov 2007 23:34 GMT | 5 |
What is the best way to safely access a companies ERP data (SQL server) from a website that is hosted outside the firewall ?
|
| Final Stretch for TreeView Woes - Need Heroic Suggestions | 19 Nov 2007 22:08 GMT | 1 |
I am almost done my treeview find-or-create logic but keep getting parent nodes as parents of other parent nodes... er, if you follow me. For example: /parent
|
| Counting files in directory | 19 Nov 2007 22:05 GMT | 2 |
I have an ASP.Net web site that does some file system folder access. One of the things I am doing is counting the # of files in a passed directory to determine if I show or hide something on the page. My problem is that I want to ignore hidden files in the count but I can't ...
|
| Infragistics vs. DevExpress | 19 Nov 2007 21:53 GMT | 5 |
I'm hoping to get a response from someone who has actively used both products (Web Based). I have been a very long time user of DevExpress components both WinForm and ASP.Net and, overall, they're OK. With the change in DevExp licensing scheme, I'm no longer entitled to upgrade ...
|
| master page across multiple web applications is broke? | 19 Nov 2007 20:51 GMT | 1 |
I am trying to use a master page in more than 1 web application. I am looking through a post on how to do it and it says "In the MasterPageFile attribute, refer to the master page in the root project using a relative path from the current document. " Ok so I did
|
| this doesn't work with Netscape | 19 Nov 2007 20:45 GMT | 4 |
this works with IE 7 (you can see the red label with 60px length), but not with Netscape 8 (nothing appears): <form id="form1" runat="server"> <asp:Label ID="Label2" runat="server" BackColor="Red"
|
| It is an error to use a section... | 19 Nov 2007 19:43 GMT | 2 |
I have a web site I developed on development workstation using ASP.NET 2.0. Published it to my Win 2003 Server. This Server has been a lot of trouble - just recently de-installed and re-installed iis and asp.net 2.0. Still getting w3wp.exe memory errors.
|
| how to display the content in dataset programmatically, but look like a gridview? | 19 Nov 2007 19:02 GMT | 1 |
I am learning ASP.NET. Try to create a grid view programmatically. More precisely, I used to work with record sets in traditional ASP. With a recordset, I could display it in any tabular view I want. How do I do the same in ASP.NET?
|
| resource sharing between web applications? | 19 Nov 2007 18:57 GMT | 1 |
I need to share resources between web applications in the same solution. The resources are things like themes, master pages, config file sections like connection strings, databases (especially the one used by asp.net configuration tool). Is there any way to do this? and if so, is ...
|
| aspnet_wp.exe could not be started | 19 Nov 2007 16:54 GMT | 2 |
This whole thing has already been discussed in this thread: http://msdn.microsoft.com/newsgroups/default.aspx?query=aspnet_wp.exe+could+not+ be+started&dg=microsoft.public.dotnet.framework ...
|
| Changing icon in GridView, and back | 19 Nov 2007 16:28 GMT | 1 |
I have a gridview with a templatefield and an imagebutton <asp:TemplateField> <ItemTemplate> <asp:ImageButton ID="Riepilogo" runat="server"
|