| Thread | Last Post | Replies |
|
| Question about displaying hidden controls | 30 May 2007 15:48 GMT | 2 |
I've given up trying to use the AJAX ModalPopupExtender and have opted, instead, for using a hidden dropdownlist on my form. How do I get the dropdownlist and it's corresponding label to display when a user enters a value in a textbox? I thought about doing so whenever ...
|
| Visual Studio 2005 not showing control properties when in source view | 30 May 2007 15:16 GMT | 6 |
When I am viewing a *.aspx file in Source view Visual Studio 2005 is not displaying the page's controls/elements properties in the properties window. If I switch to Design view, the properties are displayed with no problem. Why is Visual Studio 2005 not displaying the controls' ...
|
| application pool identity question | 30 May 2007 15:05 GMT | 3 |
When I set my app pool Identity tab to a particular username and password, I'm prompted for an username and password when I try to access the web site, but when I have Identity set to 'predefined network service' I'm able to access my web site without any issues.
|
| AJAX Problem | 30 May 2007 15:01 GMT | 1 |
I am trying to use cascadingdropdown AJAX control but it gives me following error. have the following web method public FoodService() {
|
| Microsoft Ajax framework 1.0 issue | 30 May 2007 14:50 GMT | 1 |
Hi, i am new to Microsoft Ajax framework. I have created a site using Ajax framework bit after uploading it when i run it it gives me the error: Sys.WebForms.PageRequestManagerParserErrorException: The message
|
| ASP.NET, a CMS, and application recycling | 30 May 2007 14:29 GMT | 2 |
I've got a problem and I'm amazed to find nothing about on the web at all from what I can find in group posts or troubleshooting articles etc. ASP.NET has the numRecompilesBeforeAppRestart setting.
|
| Property. Control or View State? | 30 May 2007 14:08 GMT | 1 |
I am creating a control which I will compile in a class. I am having problems when I use a property in the View State: ' Items <Bindable(True), Category("Data"), DefaultValue(""),
|
| Storing URLs for later lookup | 30 May 2007 12:28 GMT | 3 |
Anyone hashing or storing URLs for later lookup? I was curious for the best practices on storing such a wide column that needs indexing and if there were alternatives. We have a table an are anticipating millions of rows and want to look up the content through the URL, due to ...
|
| CONVERT an ASPX page to a PDF file with asp.net c# | 30 May 2007 11:31 GMT | 2 |
Hi. I have a dynamic ASPX page written in C# that I want to turn into a PDF file and store it for records. Please help, because I am not sure where to start. Thank you.
|
| HELP: [RETURN] key is not submitting form (ASP.NET 2.0) | 30 May 2007 11:21 GMT | 18 |
trying to submit an ASPX form using the [RETURN] key (using IE6) the page is not submitted in my web project. Trying to debug the pages' JavaScript code I noticed that there's some ASP.NET client script code being executed having a flaw: function anonymous() { if ...
|
| Accessing master page properties from server.transfer page? | 30 May 2007 11:17 GMT | 4 |
I'm using ASP.NET 2.0 with VS.NET 2005. I'm trying to access properties from my master pages within a page that inherits from that master page (a child page). However the values are always null. In my masterpage I have this:
|
| Global Var | 30 May 2007 10:43 GMT | 2 |
Hi Gang, I need to persist error info between the Application_Error block in Global.asax and the custom error page. I am trying to use the built-in Application class. I am writing this code in the Application_Error block:
|
| Issue with double redirect | 30 May 2007 10:29 GMT | 5 |
We have a page in VB.NET redirecting to an external site. Example: http://mysite.com/redirect.aspx?url=http//externalsite.com/their-page.asp The target page on the external site (http//externalsite.com/their- page.asp in this example) also redirects to another page (let's say
|
| Access to sql2005 | 30 May 2007 09:41 GMT | 2 |
I have a website in VS2005 C#. Access to server is no problem in debug mode. Access in run mode gives an errror. What exactly do I need to do to enable this?
|
| Dynamically Created Gridview - Paging events are not fired | 30 May 2007 09:22 GMT | 2 |
In my code, I need to implement x numbers of Gridviews dynamically based on user selection. Because I am unaware of the number of gridviews, this is done after the user enters input. I need to implement paging on these gridviews. I set paging to true
|