| Thread | Last Post | Replies |
|
| Problem: Adding a control and not finding it on postback | 10 Feb 2005 18:38 GMT | 3 |
I must missing something here: My page add a Radion Button by program using a code like this: Dim myRadioButton As New RadioButton myRadioButton.EnableViewState = True
|
| File Input Times Out | 10 Feb 2005 18:32 GMT | 1 |
Hi, I dont know if this should be in a html newsgroup or this one, so apologies if it mislocated... I have a page that uses a <input type=file ..> then uploads an image to the server, then I resize the image to the size required by the web page.
|
| Treeview focus() problem! | 10 Feb 2005 16:53 GMT | 3 |
We have a problem of treeview focus() when the page is loaded. Basically we are using it in webpart.(something like a frame) on pageload we tried with document.getElementById('Treeviewpanel').focus(), but it seems not working! Our custom tooltip will not display in proper position ...
|
| Dynamic Chart with OWC11 PivotTable | 10 Feb 2005 15:39 GMT | 3 |
Hello all. Does anyone know how to dynamically modify an OWC11 chart (ChartSpace) to interact with an OWC11 PivotTable? I'm not looking to genorate a static gif/jpg with a result from the server..
|
| Turning on autocomplete for textbox webcontrol | 10 Feb 2005 12:42 GMT | 1 |
ALTHOUGH WE SET AUTOCOMPLETE IN INTERNET OPTIONS ->CONTENT->AUTOCOMPLETE->AUTOCOMPLETE SETTINGS -> FORMS and attribute "autocomplete" with value "on" programmately by using TextBox1.Attributes.Add("autocomplete","on");
|
| Reading Referrer | 10 Feb 2005 05:24 GMT | 6 |
I am trying to capture the identification of a user from ... Form request <a>Tag request ASP redirection
|
| "ASP:" WebControls and Non-JavaScrip | 09 Feb 2005 22:05 GMT | 5 |
Hi. I'm confused about something: I love using the <asp:...> WebControls and they work amazingly in IE, etc. But my problem is, let's say I've created a page and it has things like asp:LinkButtons and asp:Buttons, etc. but the browser doesn't support JavaScript (or, as really ...
|
| Conditional webform controls | 09 Feb 2005 19:13 GMT | 1 |
I am fairly new to asp.net and am using webforms in vb.net. I have read a lot about authorization to entire pages using role-based security, but I haven't seen much in regard to role-based security for controls within a page.
|
| File Field in ASP.NET | 09 Feb 2005 15:11 GMT | 1 |
Sorry, i'm new to asp.net (coming from a VB.NET background) and finding it difficult to achieve something that is rather simple. I have a simple aspx page that contains a file form (I am not sure if there is a .net control that allows file selection, and if there is can
|
| No Postback Just Open Another Page | 08 Feb 2005 15:54 GMT | 4 |
ASP.NET Newbie Question: I have buttons (<asp:button) on my page that I want to just open another page (including some arguments from the original page), just like would normally happen with the "action=" on a form. I can't seem to get it to stop
|
| calling Javascript function for runtime webcontrols | 08 Feb 2005 14:51 GMT | 1 |
I am generating textboxes at runtime and adding to a table cell when a particular IF condition is not satisfied. The visibility property of the textboxes are set to false. When the user double clicks a particular table cell, the textbox should become visible(this idea was
|
| Help newWindow | 08 Feb 2005 12:51 GMT | 1 |
How do I control my new window to enable standard toolbars with the following code? Each report description gets a three character prefix. So if a report description is....
|
| Webcontrols is not visible in explorer | 08 Feb 2005 12:20 GMT | 2 |
I have same projects on tree servers. Two of them works fine, but on the last server there is problem. Treeview which i used on pages is not visible in browser. When I view Html source code of this page, definition and data for treeview are there. I tried reinstall microsoft.web ...
|
| DataGrid Column number format | 07 Feb 2005 21:50 GMT | 2 |
How does one format a number as follows: <> 0 : YES = 0: NO I've tried {0:YES;;NO} to no avail.
|
| RequiredFieldValidator not Work with DropDownList Control - Netsca | 07 Feb 2005 19:45 GMT | 2 |
I added a RequiredFieldValidator for a dropdownlist control. Even if some value is selected in the DropDownList the Page.ISVALID returns "FALSE". On doing some research, I found that some of the articles were claiming that this is a problem with RequiredFieldValidator when it is ...
|