| Thread | Last Post | Replies |
|
| How can I do this? | 24 Aug 2007 16:39 GMT | 6 |
I am new in ASP.NET. I read several books and know the concept but since I am a C++ programmer I am lost in programming methodology in ASP.NET. Here is my problem: I have a page which consists of two sections. A tree view on left and a
|
| Hiding a grid view? | 24 Aug 2007 16:30 GMT | 1 |
I have a simpler web form where I enable the user to perform a search against our Index Server. I am using ASP.Net 2.0 and AJAX. When the user clicks the button the search is performed a GridView is
|
| Open a PDF in a new window? | 24 Aug 2007 16:14 GMT | 3 |
I need to open a PDF file in a new window in ASP.NET 1.1. The problem is when I try to save the open PDF file the suggested name is name of my new window (ShowDocument -> ShowDocument.pdf), how can I set it up so it can be the filename of the file?
|
| Hiding a parent Iframe from asp.net | 24 Aug 2007 15:13 GMT | 2 |
I have an asp.net page which is within an asp iframe. Sometimes there's nothing to show in asp.net page, so I need to do something to hide the iframe in the asp page, so I don't show a blank iframe. Does anyone know how the javascript and
|
| Javascript calc in asp.net page wrong | 24 Aug 2007 13:30 GMT | 4 |
I have a Javascript function in my aspx page that gives me a different answer than my calculator. For example, using a price of 415,000.00 and a Size of 11,200 in my 2 controls I am trying to calculate the price per sq ft. My Javascript comes up with 37.73 and my calculator ...
|
| HttpHandler | 24 Aug 2007 13:10 GMT | 6 |
I have a problem of page redirection. Basically, the user has to connect to the local web server, but some pages need to be served by a remote server, because it contains some confidential data that cannot be moved locally (everything occurs in the company Intranet, however). ...
|
| Single page assembly model problem | 24 Aug 2007 12:14 GMT | 2 |
is anyone know why and how to overcome this problem discussed on this thread. http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1984652&SiteID=1
|
| determine time-zone of client machine | 24 Aug 2007 08:47 GMT | 2 |
How to determine the time-zone the client machine is set to ?
|
| Login control problem | 24 Aug 2007 06:34 GMT | 1 |
I have a secured folder that is has the following webconfig file ...... <authorization> <deny users="?" />
|
| error executing child request for... "permission" security | 24 Aug 2007 05:51 GMT | 2 |
I've suddenly started running into the error "error executing child request for Page.aspx" when doing a Server.Transfer("Page.aspx"); That's on a Win2003 Server machine.
|
| 'System.Data.DataRowView' does not contain a property with the name 'ID'. | 24 Aug 2007 05:50 GMT | 7 |
[ASP.Net 2005] Hi, I have a grid like so: <asp:GridView ID="grdItemActivity" runat="server" ><Columns> <asp:BoundField DataField="TransactionType" HeaderText="Type"
|
| fire a VBS from ASP.NET | 24 Aug 2007 04:50 GMT | 4 |
I have a VBS (old fashioned VBS that is) that installs a network printer via WMI on any PC. I can pass in the PC's name via a command line argument. The question is, how can I execute this VBS from a web page. Passing
|
| double click event on listbox | 24 Aug 2007 00:10 GMT | 4 |
Using .NET 1.1, C#, web app I (actually our client) would like to be able to double click a selection in a listbox and have it postback to server . There I would want to access the item that was double clicked.
|
| Debugging Page Methods | 23 Aug 2007 21:55 GMT | 2 |
I am having hard time trying to debug a Page Method in an ASPX page. I was able to set break point in client side JavaScript code but not in C# code in ASPX page. How do one can debug Page Methods?
|
| Virtual Directory not working | 23 Aug 2007 21:42 GMT | 4 |
I have a site www.stf.com and a site www.stfstage.com (where I do all my testing). The problem is that www.stfstage.com is only internal and I need to get access from the outside (without creating a new domain).
|