| Thread | Last Post | Replies |
|
| Writing javascript code in every page of my site using aspx | 04 Jun 2004 17:21 GMT | 1 |
Good Morning, I would want to use aspx to write this javascript code for me in every page of my site www.etantonio.it how can I do this ??? <script type="text/javascript"><!--
|
| Validator Short dude | 04 Jun 2004 16:46 GMT | 1 |
Hi to all, I have some validators with a summary, and two image button One of the Image Buttons, is to make some operations after filling some textboxes. The validators and summary controls that all the textboxes are filled.. The another ImageButton change the page, but when i click ...
|
| Hiding public members of a base class | 04 Jun 2004 16:27 GMT | 1 |
I am a C# newbie and am writing a composite custom server control. The base class for the control is a Panel. I want to restrict the changes a user is allowed to make such as border styles, adding controls to the controls collection, etc...
|
| Any way to get a dynamically generated table's width at runtime? | 04 Jun 2004 10:27 GMT | 1 |
Anyone know if there is a way to get a dynamically generated table's width at runtime? I have a container table, which holds a table, which holds a datagrid. The datagrid changes width on each load The container table needs to know at runtime how wide the inner table is. The width ...
|
| Events LifeCycle | 04 Jun 2004 10:25 GMT | 1 |
Im reading that this is the Control Execution Lifecycle Initialize, Load View state Process postback data, load, send postback change notifications, handle posrback events, prerender, save state, render, dispose, unloa My questions about this are 1) All this methods, and events are ...
|
| Javascript customization | 04 Jun 2004 08:43 GMT | 4 |
My ASP .NET pages contain some client-side javascript variables and functions : <html> <head>
|
| Problems of Defining an Expandable Property for a Web Control in the Designer. | 04 Jun 2004 03:26 GMT | 1 |
I created a web control with an expandable property, and exposed that property onto the property panel. However, a error occured when I clicked one of the nested properties on the property panel. That nested property has been associated with the ImageUrlEditor, but when I clicked ...
|
| Getting the filename of current editing web page? | 04 Jun 2004 03:26 GMT | 3 |
Is it possible to get the physical path and file name of the current editing aspx page at design time?
|
| Datagrid doesn't appear in web page | 04 Jun 2004 00:56 GMT | 2 |
I created a webform with oleDbConnection1, oleDbDataAdapter1 and created dataset11 using generate dataset on the dataAdapter. I added a datagrid to the form and set the DataSource to dataSet11 and DataMember ENT2003 (name of table?).
|
| Adding WebUserControls to table | 03 Jun 2004 22:36 GMT | 1 |
I have a base class that inherits from System.Web.UI.Page. In this base class I create a table, with placeholders in the table cells. In the web page that inherits from the base class, I add controls to the placeholders. This works fine as long as the controls aren't Web User
|
| client-side scripting interfacing with viewstate? | 03 Jun 2004 21:51 GMT | 2 |
Is it possible to cause a server-side control to remember data that was inserted into it via a client-side script? Assuming this: <DIV id=outerpanel runat=server>
|
| How to set the icon of my web control? | 03 Jun 2004 21:34 GMT | 1 |
I have developed a web control, and now wonder how to set a icon for it to be displayed on the toolbox in VS.net?
|
| Treeview displays as text string...why? | 03 Jun 2004 18:45 GMT | 1 |
Into the time machine with you.
|
| Custom WebControl adding controls in the page | 03 Jun 2004 16:59 GMT | 1 |
I'm writing a custom webcontrol, and I need to make it add input hidden controls within the tag form. Using Page.Controls.Add(control) isn't working, it's putting the control outside the tag form, then I can't access its data when I postback the webpage.
|
| Executing client *and* server side script with one call | 03 Jun 2004 16:55 GMT | 3 |
Is it possible to have a button execute code on the server and then on the client? After I click a server side asp button, I would like to make some other buttons invisible on the code behind and then execute a javascript function on the client side.
|