| Thread | Last Post | Replies |
|
| How to disable Master Page controls on Login Page? | 05 Jul 2007 16:00 GMT | 6 |
I have created a Login Page with Master.Master Page. The master page contains Menus, and I want to disable those menus on Login Page, how can I ? Best Regards,
|
| selectedvalue postback problem | 05 Jul 2007 15:57 GMT | 8 |
I've a problem with selectedvalue from a dropdownlist. I've migrated a web page from asp.net 1.1 to 2.0. Everything worked fine in asp.net 1.1. When postback occurs, no values left in the dropdownlist : selectedvalue = nothing, itemcollection is empty.
|
| Using hyperlink to call page: Alternatives? | 05 Jul 2007 15:29 GMT | 2 |
Bit of a noob question... I'm finally starting to move across .ASP.NET from ASP 3.0, and I'm trying to make the most of .NET rather than simply do what I did before, albeit with different syntax. I'm converting a simple ASP application to .NET as a learning vehicle.
|
| Design Workflow Frustration | 05 Jul 2007 15:27 GMT | 1 |
I find that I spend too much time getting a graphical design of a web site into a working implementation in Visual Studio 2005. I am continually frustrated at the lack of ease there seems to be in going from a drawing of a web site design, to the asp/html implementation in
|
| dotnetnuke or similar experience | 05 Jul 2007 15:19 GMT | 18 |
Greetings: on shared server hosting we have a password protected section of our web site using simple htaccess setting. We'd like to expand significantly the number of users in the section to make more use of this section. I'm looking for a better solution even if it
|
| GridView header column text getting html encoded | 05 Jul 2007 14:40 GMT | 4 |
I have a headerText for a header column that is "Page<br>Name". it puts a <br> to force a line break, but the < and > get encoded to < and > thus negating its effect as an html control and doesn't respect the line break
|
| Enforcing UI Standards | 05 Jul 2007 13:34 GMT | 2 |
We are working on a .net 2.0 web app using master pages and themse. We want to ensure that all webcontrols use the proper Skin from our them, and that visual elements are not overridden at the page level. I don't want to force developers to use a specific skinid, just ...
|
| Threading Issues | 05 Jul 2007 11:54 GMT | 2 |
I have a question about using threads within my web application. I have a very long process, and currentlly run it within a new thread. Before I create the thread and .Start() I set the value of Image control to visible = True, this image control simply contains an animated .gif
|
| Dynamic SQL cause paging issues in GridView? | 05 Jul 2007 10:01 GMT | 1 |
I'm very new to the ADO.NET and WebForms arena, so the problem that I'm having is probably trivial. Using VS2005, I'm just creating a small test project that has a text box allowing you to enter a SQL statement, a button to execute the
|
| UpdatePanelTriggers TextBox.onKeyUp | 05 Jul 2007 09:53 GMT | 2 |
Can someone suggest how I would add a new trigger such that when the JS event onkeyup in a textbox the updatePanel refreshes? If not could someone sugest how I could onkepup in a Textbox, refresh the contents of a gridview/repeater control?
|
| Working with repeaters without Viewstate | 05 Jul 2007 08:49 GMT | 2 |
I am working on an Asp.net 2.0 web application that uses master pages, according to our application architecture we should not use Viewstate. Is there a work around to raise the events fired from the child controls of repeater when viewstate is disabled?
|
| How to debug IIS 500 Internal Server Error? | 05 Jul 2007 04:57 GMT | 2 |
I have a webservice which is throwing a 500 Internal Server Error. It seems to be related to the signature of function (or one of the properties within the function). The web service compiles fine (VS.NET 2005) but when I try to access it, it
|
| $get | 05 Jul 2007 03:03 GMT | 1 |
I've just started checking out pagemethods and I've been seeing a lot of $get() stuff in the javascript. I haven't seen that use of the $ sign before. Can anyone tell me what its purpose is?
|
| HTTP verb POST used not allowed | 04 Jul 2007 23:33 GMT | 8 |
i try to submit a form in an aspx file through javascript to an classic asp page like this: <form id="ins" method="post"> <input id="conn" name="conn" type="hidden" />
|
| Server.HtmlEncode fails with "Server is undefined" | 04 Jul 2007 23:12 GMT | 7 |
In my application I need to allow users to cut 'n' paste stuff from various sources, some of which might include dodgy characters such as "<". Natch, IE interprets these as potentially dangerous and provides a mechanism to encode/decode them. However I can't seem to get it to
|