| Thread | Last Post | Replies |
|
| what is rand? | 31 Mar 2006 05:05 GMT | 1 |
Often, I see something called "rand" or ".rand" or "rnd" in url query parameter, for example in yahoo mail url. E.g. http://someurl.com/a.aspx?id=123&rand=91g3obstudb1r or http://someurl.com/a.aspx?Rnd=1.2341123
|
| "Object reference not set" when loading a textbox in a user control | 30 Mar 2006 21:48 GMT | 5 |
I have a user control that shows name and address for a person in a text box. When the page hosting the control loads up, it calls a method on the user control that loads up the textbox fields. Occasionally, but not all the time, I will get an error when I try to set the value of ...
|
| window not closing | 30 Mar 2006 20:48 GMT | 2 |
I'm using window.close() command in a pop box (YesNo.aspx) embedded in a ASP button clcik command. Its a pop up confirmation for Yes or No. If either of them is clicked the window seems to get enlarged instead of closing after it does its function.
|
| Problem with User Control and unset references to controls within | 30 Mar 2006 20:03 GMT | 1 |
I have got a User Control that contains for the sake of argument, a single DataList control. eg. <asp:DataList id="DataList1" runat="server" RepeatDirection="Horizontal"
|
| regex replace | 30 Mar 2006 12:03 GMT | 1 |
I've a requirement in regular exp.. I need to replace a pattern...can anyone help me out,... My input string is as below <img src="c:\windows\images\bluehills.jpg"><a heref="sfjs">
|
| Control Event Handlers aren't called when used in PlaceHolder | 29 Mar 2006 23:55 GMT | 1 |
I have a custom control that I'm adding to a Placeholder, when I click on a button within my control, it should fire an event handler. This works fine if I simply add the control to a page, but if I add the control dynamically to a placeholder, the event handlers don't get ...
|
| Asp.net2 How can I create my custom CompositeDataBoundControl | 29 Mar 2006 08:30 GMT | 2 |
I'd like to create my own CompositeDataBoundControl to show and edit data with other custom webcontrols. In the MSDN there is a small sample : http://msdn2.microsoft.com/en-US/library/system.web.ui.webcontrols.compositedata boundcontrol(VS.80).aspx
|
| Image in Designer (VS 2005) | 28 Mar 2006 13:08 GMT | 1 |
I'm creating a custom server control. In the design-time experience, I'd like to render an image where the control is placed. I have an /images folder in my website. The problem is, when I render the <img src=... tag during the design-time
|
| playing audio n video files | 27 Mar 2006 19:16 GMT | 1 |
I want to play audio n video files in my web application... How can I do this? Are there any samples..
|
| Usercontrol enable property | 24 Mar 2006 15:27 GMT | 4 |
I have a usercontrol with a textbox. I displayed the control programmatically on my .aspx How could I manipulate the 'enable property' and/or bordercolor of the ucl textbox from my .aspx page?
|
| compositedataboundcontrol with template databinding problem | 24 Mar 2006 06:06 GMT | 2 |
I am new to this ASP.NET 2.0 feature. I am having a hard time getting the databinding syntax evaluated in my template for a control that inherits the CompositeDataboundControl that is new to ASP.NET 2.0. I don't have such problem with a control that inherits from CompositeControl ...
|
| dot net 2.0 | 23 Mar 2006 23:59 GMT | 3 |
where to find instructions on how to license a custom server control
|
| Maintaining state in programmatically created composite user controls | 23 Mar 2006 12:20 GMT | 3 |
I'm writing a timesheet application in ASP.NET (framework 1.1, VS 2003) that includes a user control to manage project time allocation (ProjectDetailsControl). This control is a composite control that includes several DropDownList objects for project code, name and so on,
|
| Reference Controls in MasterPage? | 22 Mar 2006 17:56 GMT | 6 |
I'm trying to build a class file in App_Code to reference LinkButton controls located in a MasterPage. I know how to reference the controls in the MasterPage from Content pages but I'm having a problem when moving all the code from the various Content
|
| Composite Custom Control - Textbox Readonly Bug | 20 Mar 2006 18:42 GMT | 3 |
ASP.Net 2 - Strange bug / problem observed with the use of the readonly property in composite custom controls. Using the class shell defined below, the issue is with the readonly property. If you set the inner text box's "ReadOnly" property to be true, and then use javascript ...
|