| Thread | Last Post | Replies |
|
| Opening a Page in a New browser | 07 Nov 2004 04:38 GMT | 2 |
I would like to know if this is possible and how?? Please help.. I have an ASP.NET Web application.. In an aspx page within the application I have a hyperlink whose NavigateUrl property is set to some other aspx page such as
|
| Opening a new window from aspx page. | 07 Nov 2004 04:25 GMT | 1 |
I have a datagrid with several rows of data. One of the columns is a button that opens an edit window. When I click the button, I need to open a new edit window for the record. That means the new window need to know the record
|
| Changing Font of button in EditCommandColumn on Datagrid | 07 Nov 2004 01:23 GMT | 1 |
I'd like to reduce the font size of the buttons in the EditCommandColumn of the datagrid. I haven't found an easier way to do it other than looping through the controls collection in the ItemCreated Event, changing the font size when I come across a button control.
|
| How to access values entered in User control in the main page. | 07 Nov 2004 01:21 GMT | 1 |
i have a user control which allows the user to enter Name& Address in text boxes. I use the same user control in the main page... Is there a simple way of accessing the Name & address entered in the text
|
| Imagebuttons on mozilla and MAC | 06 Nov 2004 14:26 GMT | 1 |
I'm using a datalist with imagebuttons showing pictures, on IE for Windows everything is ok, but when i open the page with mozilla or on a mac, the images won't appear. Can anybody help me?
|
| filling values to dropdownlist using javascript at page load time | 05 Nov 2004 03:26 GMT | 13 |
i want to populate dropdownlist(integer values)(0,1,.....29) on client side using javascript ...i m confused becoz ERROR IS: ->"OBJECT EXPECTED" .. i want that when poge loads then dropdownlist should be populate at client side automatically...
|
| UserControls (Web/Win) | 05 Nov 2004 02:02 GMT | 4 |
I have been wondering what did happen to the "universal" solution of being able to use the exact same controls in both web and win? These guys are called ActiveX controls and could in the old world (COM) be developed once and then applied in both scenarios!
|
| WebUIValidation.js | 05 Nov 2004 00:30 GMT | 5 |
I am building a web custom control and I need to make sure that the file /aspnet_client/system_web/{framework version'/WebUIValidation.js' is included in the page. Is there any way to force the page to make sure that it is included?
|
| Set properties of an unknown type in a loaded control | 04 Nov 2004 21:31 GMT | 2 |
I am loading a user control specified by the user using this.Page.LoadControl([path]). This control will have multiple public properties. If it has a public property, I need to get the name of it, and the current value of it so I can present dynamically generated textboxes and
|
| LoadViewState not called in custom control | 04 Nov 2004 15:40 GMT | 6 |
A custom control I have created overrides LoadViewState and SaveViewState. Problem is that my override of LoadViewState is not getting called: debugger breakpoint is not stopping at in it. The control is similar to panel control, it allows child controls to be added within it: so
|
| Property Extender properties not persisting ! | 04 Nov 2004 12:36 GMT | 3 |
I've written an extender provider for windows forms controls and ASP.NET web controls. My windows forms solution works fine, but my ASP.NET solution does not persist any property values I enter via the visual studio property grid. Upon examination of the code within ...
|
| Adding control at run time | 04 Nov 2004 05:32 GMT | 1 |
I must to be honest. It's many years that I don't develop with ASP, but the basic are the same, and VB.NET programming isn't so much different from ASP.NET ... so the hardest thing is understand why something that should work ... it doesn't.
|
| Password text problem | 04 Nov 2004 05:30 GMT | 1 |
I Have a webform with one textbox and submit button The TextBox is of the type Password(i.e TextBox1.TextMode=TextMode.Password) OnPageLoad of that form the following code is written
|
| Filltiring data in a dropdown2 with a value of dropdown1 | 03 Nov 2004 16:34 GMT | 1 |
i have two ddlist that will be bounded to datasources on page load, but i want the second ddlist to be filtered by the selected value in the frist ddlist with out going back to the server
|
| Field validation | 03 Nov 2004 16:20 GMT | 4 |
On my webform I need users to enter info in two fields in the format dd/mm/yyyy and 99-99-99 respectively. How do I achieve this? Thanks Regards
|