| Thread | Last Post | Replies |
|
| Can you load a usercontrol into another usercontrol? | 23 Jun 2008 00:00 GMT | 3 |
I have an aspx page that loads a usercontrol. Can that usercontrol load another usercontrol into part of it? Thanks, Marv
|
| can not create web-project | 22 Jun 2008 20:45 GMT | 2 |
I installed Visual Studio 2008 last week, created a web project and could run it. I had to deinstall it for some problems I had, installed it again, try to create a new web-project but now VS2008 comes up with the message
|
| Detailsview not updating | 22 Jun 2008 19:07 GMT | 2 |
I have a DetailsView that is bound to a sql server. Problem is when I press the auto generated Edit button make some change and press the Update link I get the below error; Updating is not supported by data source 'mysqlserver' unless UpdateCommand
|
| Local ASPX pages won't diaplay - IE and Firefox ask to open or save file | 21 Jun 2008 19:49 GMT | 5 |
I have a set of ASPX pages that work fine on my home computer (Vista), and on a server at work (XP). I just got a new laptop at work (XP) and these same files don't work on it. I installed IIS and dot.net on my new computer, but every time I try to access the ASPX pages locally ...
|
| Displaying a panel when the page loads | 21 Jun 2008 18:54 GMT | 1 |
I am writing my first two programs in ASP.NET, using Visual Basic. The first is a questionaire form, the second sends the data collected from the form out in an email. The questionaire in the first program has two panels, a yesPanel and a
|
| Membership Services and Client Logins? | 21 Jun 2008 16:04 GMT | 4 |
Hello -- I need to write an ASP.NET 2.0 application for our clients to use to login and verify file transmissions. Each client will need their own logon, in addition to a way to assign each user a unique customerid. All users
|
| Save entired page content to an image. | 21 Jun 2008 10:19 GMT | 2 |
Hello C# Gurus, I have a asp.net web page called it http://localhost/default.aspx. Now what I want is using C# I should save the entire page content even below the scrolling region into a PNG or some image.
|
| Force aspx page to load from server--not cache | 21 Jun 2008 05:48 GMT | 1 |
I have an aspx page, A.aspx, that uses some xml. The source of the xml is another aspx page, B.aspx. B.aspx is populated with xml by code that depends on several Session variables. This all works fine the first time you load A.aspx. however, on subsequent
|
| WCF Web service, 2 or more web application projects and some databases | 20 Jun 2008 23:46 GMT | 2 |
Can you have a WCF web service manage users in the membership providers? For example, if you were to use a standard login control on a page, it goes directly to the provider to sign in the user. Can I have a web service do this instead? If so, how do you do it?
|
| asp to asp.net | 20 Jun 2008 21:56 GMT | 6 |
Is there a utility around to help migrate a site from asp to asp.net? Thanks Regards
|
| Generated Word document does not download in IE 6 | 20 Jun 2008 19:18 GMT | 2 |
I have an asp.net pop up that is generating a Word document real time and sending it to the user by sending the appropriate response headers. When it is run on our development environment it works fine in both IE6 and IE7. We recently moved this to our UAT environment
|
| Hide contents in source code | 20 Jun 2008 18:49 GMT | 2 |
Hi friends, I have a web page(.aspx) in my project. In the code behind, I have a method. How can I hide(invisible) only that method and rest of the code is visible(all other button events, bla bla).
|
| XMLHttpRequest - how to get XML attributes | 20 Jun 2008 18:48 GMT | 3 |
my ASP.NET page uses javascript to retrieve XML data from another ASPX page. i do this like so (snippets for example): var ajaxResults; var xmlhttp = new XMLHttpRequest();
|
| <a> or Hyperlink? | 20 Jun 2008 18:48 GMT | 4 |
I'd like to know what's the difference between <a runat="server" href="tmp.aspx"> and <Hyperlink NavigateUrl="tmp.aspx"> in VisualStudio2005. What's the better chice? Thanks
|
| VS2005 - http://localhost/my webapp - controlling file location | 20 Jun 2008 16:16 GMT | 2 |
I'm trying to set up a web app on a new deveopment box using instructions provided by someone whom we no longer have access to. Under the http://localhost/mywebapp project properties, the Full Path property on the original box references c:\inetpub\wwwroot\MyWebApp and any
|