| newbie Custom Control problems.. (6 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Hi All, I created a custom control. Given below is the .vb file , which i compiled. When i try to use it in a .aspx page, i get the following error. Compiler Error Message: BC30560: 'CustomControl1' is ambiguous in the namespace 'MyCustomControls' I have not been able to figure out the problem..Anybody please help me. Also in the aspx file i would like to know what exactly is ACME:customcontrol1 .... |
|
| Saving user control output to a file (2 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Hi, Is there a way to pull the HTML from a User control written in an ascx file? I want to save it to a file for later use. Thank Yoav |
|
| user control problem (2 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| hi all i have to create one user controle with 3 hyperlinks. after that i want to use this user controle in loop for 20 times so that i will have 20*3 hyper links in one page. i want to specify different unique names and ids for 20*3 hyperlinks.how can i do this..please help me... Thanks siri Do You Yahoo!? Send FREE Valentine eCards with Yahoo! Greetings! http://greetings.yahoo.com |
|
| user control property not passed to page (2 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Moved from [aspngvb] to [aspngcontrolsvb] by Marcie Jones marciejones@yahoo.com Hello all I created a user control based on a button and calendar control. When the date is selected from the calendar control, I want it to persist and passed to a text box on the page. However the page where the control is loaded cannot get the selected date. I know the control works because response.write from the c... |
|
| dynamically loading usercontrols (9 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Copied from [aspngfreeforall] to [aspngcontrolsvb] by Mitch Denny mitch.denny@warbyte.com morning all, i'm trying to dynamically load a usercontrol onto a webform. the usercontrol is essentially a search function and contains the code required to display the form, process the search request and display the results. the problem is that when i try and dynamically load the control, the id of the cont... |
|
| user controle (5 replies, VIP) |
| ASPFriends.com 'aspngcontrolsvb' list |
| hi all i have one user controle(x.ascx) which contains one HtmlAnchor controle. for this HtmlAnchor controle i have onserverclick event and in that event i am initializing some variables...and i registered that x.ascx in y.aspx web page....here my problem is i am not able to access variables which are initialized in onserver click event from my y.aspx web form....i don't know why... please help me... |
|
| usercontrole question(unanswered) (2 replies, VIP) |
| ASPFriends.com 'aspngcontrolsvb' list |
| hi all i am giving completecode here: .aspx code: body MS POSITIONING "GridLayout" form id "Form1" method "post" runat "server" table id "Table1" cellSpacing "0" cellPadding "5" borderColorLight "#3399ff" border "1" runat "server" tr td vAlign "middle" noWrap align "middle" bgColor "#669999" b font face "Arial" size "3" Test Name /font /b /td td vAlign "middle" noWrap align "middle" bgColor "#6699... |
|
| Custom Control Problem in ASP.NET (2 replies, VIP) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Moved from [aspclient] to [aspngcontrolsvb] by Charles M. Carroll charlesmarkcarroll@yahoo.com So I believe to have crated all of this correctly, but my machine has made it clear that I haven't. The Following Is my Custom Control code(It has been compiled into a dll and put into a subdirectory name "bin", the filename is WebCustomControl1): Option Explicit On Option Strict On Imports System Import... |
|