| Thread | Last Post | Replies |
|
| REPOST: Error Using WMI to Get List of Shared Folders on the Server | 24 Apr 2006 23:43 GMT | 1 |
Sorry for the repost. I must have done something wrong when I tried to post my reply (I can't seem to find it). Anyway, I'd really appreciate any help that anyone could provide. My issue is quickly becoming more and more urgent.
|
| Automatic refresh of a user control | 24 Apr 2006 22:45 GMT | 1 |
Is there a way to automatically refresh a user control? I have a page where I automatically refresh the page with <meta http-equiv="refresh" content="600"> The page loads a user control based on a variety of factors on what the user is doing. I need to load the page without the ...
|
| How to maintain TreeView state | 24 Apr 2006 22:34 GMT | 1 |
Can someone provide general information on how to maintain state for a treeview control. Specifically, I need the application to maintain node expansion across postbacks. Thanks,
|
| Sending Sms | 24 Apr 2006 22:23 GMT | 3 |
Sir, How we send sms from our application wether it is desktop or web application.
|
| Web Form and PDF | 24 Apr 2006 22:15 GMT | 10 |
I'd like to display a web form at the top of an ASP.NET page and a PDF from a SQL Server database directly below the web form. Currently, I'm getting a PDF stored in the database and using BinaryWrite to display just the PDF.
|
| ASP.NET and database question | 24 Apr 2006 22:08 GMT | 4 |
I've been using asp.net's Repeater and SqlDataSource tools to display data from a database. One of the fields contains a number which represents the number of images i need to display.
|
| asp.net and ActiveX control | 24 Apr 2006 22:06 GMT | 3 |
I'm a long-time VB/VB.net developer but this is my first web development experience. I've been tasked with hosting/rendering one of my company's ActiveX controls on an ASP.net 2.0 web page. I'm also supposed to make calls to the controls methods to log the user in. How do I ...
|
| Error Using WMI to Get List of Shared Folders on the Server | 24 Apr 2006 22:01 GMT | 3 |
Here's some details: Server and workstation both in the same workgroup Logged into server as local Administrator Logged into workstation as a local user that is only in the Users group
|
| literal & chanracter in anchor tag name | 24 Apr 2006 22:00 GMT | 1 |
Currently I have a user control which contain a <a href> link tag. I have a requirement to change the name property of the anchor tag to something like this: <a href="somepage.aspx" id"thislink" name="&lid=somename">Link</a>
|
| Need some ideas to selectively fetch data via object data source or cache... | 24 Apr 2006 21:54 GMT | 1 |
I have a 3 tier ASP.Net app for a handheld which needs to fetch orders from database via a DAL and populate it in a gridview using objectdatasource. In the search page I have a few parameters and when the search button is clicked I am sending those parameters via query
|
| Body onblur="window.close()" | 24 Apr 2006 20:04 GMT | 5 |
In ASP.NET 2005 I have an onblur="window.close()" javascript event in the <body> tag. When I click on the window's scrollbar, the window closes. The same code works fine in ASP.NET 2003. Any ideas?
|
| GridView RowCreated Handler Issues | 24 Apr 2006 19:47 GMT | 1 |
I'm having a problem with a Gridview bound to an objectdatasource. I've created a handler for onRowCreated with something as simple as: msgbox(e.row.cells(1).text) When the page loads, I see all of the data rows from my datasource, but
|
| How to display a GridView control with no header? | 24 Apr 2006 19:43 GMT | 1 |
Is there a way to make a GridView header row invisible? Thanks, Keith
|
| IFrame Question | 24 Apr 2006 19:22 GMT | 3 |
I'm building an application that will be incorporated into existing websites. I'd like to use the IFrame tag to accomplish this, but now I'm having second thoughts based on all of the negative comments I've seen regarding IFrames.
|
| Layout depending on simple results of a calculation | 24 Apr 2006 18:56 GMT | 1 |
Classic ASP / VBScript question, I don't have access to any classic ASP group, apologies. This may seem a bizarre question, however I would like to be able to assign numerical values to 5 different tables dynamically, for example:
|