| Thread | Last Post | Replies |
|
| Gridview - Pull value from one cell in one row | 05 Aug 2007 19:47 GMT | 4 |
Hi, I'm a newbie and I'm looking for some help. I'm programming in VB.Net. I have a simple gridview and when the user hits the Edit link, the gridview changes to edit mode. I replaced the Textboxes with labels and I turn off the Update command because I want to write my own ...
|
| Multiple Access Databases | 05 Aug 2007 19:06 GMT | 13 |
I've inherited a project which requires the use of multiple Access databases, each containing a dozen or so tables each. I need to perform queries which included relations and results from the contents of tables from separate databases.
|
| web hosting limits: ways in ASP.NET to allow connection to remote database systems? | 05 Aug 2007 16:59 GMT | 5 |
I recently signed up for shared web hosting with a commercial hosting service (GoDaddy.com) and was awed to discover that although a generous SQL Server database package is included, there is not an easy way to connect ASP.NET web applications to database servers running outside ...
|
| Authentication How to | 05 Aug 2007 16:00 GMT | 1 |
I want to not display or display parts of a page depending on authentication. I have a work around for this that I used in classic asp. I set permissions of a text file, then ask if user has permission on that text file, if the do I show data. But wondered if ASP.Net would let me ...
|
| Create a large grid with checkboxes? | 05 Aug 2007 13:36 GMT | 5 |
I am not sure, what is the best way to do this, and I hope somebody can offer some advice. :) I have 30 brands (from one table) out of one axis and 30 product categories (from another table) out another, and I have to register which brands have
|
| Precompiled DLLs not getting creating from setup | 05 Aug 2007 13:21 GMT | 3 |
I m using VS .NET 2003 to create a website. Using the setup package I create a setup as well. But this setup has files with actual code in it & not pre-compiled DLLs. Please let me know what needs to be done to ensure that DLLs are produced &
|
| Do Web services have a lease time? | 05 Aug 2007 02:32 GMT | 6 |
Is there a lease time on Web service requests? We have a Web service that stops responding after a couple days. After a certain point in time, all requests to it get "The operation has timed out." It just happens suddenly, every 48 hours or so, and
|
| Can overwrite via FTP an ASP file of precompiled application ? | 04 Aug 2007 20:33 GMT | 5 |
I have created and published a precompiled application. If I replace an ASP file, e.g. Default.ASP, with a new copy, by sending it via FTP, do I do something WRONG? Do I spoil the precompiled application or I can replace any file as I
|
| How to transfer Excel data to a List<> object? C# | 04 Aug 2007 17:57 GMT | 2 |
I have a bunch of data in an Excel spreadsheet that I need to get into my C# code somehow. How is this done? Thanks Steve
|
| youtube like video? | 04 Aug 2007 17:54 GMT | 12 |
how can i develop a youtube like website.. the thing i want to know is how to protect the video by converting ot to flash?
|
| styling asp.net 2.0 menu control | 04 Aug 2007 17:52 GMT | 1 |
I am trying to apply the hover style to the Menu Control. Here is the code snippet <SharePoint:AspMenu id="QuickLaunchMenu" DataSourceId="QuickLaunchSiteMap" runat="server"
|
| Problem when refreshing Parent Window | 04 Aug 2007 16:44 GMT | 1 |
I have a page which has some custom controls. The page works fine and doesn't break on any number of refreshes. There is button on the page, that starts a new child window. After doing any thing or nothing, when the user clicks the 'close' button I want to refresh
|
| How to customize web part title bar? | 04 Aug 2007 15:04 GMT | 7 |
I am using ASP 2.0 and trying to put a image in the web part title bar instead of using a text title. Is there any way to get this done? Thanks in advance. Zhenzhong
|
| NavigateURL question | 04 Aug 2007 14:00 GMT | 1 |
I need to explicitly use the path of my page and am trying to do the following: <asp:Hyperlink ID="test" Text="HyperLinkTest" NavigateUrl=<%# request.ServerVariables("PATH_INFO").Substring(0,request.ServerVariables("PATH_INFO").LastIndexOf("/")+1)
|
| imagebutton clicking issues | 04 Aug 2007 13:22 GMT | 1 |
I'm currently writing a webpage that lists photos dynamically. Depending on what was selected in the page previous, these photos will change. What I'd like to do it to have the user click on a photo and for that to pull up another page associated with that photo. I can't
|