Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score dataformatstring for dates in datagrid
Chumley Walrus - 3 Jun 2005 10:42 PM - 2 messages
I want to show just the time of day for my date object in sql dbase on a datagrid: DataFormatString="{0:s}" will display "2005-06-01T12:32:00" if my date object in the dbase is configured for full date and time. How would I ...
Score Dyamically add user control, along with properties?
Steve - 3 Jun 2005 8:41 PM - 5 messages
Hello. I'm trying to dynamically load a user control which I created like this. Dim sectionTitle1 As Control = Page.LoadControl("~/Controls/SectionTitle.ascx") However, I can't access any of the properties in sectionTitle1.  What am I missing?  ...
Score can you convert an in-memory bitmap render in a web control image ?
Support - 3 Jun 2005 5:19 PM - 3 messages
Hello: I have ... Dim baseMap as Bitmap = new Bitmap(200, 50) Dim myGraphic as Graphics = Graphics.FromImage(baseMap) myGraphic.FillRectangle(HBrush, 0, 0, 200, 50) BaseMap.Save(Response.OutputStream, ImageFormat.JPEG) myGraphic.Dispose() baseMap.Dispose()and I want to render the image either in a placeholder or ...
Score Mystery ASP.NET Error
Amelyan - 3 Jun 2005 2:29 PM - 5 messages
this question may be more appropriate for this group. How do I force my Page to Page_Load when user clicks browser's Back button? I am trying to avoid this error, that I get when I hit back button on my ...
Score HtmlInputHidden have no id whne is randered.
mugurel - 3 Jun 2005 12:13 PM - 2 messages
I have an composite control wich contain an ImputHidden. I have to pass ClientId for this HtmlInputHidden to an Jscript. The problem is that the HtmlInputHidden don't rander the with id attribute. Can somebody advise my what should I do? ...
Score Tool Tip for Drop Down Control
Angel - 2 Jun 2005 7:32 PM - 4 messages
IS there anyway to display a tooltip on the Drop Down Control? thanks... ...
Score How do you set the value of Drop Down User Control
Paul D. Fox - 2 Jun 2005 6:25 PM - 2 messages
I'm using a User Control to display a drop-down and when I "Edit" a screen, I want to set the Drop-Downs value to the value obtained from the Database. Something like: ddlUserControl.ControlID.Insert(0,drReader("EmployeeName"))  which doesn't ...
Score AddHandler doesn't seem to work.
SimonM - 2 Jun 2005 3:22 PM - 4 messages
I am creating an ImageButton at run time and adding it to a place holder control's collection. I am using the AddHandler to associate a procedure with the Command event but when I click on the ImageButton at runtime, it doesn't ...
Score Blinking Controls
Walter Levine - 2 Jun 2005 2:04 PM - 4 messages
Whenever I retrieve a new record on my WebForm, all of the dropdown boxes blink, they disappear for a second or two then reappear.  The rest of the controls (mostly textboxes) are steady. I just put a button on the form, and ...
Score ImageButton bug
beanweed - 2 Jun 2005 2:01 PM - 4 messages
The click event arguments 'x' and 'y' are wrong if the dpi setting is not 96dpi. Here is the code for a ImageButton control sample: <%@ Page Language="VB" %> <html> <head> <script language="VB" runat="server"> ...
Score CUSTOMVALIDATOR works but page goes on on FALSE
Jose Fernandez - 1 Jun 2005 10:05 PM - 2 messages
Hola I have this customvalidator <asp:CustomValidator id="ComboValidator" runat="server" ErrorMessage="CustomValidator" /> (The OnServerValidate method is set in Events windows of the Control Property) THIS IS THE METHOD private void ValidarCombo(object sender, ServerValidateEventArgs e) { int counter=0; ...
Score "Google Suggests" and the AJAX .NET Wrapper?
Phin - 1 Jun 2005 9:57 PM - 3 messages
Hi, I would like to have the "google suggests" functionality on a web page like it is here: [link] I have downloaded the AJAX .NET wrapper ([link]) and ...
Score CustomValidator VALIDA pero NO FUNCIONA
Jose Fernandez - 1 Jun 2005 9:47 PM - 3 messages
Hola tengo este custom validator <asp:CustomValidator id="ComboValidator" runat="server" ErrorMessage="CustomValidator" /> (El OnServerValidate lo tiene declarado en el Events del Property del control.) este es el Metodo private void ValidarCombo(object sender, ServerValidateEventArgs e) { int counter=0; ...
Score Help, DropDown Web Control not Retuning "SelectedValue"
Paul D. Fox - 1 Jun 2005 8:30 PM - 3 messages
I'm trying to utilize a DropDownList as a User Control however, I when I try to obtain the "SelectedValue" in my .aspx page, it returns a blank value. Am I doing something wrong here? This is from my .ascx Page: ...
Score REGEX para Email
Jose Fernandez - 1 Jun 2005 7:19 PM - 2 messages
Hola. He buscado un pattern para un RegexValidator que me permita un email en cualquira de sus variantes... es decir, nom***@xxx.xx nombre.apell***@xxx.xxx @xxx.xx.xxxx.xx.xxx.com @cccc.ccc.ddddddddd.dd.ca cualquier combinacion de email valida. ...
Score I want to do a process once per page process, but 'touch' all instances of my server control.
Jason Kendall - 1 Jun 2005 6:56 PM - 2 messages
I have a server control that emits some client side script.  Rather than have a script block for every instance of my server control, I'd like to have one block that contains the code for all of instances. ...
Score Drop down listbox - extra properties, possible?
postings - 1 Jun 2005 6:37 PM - 2 messages
Hi I am constantly dealing with situations whereby it would be nice to have, say, a couple more values embedded in a listbox, that would be nice and easy to retrieve in code. i.e. like this: ---------------------------------------------------- Dim li = New ListItem ...
Score Control opens over another
ruca - 1 Jun 2005 8:47 AM - 3 messages
Hi, I have a user control that have a textbox, a imagebutton and a calendar control's. No hard to see that this usercontrol is a calendar. What happens is that when I click in imagebutton teh calendar opens. The ...
Score SRE (Simple Rule Engine)
Yahoo - 31 May 2005 11:57 PM - 6 messages
GO TO [link] TO GET THE LATEST VERSION!!! SRE (Simple Rule Engine) is a lightweight forward chaining inference rule engine for .NET. Its 'simple' because of the simplicity in writing and understanding the rules written in XML, but this 'simple' engine can solve ...
Score how to capture click event in aspx from placeholder ->control
Terry Minvielle via DotNetMonster.com - 31 May 2005 1:41 PM - 2 messages
I read with great attention the msdn article on "an Extensive Examination of User Controls". However, it did not help me solve the following problem: I need to populate a place holder with one a several controls which contain a submit button. ...
Score How do I create an Unordered List (UL) with ASP.NET?
Nathan Sokalski - 30 May 2005 9:45 PM - 2 messages
I want to add a bulleted list to my document in ASP.NET. I know the HTML code, and I have used the HtmlGenericControl, but is there an ASP.NET object that can generate UL and LI tags from a set of ListItem objects, or maybe ...
Score Error: Cannot use a leading .. to exit above the top directory.
Nathan Sokalski - 30 May 2005 7:54 PM - 6 messages
When running a page I am working on, I recieve the following error: Cannot use a leading .. to exit above the top directory. I suspect this has something to do with the problem I posted in a recent posting "HyperLink.NavigateUrl always adds an extra ../ when going to a ...
Score DROPDOWNLIST SELECTEDINDEXCHANGED
Jose Fernandez - 30 May 2005 7:22 PM - 5 messages
Hola Estoy haciendo un usercontrol que tiene un dropdownlist (id=Mes) y no me ejecuta el evento Mes_SelectedIndexChanged(object sender, EventArgs e)... AutoEventWireUp es TRUE y tambien el autopostback... alguien sabe que puede estar pasando? aqui van los codigos... <asp:DropDownList id="Dia" runat="server"></asp:DropDownList> ...
Score order of usercontrols processed by events of page
Gokhan Akca - 30 May 2005 9:17 AM - 2 messages
I have a page containing multiple user controls. When Page_OnPreRender is called, the user controls' OnPreRender Method is called, too. But: How is the order of the usercontrols processed by asp.net? Note that I have multiple user controls - not just one. ...
Score ASP.NET Server Controls not displayed in IE
Udayan - 30 May 2005 8:14 AM - 2 messages
Hi, Am new to the .NET framework. I started a new ASP.NET Web Application project and designed the Web Form Using the Web  Forms Server Control. When I try to run the pplication in debug mode the following error is diplayed: ...
Score How to diisable textbox in datagrid
latha - 30 May 2005 5:45 AM - 2 messages
Hi I have a listbox outside the grid and textbox type template as editable column in datagrid. How can I disable  textbox in my grid based on the selection from the listbox outside the grid? ...
Next » 2 3 4 5 6 7 8 9 10