HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss in the ASP.net Building Controls forum.



Post New Thread
Threads in Forum : ASP.net Building Controls Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I am trying to write a Hierarchical using HierarchicalDataBoundControl I have looked at both the treeview and menu but there implementations depend...
Gary Vidal
07-23-2006 04:49 PM
Gary Vidal Go to last post
1 29
I have made a server control to display the average rating for content by showing the number of stars. The problem i have is with the design...
Showjumper
07-23-2006 04:44 PM
Gary Vidal Go to last post
1 28
Hi, I'm building a custom control and I have an issue. My custom control has a (Server) TextBox control in it and my custom contol exposes a property...
news.microsoft.com
07-21-2006 04:29 PM
sam Go to last post
2 31
During my postbacks, I try to assign the value from an Input tag to a property of a custom control. However, I keep recieving the following...
Nathan Sokalski
07-21-2006 01:44 PM
Nathan Sokalski Go to last post
4 34
I have a custom control with properties named MinValue, MaxValue, and Value (all of which I have assigned a DefaultValue design-time attribute)....
Nathan Sokalski
07-21-2006 01:34 PM
Nathan Sokalski Go to last post
2 26
I'm not getting any pictures in my yahoo email. All I get is a blank grey box for the picture. can anyone help me?
Maggie May
07-21-2006 12:47 PM
JoAnn Paules [MVP] Go to last post
2 24
Kader; soru:madem,herşey bir kader defterinde yazılı ve herşey ona göre oluyor.o halde insanlar niçin cehenneme gidiyor? cevap:evet herşey bir kader...
faruk.nur
07-21-2006 04:48 AM
faruk.nur Go to last post
0 29
I created a simple custom control inherited from a GridView as a test... using System; using System.Collections.Generic; using System.Text; using...
Dave
07-20-2006 02:07 PM
Alessandro Zifiglio Go to last post
4 19
Im' building a custom menu control based on a XML file. I've added the following property: private string _xmlSourceUrl; public string...
maxcocco
07-19-2006 04:23 AM
maxcocco Go to last post
0 31
I cant figure out why this ImageButton doesn't post back the way a Button does. Can anyone explain to me why the RaisePostBackEvent() method...
Anthony Merante
07-18-2006 10:59 PM
sam Go to last post
6 50
Hi there, I have custom validator base on LUHN (MODE10) function for CCNumber look like this Sub ValidateCCNumber1(ByVal s As Object, ByVal e As...
Oded Dror
07-18-2006 10:08 PM
Oded Dror Go to last post
0 27
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...
Mark Gilkes
07-18-2006 05:25 PM
sam Go to last post
1 33
Hi Yes, I tried that too, and it did work. As you said, the other way of dropping the controls in the designer doesn't work. I hope they fix it...
Francis Reed
07-18-2006 05:22 PM
AT Go to last post
3 37
hello, i have a usercontrol in my app that draws a DropDownList and some text. elsewhere, i have a need to extract the control's HTML as if it...
AT
07-14-2006 01:00 PM
AT Go to last post
3 33
Hi, I created a webControl that overrides the "Render" method that contains a pretty long javascript, which is finally rendered as...
Mike
07-14-2006 09:47 AM
jebecker (AT) _NO_SPAM_ (DOT) pointroll.com Go to last post
1 35
The HTML generated by the RadioButtonList contains a table structure as: <table id="rbList1" ...
Dave
07-14-2006 09:43 AM
jebecker (AT) _NO_SPAM_ (DOT) pointroll.com Go to last post
1 19
I have a Control which I'm designing the LiteGrid which has two properties "Columns" and "Actions". These properties are in turn Collections...
jebecker (AT) _NO_SPAM_ (DOT) pointroll.com
07-14-2006 09:38 AM
jebecker (AT) _NO_SPAM_ (DOT) pointroll.com Go to last post
1 17
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...
jurev
07-14-2006 06:20 AM
jurev Go to last post
1 17
I have a usercontrol composed of a label and textbox. I've created a custome property, LabelText, that I can assign at run time. What I'd like to...
jdp
07-13-2006 01:25 PM
jdp Go to last post
0 25
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...
ASPboy
07-13-2006 06:59 AM
Alessandro Zifiglio Go to last post
2 25
Hi, I've developed a Composite control designed to take one FormView and one SqlDataSource as properties. I can add my composite control to the...
Martin
07-09-2006 11:42 AM
Martin Go to last post
0 28
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...
Dave Johnson
07-09-2006 11:39 AM
Riki Go to last post
1 22
I need to use Request.Form.AllKeys to get values of my textboxes, but disabled textboxes are not shown. Here's my code... <% @ Page Language="VB"...
M O J O
07-08-2006 06:34 PM
Jesse Houwing Go to last post
4 48
Hi, I'm writing a templated control. Anyone know how I can restrict what controls a user puts in the template at design time? Thanks Martin
Martin
07-07-2006 09:29 AM
Martin Go to last post
0 23
Hi, I'm building a custom control and I have an issue. My custom control has a (Server) TextBox control in it and my custom contol exposes a property...
news.microsoft.com
07-06-2006 07:59 PM
news.microsoft.com Go to last post
0 26
Hello - i have created a simple composite control with drop down list displaying the US States. I have also a Javascript (County.js) file...
roger31
07-06-2006 04:01 PM
CaffieneRush (AT) gmail (DOT) com Go to last post
1 33
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...
dave
07-05-2006 03:57 AM
Riki Go to last post
1 34
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...
Jessica Weiner
07-04-2006 11:56 PM
ValliM Go to last post
1 22
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...
eea61
07-04-2006 12:22 PM
Martijn Saly Go to last post
1 32
Hi All, I have two user controls in my page,both user controls has some dynamically created buttons, and now i my page if postback occurs in...
Prakash V
07-04-2006 08:46 AM
Prakash V Go to last post
0 26
I want to make a new Tree custom control and I have an excellent jscrpt code for it(DHTML XTree). this js file contains all the methods and events...
eea61
07-04-2006 08:09 AM
eea61 Go to last post
0 25
Hi I'm trying to create a user web control which takes a picture as a background and draws a line on it according to user parameters. This...
Ido
07-04-2006 01:02 AM
Ido Go to last post
2 48
by default new aspnet webforms inherits from page which gives us the intellisense of the basic objects such as request, response etc. I want my...
mr. App
07-02-2006 05:04 PM
Steve C. Orr [MVP, MCSD] Go to last post
1 35
I have a custom control which consists of dropdownlist and textbox called ct1. The problem is that when i set a property of the dropdown list in...
dave
06-29-2006 12:12 PM
dave Go to last post
2 35
Hello, I have been given the assignment of creating a custom datagrid for our company. The specs are pretty simple: 1) Use a webservice to populate...
Brent Ritchie
06-29-2006 11:05 AM
Alessandro Zifiglio Go to last post
5 31
hi, i`ve wrote a class inheriting from ms HyperLinkColumn (aps.net 1.1), what i need is to get a field from the data source - jest like one...
Freddie
06-29-2006 10:07 AM
Freddie Go to last post
0 27
I have built a custom control that has, as one of its properties, a collection of another custom control. So controlA has property of...
Jason
06-27-2006 12:40 AM
AT Go to last post
3 65
I've developed a custom access list user control. The control has a drop down list of people which is populated using a sqlDataSource Whenever I...
mc
06-25-2006 10:56 PM
AT Go to last post
1 49
Hi I want to create a custom control which _could_ look like something lige below <form method="POST" action="Composition2.aspx"...
Anders Jacobsen
06-24-2006 11:54 AM
Anders Jacobsen Go to last post
0 35
I am using the .net calander control and it return the date in MM/DD/YY. Where the server is setup DD/MM/YY. Can am one tell me why date would come...
Aubyone
06-21-2006 06:07 PM
Aubyone Go to last post
2 57
I have built a custom control with a hidden html input box. I use this hidden field to hold a value that i wanted posted back to the server...
dave
06-21-2006 01:38 PM
Steve C. Orr [MVP, MCSD] Go to last post
1 32
I have an ASP .NET web application and I am using the calender control to display the month view and some events that are scheduled to happen...
Jessica Weiner
06-21-2006 12:38 PM
Jules Go to last post
1 63
Hi I want to create a horizontal menu on my website being built using asp.net2 with menu items based on the "role" of the user who logged into the...
Sri Reddy
06-21-2006 12:09 PM
Jules Go to last post
3 44
Hi, I am having trouble in assigning "id" as well as the "name" attribute for the asp.net 2.0 webcontrol I am developing. Consider my control...
Parag Mahajan
06-21-2006 10:11 AM
Parag Mahajan Go to last post
0 31
Hello all, I am new to ASP.NET 2.0 and fascinated to develop some user controls in it. so, before proceeding for this i want to know what new...
Kausar
06-20-2006 02:20 AM
ValliM Go to last post
1 56
I have a Web Control that is affecting the correct functioning of Atlas and I don't know why. I put together a very small sample control along with a...
Francisco Padron
06-19-2006 04:33 PM
Francisco Padron Go to last post
0 29
in vs2003 we had the beautiful xsd files that helped us create exactly the intellisense that we wanted for our control. in vs2005, for some reason...
mr. dropdown
06-19-2006 04:13 PM
mr. dropdown Go to last post
0 33
I'm using VS 2005. I created a sample composite control with a textbox and a button. I'm having problems getting the button event. The control...
Jowita
06-17-2006 10:55 AM
Teemu Keiski Go to last post
4 66
I'm using .NET 1.1 and I've created a server control that writes javascript to the output writer. The control works great, except when I add...
Jason Barnett
06-16-2006 08:36 PM
sam Go to last post
6 55
If you knew so much about picking stocks, then you'd be picking them yourself, making a fortune, and retiring early! So since you have to resort to...
06-15-2006 09:44 AM
Go to last post
0 31
Post New Thread

Display Options
Showing threads 451 to 500 of 3133
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.