| Thread | Last Post | Replies |
|
| Cascading Style Sheet Is Such A Hazard To Your Privacy ||||| | 21 Jul 2006 18:47 GMT | 4 |
Cascading Style Sheet [.css] is such a hazard to your privacy. It allows others on the internet to see your monitor and files. It allows them to copy images on your monitor to their computers. It also allows them to copy files from your computer to their computers. It is
|
| "Invalid FORMATETC stucture" when dragging a custom Gridview onto | 20 Jul 2006 20:07 GMT | 4 |
I created a simple custom control inherited from a GridView as a test... using System; using System.Collections.Generic; using System.Text;
|
| Custom Control rendering | 18 Jul 2006 23:25 GMT | 1 |
I'm overriding the Render method in a Custom Control that inherits from WebControl. Some of the ouput code is as follows; protected override void Render (HtmlTextWriter writer) {
|
| HierarchicalDataSourceControl Class and System.StackOverflowExcept | 18 Jul 2006 23:22 GMT | 5 |
When running the example code for the FileSystemDataSource which in found in the HierarchicalDataSourceControl Class documentation, I get a System.StackOverflowException. Can someone please help me solve this problem? http://msdn2.microsoft.com/en-us/library/system.web.ui ...
|
| WebControl and JavaScript | 14 Jul 2006 15:47 GMT | 1 |
I created a webControl that overrides the "Render" method that contains a pretty long javascript, which is finally rendered as follows: this.Page.RegisterStartupScript("Load" + this.ClientID, script.ToString()); I would like to re-use this control in various other projects, but ...
|
| Custom RadioButtonList and modifying HTML? | 14 Jul 2006 15:43 GMT | 1 |
The HTML generated by the RadioButtonList contains a table structure as: <table id="rbList1" border="0"> <tr> <td>rb1</td><td>rb2</td><td>rb3</td>
|
| Issues Persisting Design time changes to page source | 14 Jul 2006 15:38 GMT | 1 |
I have a Control which I'm designing the LiteGrid which has two properties "Columns" and "Actions". These properties are in turn Collections of sub-items. in the end the aspx source should look like:
|
| Server.Transfer in control's Render event | 14 Jul 2006 12:20 GMT | 1 |
In ASP.NET 2.0 I created a custom user control, in overriden Render event I put Server.Transfer command. I put my control in aspx page. The behavior is strange: expected behavior would be that the content of transfered page should be displayed instead of my current aspx page.
|
| LoadControl(Type t, object[] parameters) usage | 13 Jul 2006 12:59 GMT | 2 |
has anybody used this type of loading user controls, in the user control how will i hadle the passed parameters in the contructor and also can somebody give a code script for instantiating the object[] parameters
|
| Atlas and VS2003!!! | 09 Jul 2006 17:39 GMT | 1 |
is there any way to create an asp.net control in VS2005 and then use it by any means in VS2003 ?? is there a way to acheive this by any means ???
|
| Disabled textbox is nothing on postback :o( | 09 Jul 2006 00:34 GMT | 4 |
I need to use Request.Form.AllKeys to get values of my textboxes, but disabled textboxes are not shown. Here's my code... <%
|
| Webresource.axd | 06 Jul 2006 22:01 GMT | 1 |
Hello - i have created a simple composite control with drop down list displaying the US States. I have also a Javascript (County.js) file embedded inside the control. The Javascript file has an array of County Names. IN another Javascript i have a function that will display a ...
|
| viewstate and custom control | 05 Jul 2006 09:57 GMT | 1 |
I have custom control with dropdownlist. I am using this custom control in a repeater. After the post-back the control properties that i stored in viewstate does not exist. They are all empty. When, where and how does viewstate get set with custom control? I would
|
| accessing html fields | 05 Jul 2006 05:56 GMT | 1 |
I have an input field defined outside the <form> area. Its a simple html text input that is used to enter the number of hours. <input id="HoursField" name="hours" type="text" /> I want to access this field from the server side (c# code). I tried these
|
| a tree control in asp.net with drag and drop | 04 Jul 2006 18:22 GMT | 1 |
I want to build a tree custom control in asp.net with drag and drop capabality.I dont know how can I do it.any one can help or introduce some resources?
|