| Thread | Last Post | Replies |
|
| Newbie: can't get custom control to hold contents when posting | 06 Dec 2006 13:57 GMT | 2 |
Good afternoon all, I have created a custom control which is a simple address control. The control does not have a button in it; just the controls for the name and address fields.
|
| ContentPlaceHolder changes the name of my dynamic controls | 06 Dec 2006 13:50 GMT | 1 |
i've got a website using masterpages, on a certain page i'm using dynamic added controls with specific names like "q1, q2, ...", but when i look in the sourcecode of the website it makes it like : ctl00_ContentPlaceHolder1_q1 or even ctl00$ContentPlaceHolder1$q1
|
| ASP and MS Access | 06 Dec 2006 13:45 GMT | 1 |
I am testing an app on my own development machine. I am using IIS 5 with ASP and MS Access. I have the Access database in a directory called Private located one level down from the Web App. When I run the app from the browser everything works just fine. When I try to debug the ...
|
| Deploying a webservice | 06 Dec 2006 12:56 GMT | 1 |
I have installed dotnet2 runtime on Win2003 server. I then created a virtual folder beneath the main website in IIS admin "MyWebService". I then copied the files created by the "Publish website" menu option in
|
| ActiveX control in .Net | 06 Dec 2006 12:42 GMT | 1 |
If I develop an activex control in .Net (C#) for use in a web page how can I make sure that the .Net framework is installed on the end user PC and if not what is the best way to install it? Cheers
|
| looping through link rel tags in header | 06 Dec 2006 11:13 GMT | 3 |
I need to extend the contents of the src element of the <link rel> css tags in the <head> section of my masterpage. From code, how can I access the <link elements within the <head> ? Cheers
|
| Encryption Key | 06 Dec 2006 11:05 GMT | 2 |
I encrypting data in a db using AES. I need to store my encryption key and was think of using the web.config file. Is this the best option? Thanks
|
| Need Some good websites .... | 06 Dec 2006 10:53 GMT | 1 |
Please help me out! I want some good Urls, which are very helpful for coding in real time! Regards Sanjai.
|
| Data Grid Image and URL Link | 06 Dec 2006 10:20 GMT | 2 |
Is it possible to add HyperLink functionality to the Image control in the data grid control Thank you, Samuel
|
| Any way to set attributes for server controls by referencing properties/methods/variables? | 06 Dec 2006 09:14 GMT | 1 |
I'm trying to find a declarative way to set server control attributes using the attribute="<%= SomeValue %>" syntax. This works fine for basic HTML controls, but server controls will literally display the contained text, but won't execute the containing
|
| AJAX and dynamic images | 06 Dec 2006 08:26 GMT | 2 |
I am developing in ASP.NET 1.1 (and unfortunately I am obliged to use 1.1). I need to generate images, using GDI+ and retrieve them on the web page, using AJAX.
|
| aspnet_wp.exe Taking up All CPU | 06 Dec 2006 07:42 GMT | 4 |
We're running an ASP.NET application which appears to have an issue that we can't seem to troubleshoot. At time aspnet_wp will all of a sudden jump to using all the available CPU on the server and the application will become unavailable to our users. The only remedy is to ...
|
| Pages creating onclick="return TABLE1_onclick()" causing javascript errors | 06 Dec 2006 06:46 GMT | 2 |
For some reason the HTML that is being created by my ASP.Net pages (2.0) have a table like this: <table border="0" cellpadding="0" cellspacing="0" style="z-index: 103; left: 0px; width: 100%; position: absolute; top: 0px;" id="TABLE1"
|
| dynamic drop downs | 06 Dec 2006 06:34 GMT | 2 |
i have 2 drop downs that have months in them such as 1/1/2005 and 1/31/2005 I need to my starting month drop down to be a month behind the end of month so something like this:
|
| Property Default Value | 06 Dec 2006 06:04 GMT | 1 |
I am working on a class to be added to profile. One of the class properties is language. I want to set "pt-PT" as default value: Private _Language As String
|