| Thread | Last Post | Replies |
|
| Enterprise Library Error | 27 Apr 2006 18:44 GMT | 3 |
Visual Studios 2005 - Asp.Net 2.0 - C# I've started a website on a remote server (Windows 2003/Asp.Net 2.0) and a solution to develop the website on my local development machine (WinXP - Pro). I added a reference to EntLib 2 (Data, Common and ObjectBuilder) for
|
| Adding Front Page Extensions | 27 Apr 2006 18:41 GMT | 2 |
I am running IIS6 on my server. I need to add front page extensions 2002 to enable my site to support a hit counter. Can I get a little advice on how to do this. Thanks,
|
| error: Only Content controls are allowed directly in a content page that contains Content controls. | 27 Apr 2006 18:32 GMT | 2 |
putting a custom control in an aspx page that inherits from a master page is not working out for me. Any tips after getting that error? Also Element 'Search' is not a known element. This can occur if there is a compilation error in the Web site.
|
| How to move radio buttons into table cells?Help! | 27 Apr 2006 18:23 GMT | 7 |
I have asked this question before. But it does not work for me. Given radion buttons in the web form design page. What I did is described as follows. A panel control is dragged into the design form, and a table control is dragged into the panel from tooolbox. Add cells for the ...
|
| Authentication Error ! plz help | 27 Apr 2006 18:19 GMT | 2 |
There's a problem in my application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. ...
|
| Javascript And Webservices | 27 Apr 2006 18:07 GMT | 3 |
Hello asp World, Does someone know how to call a webservice in javascript ? I just want an idea or a big way ... Thanks for all,
|
| ASP.Net 2.0 Multithreading Problem | 27 Apr 2006 18:03 GMT | 2 |
I need some help, I've run into an issue with threading my ASP.Net APP once it is launched into production. Here's the issue:
|
| [Framework 1.1] HTTP and HTTPS form in one aspx | 27 Apr 2006 17:35 GMT | 2 |
I have an aspx page which must contains two forms... I know that it's impossible but my client wants a login form in all pages... The login must be secured and all the website can't be in https!
|
| Login Control | 27 Apr 2006 17:06 GMT | 2 |
I want to know how to change the default databse "ASPNETDB.MDF" that the login control connects to (by default) ? i want to let it to connect to a different DB !! I also need a link to a refrence or tutorial about this control !!
|
| Nested data | 27 Apr 2006 16:49 GMT | 1 |
What is the best way to acheive a nested list of data. What i want is a list of parent/child data. specifically a list of invoices with their invoice lines underneath. There doesn't seem to be any suitable control for doing this easily even though this must be a very comon ...
|
| NAnt for .net 2.0 | 27 Apr 2006 16:47 GMT | 1 |
Can somebody help me please. I am a learner using NAnt build files for my ASP.NET web applications. It works fine for .cs files, but when i try to use .aspx files, it gives me an error. The problem is "Partial" modifier on the declaration of class. If I remove this, NAnt works, but
|
| .NET 2.0 datalayer/business layer | 27 Apr 2006 16:43 GMT | 1 |
I'm looking to create a project that just has our business layers and datalayers in it so more then one project can use it. My question is I want to use TypeDatasets, is the creationd of typedDataSets the same as it was in 03 and were can I find some information on datasets in ...
|
| How to add a new row to GridView control | 27 Apr 2006 16:25 GMT | 1 |
I am using two GridView controls which are populated programatically. A find button populates a GridView1 if a search was successful. For each item selected in GridView1, I retrieve a collection and populate GridView2 on the same page.
|
| Control postioning | 27 Apr 2006 15:44 GMT | 1 |
I been having a little problem on both a work and home projects. For work, I have created a user control with a few textboxs and 2 dropdownlists, here is the code: <table style="border-top-style: solid; border-right-style: solid;
|
| MultiLine Grid View | 27 Apr 2006 15:38 GMT | 4 |
I am still finding my way around Visual Web Developer, but I have hit a problem. I would like to either use a multiline gridview or a less detailed, but multi record detail view, using the standard controls
|