| Thread | Last Post | Replies |
|
| Image with text inside | 31 Oct 2007 15:25 GMT | 4 |
Hi everydoby! I have an issue, I have an static image, and I need to write text inside it in runtime, but I don't know how! I can't use absolute position in atributtes style.
|
| How to dynamically insert rows into a Table control? | 31 Oct 2007 15:02 GMT | 6 |
I am new to the asp.net Table web control. I am using it to customize my presentation of data. I cannot implement the idea with DataGrid or GridView. Basically, I would like to have something like what is shown in the
|
| Help with img tag and VS 2005 | 31 Oct 2007 14:48 GMT | 3 |
I am trying to move away from server image tags (don't need a postback) and am having a real difficult time getting the image to show properly. The following code is in a repeater: <table>
|
| IHttpHandlerFactory and file upload | 31 Oct 2007 14:47 GMT | 2 |
I'm using the IHttpHandlerFactory to do URL rewriting and generate webpages. One of those pages offers the possibility to upload a file with a <input type="file"...> tag. When the user clicks the submit button, the file should be uploaded and
|
| Rows | 31 Oct 2007 14:27 GMT | 3 |
I created a custom control, Parent, with the following property: Property Rows As Generic.List(Of Row) Row is another custom control that creates some code. The problem is that I want to create different types of rows:
|
| ANN: OpenNETCF introduces ASP.NET Web Server for Windows CE | 31 Oct 2007 14:25 GMT | 8 |
We're at it again! OpenNETCF Consulting is pleased to announce the release of a new product named "Padarn". Padarn is a very small footprint (less than 300k for all files) ASP.NET web server designed to run under the limited resource
|
| IIS 7.0 and FTP 7 | 31 Oct 2007 13:52 GMT | 3 |
I am using a combination of IIS 7.0 and Microsoft FTP Publishing Service 7.0 RC0 on my system. I am looking for a way to automate the deployment of ftp servers the way I also automate the deployment of new websites within IIS.
|
| Multiple DestinationPageUrl in 2.0 based NOT on roles, but user table field | 31 Oct 2007 13:41 GMT | 4 |
I extended Membership provider, put Login box onto the page, associated it with my provider. After successful login I need to redirect user based on one of the fields in my Logins (Users) table - UserType (i do have roles, but i
|
| Show Alert Box and then Redirect | 31 Oct 2007 13:39 GMT | 3 |
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All,
|
| Text box | 31 Oct 2007 13:14 GMT | 6 |
Could someone help me. After hitting the submit page how do get the text box to clear? The page is posting back to itself. What do I put on the code behind page?
|
| Can we have the ResolveURL functionality within *.ashx files? | 31 Oct 2007 12:17 GMT | 2 |
Is it possible to have the functionality of ResolveURL within *.ashx files? Thank you, Max
|
| Editing gridview | 31 Oct 2007 11:32 GMT | 4 |
I am creating a gridview that can be edited by the user, and one of the fields to be edited I want to give the user a drop down which is populated by a db field. This works fine when the current record being edited already has a value for the dropdown, but there are cases where
|
| addHandler/DomEvent/get>Locatuonj performance issue | 31 Oct 2007 10:39 GMT | 1 |
Hi. We have a performance issue with the keyup handler that is attached to a textarea control using $addHandler when the page loads. Every time the user presses a key in textarea, DomEvent object is built and for some reason getLocation method gets called. This method
|
| Accordion panel onclick event | 31 Oct 2007 10:09 GMT | 1 |
I have a form where I separate several of the sections with the use of an accordion. Because of the requirements I have, I need the form to be saved every time the user clicks on a different pane of the accordion. I am not able to find an event I can use to do this. Any
|
| Generic maintenance of tables | 31 Oct 2007 09:58 GMT | 1 |
We have several tables that we want to maintain on our webpage. User should just pick the tablename from drop down box, and then page should then populate the grid with the data from that table along with "Edit" button. If they click on Edit then they should be able to do
|