Convert User control to the Custom Control
How can i convert User control to the Custom control in VS 2005.
Please let me know with any good articles. | | 0 | 66 | 5/20/2008 2:56:28 AM |
Response.write and partial page caching question
I was playing around with caching today and I noticed that if you use a Response.Write statement from the code-behind of a user-control that has output caching enabled it will not cache the Respo | | 0 | 55 | 5/19/2008 9:49:29 PM |
ListItem / Child Controls
Hiya guys, I'm creating a custom control that I want to use as my standard feedback control for any errors/ good feedback to my users with similar syntax to this on the page: < | | 9 | 66 | 5/19/2008 9:07:21 PM |
UserControl loses TextBox value when placed inside a MasterPage
When not in a masterPage the user control works great. Once I place it in a masterPage the value of txtInput is lost on postback. EnabledViewState explicitly set to true, to no avail. | | 7 | 106 | 5/19/2008 7:22:17 PM |
Losing intellisense with custom control
Hi all, It is really strange that .NET 2005 does not support auto HTML intellisense when we creating a custom control !!!
I have created list of custom controls. all of th | | 7 | 64 | 5/19/2008 5:50:13 PM |
Template Questions
I'm trying to write a control that uses multiple templates and am looking for a little advice. What I want to end up with is the following:
< | | 0 | 61 | 5/19/2008 5:14:48 PM |
create a control
hi all,
i appreciate you'r kindess and will to help.
if you can answer my question that i have it will be great,
i want to create a control that would cont | | 4 | 59 | 5/19/2008 2:30:20 PM |
Cascading Dropdown without Ajax
Can any body help me in making a cascasing dropdown without Ajax, like there should be three dropdown controls which are all dependant on the Parent Dropdown value selection.One would be Country | | 2 | 98 | 5/19/2008 11:21:21 AM |
handle event in formview
hi, i have a page which has a formview. I need to handle an event in a child control in the edit and insert templates. how can i do this: this is the situation: i have a control in a co | | 0 | 64 | 5/19/2008 11:19:34 AM |
how to create a Custom conrol from the User control
Hi
Please any one can let me know is there any possibility to create a custom conrol from the user conrol(.dll). If so please let me know if you have any articles or good informatio | | 3 | 57 | 5/19/2008 11:10:54 AM |
Adding properties to all Buttons
Hello,
A idea I got just recently was to add hover effect to all buttons in my project. How do I do this in a simple way?
Can I create a class extending the base button to a | | 3 | 78 | 5/19/2008 6:25:13 AM |
Error while adding usercontrol (.dll) into vs 2005 toolbox
I created a user control in "project a" which has a set of textbox and radio buttons.
My plan is to use the above created user conrol as a custom conrol in my "p | | 2 | 55 | 5/19/2008 2:15:54 AM |
adrotator missing ImpressionField for DB
Im trying to leverage the adrotator with a DB backend (as opposed to an xml file)...But i noticed that the ImpressionField is missing, so you cannot really use Impression to qualify ads. Which wo | | 5 | 60 | 5/18/2008 7:42:35 PM |
embedded controls
hi, i have 3 user controls. The first is a dropdownlist (A). The second (B) contains the dropdownlist (A). The third (C) contains some validators which need to be enabled/disabled | | 8 | 64 | 5/18/2008 5:32:17 PM |
Dynamically changing an embedded stylesheet
I have a web control contained in a dll with embedded resources i.e. a JavaScript file and a CSS file. The CSS file references | | 0 | 64 | 5/17/2008 3:32:37 PM |
Overriden RenderEndTag not firing in Safari
I am having problems with an overriden RenderEndTag method not firing. The RenderBeginTag is also overriden but fires ok. This only seems to happen in Safari, there are no problems in IE or | | 2 | 50 | 5/16/2008 3:52:38 PM |
embedded javascript resource not visible when the custom control is dropped in user control
Hi, As I am working on an AJAXified web application, got to the point that using user controls to provide dynamic page navigation. I have a custom web control with embedded CSS and ja | | 5 | 75 | 5/15/2008 11:22:24 PM |
Can you create image on the fly from editor
I need to create a dynamic image from text entered in a text box, similar to how this site shows: http://ww | | 2 | 57 | 5/15/2008 11:17:13 PM |
How to create PDF with AVERY Labels 5160 format in asp.net 2.0?
Hi All, Is there any method to create a PDF file with AVERY Labels 5160 format in asp.net 2.0? When clicking a button in a web page, I | | 2 | 70 | 5/15/2008 11:12:12 PM |
Render Bitmap at design time
I'm writing my own version of the ImageButton control with extra bells & whistles. I need special rendering to do this. I have it working great at runtime. I can pass the relative URL of | | 9 | 65 | 5/15/2008 4:36:01 PM |
Value not passing to User Control Code Behind page
I am having difficulty with a basic user control. All I want to do is change an image in the control based on a value in a grid. The user control is a template in the grid. What seems to be | | 14 | 60 | 5/15/2008 12:42:23 PM |
Event Log : Inaccessible logs
I am getting exception
The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.
at if (!EventLog.SourceExists(ev | | 1 | 137 | 5/14/2008 6:56:10 AM |
Regarding one problem to host a WPF User Control in an ASP.Net Web Site
Hi Folks,
I have one problem regarding of hosting a WPF User Control in an ASP.Net Web Site.
I have made a simple WPF User Control by selecting File -> New -> Project -> | | 0 | 63 | 5/14/2008 6:35:19 AM |
Rich Text Box
How to create a Rich text box in asp.net
can anyone help?
| | 1 | 57 | 5/13/2008 12:25:31 PM |
Basics of Custom Controls and Namespaces (CS0103)
I am creating a custom control to display an image based on a database field. If field=1, show image1, if field=2, show image2, etc.
The following error appears..."CS0103 | | 1 | 94 | 5/13/2008 12:22:33 PM |
how can I persist my columns collection in Custom Server Control?
can somebody tell me please how can I persist my columns collection in Custom Server Control?, i have a custom server control which acts like a multi-column combobox and user can provide the | | 8 | 68 | 5/13/2008 2:29:56 AM |
Expression editor of LINQDataSource
Hi
I'm trying to find attribute usage of expression editor, what I'm trying to do is a developing composite control which includes LINQDataSource control properties like & | | 2 | 77 | 5/12/2008 5:17:52 PM |
Custom Control Error: Cannot Create Object of Type Panel From Its String Re presentation.
I have created a custom control and added a property of type panel to it. In the designer this property shows up as a drop down list with all the panels in the page. When I select a panel, the co | | 2 | 81 | 5/12/2008 2:32:04 PM |
webcustom controls in asp.net 3.5
hi all
i am new to .net 3.5. i would like to create custom controls in asp.net and render it into html.how to to achieve this one.any body can help me?
thank you | | 2 | 49 | 5/12/2008 1:10:31 PM |
Custom Controls .. HTML EmptyTag Controls
I would like to know how I can create Empty Tag HTML controls such as <br /> and <hr />
The HTMLGeneric control creates tags with closing tags .. how do I create tags with no | | 1 | 75 | 5/12/2008 2:38:04 AM |
Very Basic User Control
I am trying to make a simple user control that uses two text boxes locate | | 3 | 53 | 5/9/2008 1:08:51 PM |
custom control
how to access webusercontrols.ascx (tools)likerepeater, label,button, etc., to Customcontrols in classlibrary? customcontrol.cs is very complicated .. | | 2 | 59 | 5/8/2008 3:49:07 AM |
Designer adding many non-breaking spaces
We are experiencing a serious problem with custom server controls in the web designer of VS2008. When we perform an action within the designer that causes the markup to be updated (delete a contr | | 2 | 58 | 5/7/2008 4:58:34 PM |
Best practice for custom control that can switch between objects derived fr om the same base class
I currently work for a company that has a WebUI for our product. At some point a class was made to draw differant kinds of graphs. This class had an ENUM that switched between the differant types | | 1 | 50 | 5/7/2008 2:41:08 PM |
Is it possible to modify an Embedded resource file(XML)
Hi, Is it possible to modify an xml file present within the dll ..!! For me i will need to add certain values to the xml file dynamically..!! I tried the &nbs | | 1 | 203 | 5/7/2008 12:44:11 PM |
Embed an on click Server side event in the dll
Hi, I am creating a custom control and have a few HTML control rendering includes a button i want to embed an OnClick(Server side) event into the dll .Please suggest me something..!! | | 9 | 61 | 5/7/2008 2:21:38 AM |
Wrapping up a flash object into a server control
Hi, We have this flash/flex object that we use on many pages on our website. It's a calendar app, it has couple of radio buttons/check boxes to change the display. The object connects t | | 1 | 64 | 5/6/2008 11:03:51 PM |
User Control derived properities not showing up in the Smart Tag
I have created a User Control like so:
MyUserControl: System.Web.UI.UserControl
{
[Bindable(true), Browsable(true)] & | | 0 | 51 | 5/6/2008 1:52:42 PM |
fixed width dropdownlist box
i need some help in writing a custom dropdownlist with fixed width.
I have lot of dropdown's on my form and they occupy lot of | | 3 | 131 | 5/6/2008 3:16:23 AM |
Problem capturing values from a dynamic datagrid
Hi all I have been pulling my hair out on this issue for a about two days now
my problem is I cannot use findcontrol to retrive values from my da | | 4 | 59 | 5/5/2008 6:23:06 PM |
Convert html to pdf using iTextSharp
can anyone provide me a sample code who have used iTextsharp(chapter 0707) to convert HTML to PDF.... Please help.... urgent...!!! | | 4 | 763 | 5/5/2008 6:05:30 PM |
Creating a control for ASP
My question is more a general one. I haven't been using ASP that long and I would like to know has anyone on this forum created a control for ASP and actually licensed it and sold it on | | 4 | 57 | 5/5/2008 3:45:48 PM |
Custom COntrol issue...
I have a simple custom control (MonthDropdownList.ascx) which is nothing more tha a asp:dropdownlist of all 12 months.
on my web page I have a simple form with a button to search ba | | 2 | 57 | 5/5/2008 2:49:48 PM |
Custom DropDownList's -- selected index problem
Hello:
I've created a custom drop down list which inherits core DropDownList. The task of it is to establish connection and bind data from database. It works fine. But at one situatio | | 2 | 55 | 5/5/2008 9:31:37 AM |
select image from smart tag
I am developing a composite control , and its smart , but I want to make samrt tag browse files to get image file from the root directory , Is it need extending smart tag ? | | 1 | 44 | 5/5/2008 7:56:33 AM |
if i have more then one instance of the control?
i have a autosuggest control works great if i have only one instance and i have two instance of the same control in one page then its act weired
say: i have instance1 and instance2 and if | | 3 | 60 | 5/5/2008 7:43:37 AM |
Sequence of Render methods
i can hardly figure out the execution sequence of all Render methods.it often messed up my mind.could anyone clarify it for me?
thanx! | 1 | 65 | 5/4/2008 12:17:50 PM |
create a web component
I have written a very light weight RTE in javascript and I want to put it into a web component so that I can use it on my .net pages like this: <asp:myRTE ID="rteDiscusson" run | | 1 | 54 | 5/4/2008 7:25:14 AM |
<<<help>>> how does "IStateManager" works?
I have created a simple custom control with the following classes...and i'm trying to understand once i add the item into IStateManager how can i retrieve in from .aspx.cs ?
he | | 6 | 80 | 5/3/2008 5:32:48 PM |
Registering an App_Code server control
I have a custom server control in the App_Code folder of my website project. No matter how many walkthrougs I've followed, I can't get the bloody thing registered to use on a page.& | | 2 | 77 | 5/3/2008 12:30:46 PM |