| Thread | Last Post | Replies |
|
| Loading html file into a control | 23 Feb 2005 03:06 GMT | 1 |
I have created a look and feel that I'd like to use for all my web pages and was thinking I could create a single file that gets called with a query parameter giving the name of the html file that I'd like to load inside the look and feel that I have. I was thinking I could use the ...
|
| Showing 2 months in calendar control | 23 Feb 2005 03:03 GMT | 2 |
is there a way to show 2 months in the calendar control (ASP.NET)? Thanks in advance. Eric
|
| Stream an image into an image control | 23 Feb 2005 02:19 GMT | 1 |
Is there a way to stream an image into an asp:image control. I need to take an image stored in sql server and stream it into an image control. I know I could write it to a file and then set the imageurl but I would like to stream it directly into the image control.
|
| web control and javascript | 22 Feb 2005 22:35 GMT | 1 |
I want to offload some server processing to the client. My idea: I have a listbox of items the user has populated. using a text box control and a
|
| aspx and word template question | 22 Feb 2005 19:03 GMT | 1 |
Hi 2 all, I have a question and hope that some of you might been able to give me a hint or something. I am bulding a web application where i need to provide the functionality to
|
| Html table question | 22 Feb 2005 13:35 GMT | 1 |
I have html table contents (Just dummy text for testing) <table> <tr> <td>11</td>
|
| Validation Controls Have Stopped working | 22 Feb 2005 13:32 GMT | 6 |
Something happened on the server that has caused my validation controls to stop working. In fact, a page that contained the validation controls doesn't even do a postback. My asp.net works fine on my laptop, but stopped working on the server.
|
| ASP.NET Event handling | 22 Feb 2005 13:25 GMT | 1 |
I have an edit control that handles text change events and a link button that handles click events. If the user changes the text in the edit control but posts back by clicking on the link button I need to be able to ignore the text changed event. Problem is the text changed ...
|
| Disabling radio button client - side | 22 Feb 2005 08:14 GMT | 3 |
I'm using client-side script to enable/disable a series of web controls. All except radio buttons can be enabled by document.getElementById.controlName.disabled = false. How do I enable the asp radio buttons in this script?
|
| How do I write my own datasource control | 21 Feb 2005 20:19 GMT | 2 |
Would anyone tell me how to write my own datasource control?
|
| Events | 21 Feb 2005 18:29 GMT | 1 |
I am newbie in asp.net. I writes asp.net web application in C#, and want to handle textbox textchanged event. Can anyone tell me how can I handle this event?
|
| Edit Button in DataGrid | 21 Feb 2005 17:55 GMT | 2 |
Hi all, i have a question about customizing the font etc., for the edit/cancel button on the datagrid. I have managed to customize about everything but not the button. Thanks
|
| Dynamicly create table once | 20 Feb 2005 22:49 GMT | 1 |
win xp - vs 2002 - vb - web forms I have this code in the page_load event. works fine except, I put it all in an if not ispostback then. I don't want to run all this code (will get much bigger) each round trip.
|
| control focus in ASP.Net 2.0. Does it exist????? | 18 Feb 2005 22:43 GMT | 1 |
 Signature Lamen
|
| How do I remove attributes that are automatically generated by asp.net | 18 Feb 2005 21:27 GMT | 6 |
I am trying to get my page validated on the W3C's "Markup Validation Service" (http://validator.w3.org) but I am having a problem with the HTML generated by the button control. ASPX code:
|