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     
Excellent!!! This solved the problem. In fact it was only necessary to add the attributes (UpdateMode="Conditional" and ChildrenAsTriggers="false")...
=?Utf-8?B?SmFrb2IgTGl0aG5lcg==?=
06-19-2007 08:04 AM
=?Utf-8?B?SmFrb2IgTGl0aG5lcg==?= Go to last post
1 11
I have a page which I dynamically add several usercontrols (*.ascx files) to using the following code: Public Sub Refresh() For Each section As...
Nathan Sokalski
06-19-2007 12:04 AM
Cor Ligthert [MVP] Go to last post
7 12
Dear All, Im using ASP.NET 2.0 with C#. In my aspx page, i have one HTML Table. Using the javascript i add the rows dynamically. 1.What my problem...
sivagururaja@gmail.com
06-13-2007 12:04 PM
Teemu Keiski Go to last post
1 9
Hi, I tried to create a custom server control that displays some radio buttons and it should postback the page on selecting the items. I tried like...
Santel
06-13-2007 11:59 AM
Teemu Keiski Go to last post
3 11
If i have a control that inherits from a class in Webcontrols (ie textbox) and then overrides RenderBeginTag, isn't this not recommended since...
TS
06-12-2007 06:42 AM
Walter Wang [MSFT] Go to last post
5 7
Why a TemplateField cannot be a AutoGeneratedField when we have an inherited GridView class? What is the difference...
Bora
06-12-2007 03:04 AM
Bora Go to last post
2 36
Hi, I had a datetimepicker server control that worked great in 1.x but I am having trouble with it in ASP.NET 2.x For some reason, the ViewState...
=?Utf-8?B?TWFyaw==?=
06-11-2007 10:25 PM
Walter Wang [MSFT] Go to last post
3 12
Hello, I built a composite web control that has a textbox and a date control. added my custom control on a webform where there are other...
Rick
06-11-2007 09:09 AM
Rick Go to last post
2 16
I am working on a new Windows application with typed datasets and was looking at creating a generic datagridview user control. I will have several...
=?Utf-8?B?TWF0dE0=?=
06-08-2007 08:45 AM
=?Utf-8?B?TWF0dE0=?= Go to last post
1 13
Hi I've developed an ASP.NET server control with 2 properties, PropertyA and PropertyB. The setter for PropertyB uses the value of PropertyA...
cope.andrew@gmail.com
06-07-2007 12:46 PM
John Saunders [MVP] Go to last post
1 10
I have a composite control that contains a texbox and comparevalidator (and other stuff not applicable to this post). Right now, it does a simple...
daokfella
06-06-2007 09:20 PM
daokfella Go to last post
0 11
"kal" <akl (AT) noplace (DOT) com> wrote Remove "Assembly" attribute... since the code is in App_Code, it's compiled on the fly! -- Happy...
MasterGaurav \(www.edujini-labs.com\)
06-05-2007 08:46 PM
kal Go to last post
1 15
Hi, i use a repeater control for reading data from a database. I have no error, but the table for showing the records defined in this code, starts...
Bart
06-05-2007 08:09 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
2 12
I have a formview control that I want to capture the login name and add it to the database when the insert template is used. I use the...
=?Utf-8?B?QW5u?=
06-04-2007 12:56 AM
PlatinumBay Go to last post
1 14
I need to write a page that allows users to schedule conference rooms. This page will have multiple conference rooms across the top of the page. I...
SuzyQ
05-31-2007 04:36 AM
David Go to last post
3 12
In ASP.net 2.0 I need to create a scheduling page that allows my users to book/schedule/reserve six different surgery rooms. What the design...
Rusty Hill
05-30-2007 11:46 AM
Mike Go to last post
1 8
Please help, I'm using a converter to translate some C# code. The following code written in C# does not translate well to Visual Basic (If I paste...
=?Utf-8?B?am9uZWZlcg==?=
05-29-2007 07:51 AM
CaffieneRush@gmail.com Go to last post
1 7
Ok, I found a good article of how to dynamically build template columns The reason I want to use this is so that I can only set certain columns to be...
jonefer
05-26-2007 01:08 PM
jonefer Go to last post
4 216
Hi I have builded some user controls in asp.net and works fine. These contros have public properties, that I can view and modify at design time in...
Miguel
05-26-2007 12:51 AM
Teemu Keiski Go to last post
2 36
iTechArt Group - Custom Software Development and Offshore outsourcing Company http://www.itechart.com/ Offshore custom software development company...
VB
05-23-2007 05:26 AM
VB Go to last post
0 37
I found this code in ASP.NET forum It's the first code that actually built the grid the way I wanted with the sortfields on only certain...
jonefer
05-23-2007 02:03 AM
jonefer Go to last post
0 29
I am building a control that inherits from Textbox. I am adding a required field validator to the controls. should i be inheriting from...
TS
05-22-2007 10:51 PM
Walter Wang [MSFT] Go to last post
11 82
Hey Our web app uses a com libary to bind XML data to a PDF. We're finding that for one of the pages, if the site is being hosted by Windows XP the...
Carlo Razzeto
05-22-2007 12:19 PM
Carlo Razzeto Go to last post
0 35
Hi, I created an AdRotator control with this code: <asp:AdRotator id="AdRotator1" Runat="Server"...
Dan
05-22-2007 11:12 AM
Dan Go to last post
5 43
I have columns in a Gridview control that will consistently be named the same thing, although they may disappear and appear based on the...
jonefer
05-21-2007 02:46 PM
jonefer Go to last post
0 31
I have a few user controls which use the view state to store the UI value. I'm running into a bit of an odd error. Many of my controls use a...
Carlo Razzeto
05-18-2007 01:47 PM
Carlo Razzeto Go to last post
4 88
Hey, I have a question about how ASP.Net execution works... I know that with other server side web scripting platforms, when a form is posted to...
Carlo Razzeto
05-16-2007 10:19 PM
Carlo Razzeto Go to last post
2 37
Hi all, To my knowledge we can execute the javascript any where using RegisterStartupScript method. I have written the same javascript code in...
swapna.munukoti@gmail.com
05-15-2007 09:27 PM
Sergey Poberezovskiy Go to last post
1 54
Hi, I want to create Gridview dnymically. Because I need to achieve the following task on it. 1. The Data source may contain different columns based...
bsm
05-15-2007 08:57 AM
Riki Go to last post
1 33
Hi. I have created a UserControl ("MyUC"). I've put a bunch of instances of that control on a Page ("Defaul.aspx"). The control works fine. Now, I...
Alex Maghen
05-14-2007 12:24 AM
Steven Cheng[MSFT] Go to last post
1 36
Hi, I have a user control declared like: public class MyUserControl: UserControl, INamingContainer { ..... } I am applying design time attributes to...
GeezerButler
05-13-2007 01:03 PM
GeezerButler Go to last post
0 32
while using multiple controls of the same type i experience problem in accessing the client id of the control from within the server control...
Murtaza
05-07-2007 10:58 PM
MasterGaurav \(www.edujini-labs.com\) Go to last post
1 36
still the issue remains. as i got a reply describing one possibility; that is also true, and i checked that. but still i dont know how to fetch the...
Murtaza
05-07-2007 02:13 PM
Teemu Keiski Go to last post
1 111
Hi, I'm trying to write TypeConverter which converts ArrayList to a comma-separated string and back which can be stored in the attribute...
news.microsoft.com
05-06-2007 10:42 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
1 64
cant access texbox webserver control by getelementbyid(this.id) do i need to use a textbox within this control and add it. or base.render does the...
Murtaza
05-06-2007 09:31 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
1 42
Hi, I have a TableRow object which contains some cells and i want to add this TableRow object into another Table n number of times based on...
vishalbahl@gmail.com
05-03-2007 08:23 AM
vishalbahl@gmail.com Go to last post
0 39
Dear Community, If I wanted to build a control which renders both some literal content and also renders child controls what would this be? a custom...
Mark
05-03-2007 08:10 AM
Mark Go to last post
0 36
Hi, I'm new to ASP.NET, so please forgive me if my questions are sometimes nonsensical. I've read a few articals and I think I've got down the idea...
Serendipity
05-03-2007 05:11 AM
Steven Cheng[MSFT] Go to last post
12 84
Hi ! I am trying to build a search control that you can see its image at the link. The idea is the plus sign will create another line of the search...
KK
05-01-2007 11:18 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
1 64
Hi there, what woul you recommend to display and allow to modify SVG document on IE and ASP.NET ? Thanks a lot oriane
Oriane
05-01-2007 11:03 AM
MasterGaurav \(www.edujini-labs.com\) Go to last post
1 51
Hi, I have a custom control which loads data, with some critera from a property of the hosting UserControl. I try to get the property value on...
devtotal@com.com
04-27-2007 12:02 PM
John Saunders [MVP] Go to last post
3 53
Dear community, I am in the process of designing and writing a custom control that has child controls of which I have derived from the Panel...
Mark
04-27-2007 08:44 AM
Mark Go to last post
1 39
Is their a way to extend or mess with the GridView control. My goal is to add a column that has editing button (delete update, save, cancel). I did...
Chuck P
04-23-2007 09:47 PM
Steven Cheng[MSFT] Go to last post
4 42
Hi, Does anyone know of a good, cheap, prefereably free ,net control that I can use that will aloow users to not only rate something i.e.: 1-5 stars...
Rob Dob
04-18-2007 03:09 PM
Jon Paal [MSMD] Go to last post
3 40
Hi everyone. I need to develop site map control that will render <ul> and <li> tags with <a>s :) to pages; I have pages and their structure in table...
Rastko Soskic
04-18-2007 08:23 AM
Rastko Soskic Go to last post
0 37
Hi there, I'm creating a custom server control, inheriting from TextBox. It has this AsDateTime property that returns the textbox contents converted...
Benton
04-17-2007 05:21 PM
Benton Go to last post
0 56
Hi, Could some-one provide an example implementation of the CasuesValidation and ValidationGroup properties that one should implement when using...
Mark
04-15-2007 01:38 AM
Teemu Keiski Go to last post
2 78
Thanks in advance to anyone who can help :) I have a listbox within a composite control whom I want to capture the SelectedIndexChanged event. I...
studen771
04-15-2007 01:24 AM
Teemu Keiski Go to last post
1 48
Hello, I have the following requirement: I have to create a Repeater control which has two columns. One has text and other's got to have (1) a...
NKaufman
04-15-2007 01:22 AM
Teemu Keiski Go to last post
1 45
Hi, I have a UserControl that contains an AJAX.NET UpdatePanel wrapped around a DataGrid. I'm exposing the datagrid's column collection as a public...
olliecwl
04-12-2007 08:02 AM
olliecwl Go to last post
0 37
Post New Thread

Display Options
Showing threads 101 to 150 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.