| Thread | Last Post | Replies |
|
| Finding controls using FindControl | 06 Dec 2007 20:49 GMT | 1 |
I have a page that has a master page. I'm writing generic code to find multiple controls on the page (I have a number of controls called tbName1, tbName2, tbName3, ..., tbName20) and rather than doing all the same code for all 20 fields, I thought I'd write something that loops ...
|
| turning off session | 06 Dec 2007 20:10 GMT | 4 |
In our web.config file's sessionState element, we set mode="Off" but we still see ASPSESSIONIDXXXXX shows up in the request cookies. Do you know why? thanks!
|
| TextBox and Property | 06 Dec 2007 19:41 GMT | 1 |
I am working on Library which will include various controls. One of these controls has a TextBox. I am using a property named Value to define the TextBox text: ' Value
|
| adding text to a bound field in a gridview | 06 Dec 2007 19:34 GMT | 1 |
How do I add static text to a bound field in a gridview? For instance, I want the following label in a gridview to be displayed as "Smith: Exempt" "Jones: Exempt"
|
| TableLess? | 06 Dec 2007 19:33 GMT | 3 |
Hi everybody, I heard about TableLess layout, css, etc... What is it? Any advantages using it? Is it client feature? nothing to do with asp.net? Should it be used with asp.net? What do you think about?
|
| file upload "THe Given path's format is not supported" | 06 Dec 2007 18:23 GMT | 2 |
(I posted this previously in the wrong NG.) I get this error when trying to run a file upload function on my client's server. It works fine on my local server.
|
| too many scrollbars | 06 Dec 2007 16:51 GMT | 1 |
I am building a page using a masterpage and a content page. When the content exceeds the height of the page, I get a single vertical scrollbar on the right, and that's fine. However, when the content is too wide for the page as well as too
|
| How to run 32bit asp.net application on windows 2003 server in 64b | 06 Dec 2007 16:10 GMT | 1 |
I am working on a website in asp.net 2.0 with 2.0 framework and would like to deploy this to a windows 2003 64bit server and want it to run under 64bit framework., Is this really possible? can anyone let me know what must be done to achieve this? I am currently getting this error ...
|
| How do I get the return value of a scalar and display it? | 06 Dec 2007 15:48 GMT | 2 |
Hi, I have a simple page: One ObjectDataSource One TableAdapter One Gridview
|
| using membership providers for a web application | 06 Dec 2007 15:24 GMT | 3 |
I am trying to figure out how to use asp.net membership providers for my vs2005 web project. unfortunately the only walkthrough in MSDN uses the "Web Site Administration Tool" to configure the providers, and that tool only seems to be available for web sites, not web projects.
|
| Index value in EventArgs | 06 Dec 2007 12:33 GMT | 3 |
ASP.NET 2.0 When the selection in a DropDownList is changed, an SelectIndexChanged(object sender, EventArgs e) is triggered. I'm wondering if it is possible to get the new selected index item from the
|
| starting with asp.net...htlp me please!! | 06 Dec 2007 12:25 GMT | 2 |
to today I have worked with. asp him IIS foresees inside XP Pro. I would like to begin to know better asp.net but I don't know just as to start. I think to be necessary a webserver... or something that supports the asp.net motor.
|
| Is any way to palce a control(button/label) at a location on webPage in runtime?? | 06 Dec 2007 10:43 GMT | 3 |
Is any way to palce a control(button/label) at a location on webPage in runtime?? In page_load envet I am adding a button on the page in the contol collection of a panel but not able to specify the location of the
|
| Enterprise Library - Class Library Greif. | 06 Dec 2007 09:33 GMT | 7 |
I have created a custom membership provider for an ASP.NET web app which depends of the Enterprise Library (Data, Exception) handling blocks. This code currently runs from the App_Code folder fine. I now want to separate this code into its own class library.
|
| help with first time with asp.net website | 06 Dec 2007 08:12 GMT | 5 |
I am learning asp.net and want to move my asp.net files to the web hosting site with my ftp client. I've been following a book on how to code the site and tested only with debug and my local host. Questions
|