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     
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 116
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 115
"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 113
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 103
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 122
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 115
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 116
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 126
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 579
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 136
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 146
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 143
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 408
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 149
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 158
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 293
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 509
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 147
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 336
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 154
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 423
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 137
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 137
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 310
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 165
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 153
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 151
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 127
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 390
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 477
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 457
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 155
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 135
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 175
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 123
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 123
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 185
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 494
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 144
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 139
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 144
Hello NG, I'm develping a custom control, which should have some further nested child controls. All works fine but when I'm assigning a skin to...
Gerrit Horeis
04-12-2007 04:45 AM
Gerrit Horeis Go to last post
0 169
Hi, I have an Active X Control that is supposed to run in Windows Media Center. This control causes an error (something along the lines of "Not...
b_jooorn@yahoo.com
04-03-2007 09:50 AM
b_jooorn@yahoo.com Go to last post
1 466
I've just finished building my composite control, it is image gallery that generates thumbnails from images in specified folder and creates new...
manikal
04-02-2007 09:26 AM
manikal Go to last post
2 164
Hi, I am interested in creating a ListItem like control that has the ability to persist its AttributeCollection in ViewState, in addition to the...
Samuel
03-28-2007 02:16 AM
Steven Cheng[MSFT] Go to last post
1 148
OK, never-mind I figured this out! For anyone that may be interested; If like me you've decided to implement the IButtonControl interface and...
Mark
03-27-2007 07:21 PM
Mark Go to last post
0 166
ViewState is also enabled for the ListBox
studen771
03-27-2007 06:04 PM
studen771 Go to last post
0 144
hi, I am new to this CompositeDataBoundControl, and I have an issue with loading viewstate on Postback. The error message is as follows: "failed to...
Samuel
03-27-2007 05:02 AM
Walter Wang [MSFT] Go to last post
4 165
I am very new at using the CompositeControl or CompositeDataBoundControl and at DataBinding in general My requirement is that I would like to...
intrader
03-25-2007 08:39 PM
intrader Go to last post
1 140
My question in its simplest form is this. How can I have the ASP.NET below map the "SomeTemplate" template to an ITemplate property without using...
richard.szalay@gmail.com
03-25-2007 06:19 PM
richard.szalay@gmail.com Go to last post
0 156
Post New Thread

Display Options
Showing threads 251 to 300 of 3268
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 - 2013, Jelsoft Enterprises Ltd.