HighTechTalks DotNet Forums  

Sponsored Links


ASP.net Web Controls microsoft.public.dotnet.framework.aspnet.webcontrols


Discuss in the ASP.net Web Controls forum.



Post New Thread
Threads in Forum : ASP.net Web Controls Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I know this has been beaten a hundred different ways, but I've tried them all and I'm stuck. I have a web control on a web form. The web control is...
crferguson@gmail.com
07-25-2007 12:38 PM
crferguson@gmail.com Go to last post
0 42
I just wanted to share a solution I found to performing a dynamic image swap on a group of imagebuttons in a webcontrol. The scenario is I have a...
crferguson@gmail.com
07-25-2007 09:29 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
1 41
Dear All; i want to display data in dropdown list with extend alignment as follow: ADB.............1 Project WB.............12...
=?UTF-8?B?4Z6c4Z634Z6F4Z634Z6P4Z+S4Z6aIFZpY2hldA==?=
07-25-2007 09:26 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
2 44
Hi, I am developing an application in ASP.NET using c#. I have embed windows media player into my website and play media files. When client is going...
swapnilbhavsar@yahoo.co.in
07-25-2007 09:24 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
1 41
I want write a custom controls (Button or ImageButton derived) and want set the "name" tag to my custom value use this.Attributes =...
jiatiejun
07-25-2007 09:22 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
1 39
I need to dynamically construct a table in code (vb.net) that will have merged cells. It should look something like...
Greg
07-25-2007 09:18 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
1 43
I want change the Label's Text value in client side by javascript I use getElementById to set control's innerText value but the new value can't...
jiatiejun
07-25-2007 09:16 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
1 36
Where can I download button skins?
David Kempler
07-25-2007 09:14 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
1 49
Can anyone tell me why the below code returns error? Exception Details: System.IO.FileNotFoundException: Could not find file Dim strLFolder As...
Amritha.Datta@gmail.com
07-25-2007 09:12 AM
Steve C. Orr [MCSD, MVP, CSM, ASP Insider] Go to last post
2 36
Hi, I have a user control in which I set some style properties programmatically, like so: divMain.Style.Add("width", Me.PixelWidth.ToString &...
Monty
07-24-2007 12:57 PM
Monty Go to last post
3 35
Hi All I have a gridview and a reportviewer on my webpage where the reportviewer queries (taking 1 min) run asynchronusly in...
=?Utf-8?B?QWRuYW4=?=
07-24-2007 09:40 AM
=?Utf-8?B?QWRuYW4=?= Go to last post
0 36
I have an ASP.Net 2 page with a Report Viewer control (sp1) that displays a local report. The report uses the results from a SQL Server 2005...
Duke
07-24-2007 09:36 AM
=?Utf-8?B?QWRuYW4=?= Go to last post
8 58
Hello, thank you for taking the time to read this. I am totally stumped on this one. I have a ton of TD attributes that have to be changed based...
Shannon
07-23-2007 12:19 PM
David R. Longnecker Go to last post
1 44
Environment: VS2005, sql server 2000, Win XP I put runat=server on a regular HTML table. Then instead of setting the style in the html I want to...
=?Utf-8?B?Q2hyaXMgRGF2b2xp?=
07-23-2007 03:42 AM
marss Go to last post
1 34
I am trying to write a custom date control with 3 drop downs one each for year, month, day. SelectedDate, MaximumDate, MinimumDate are properties...
brandonjack007@gmail.com
07-22-2007 02:48 PM
brandonjack007@gmail.com Go to last post
0 43
I am using Arraylist to populate a drop down I get outofmemoryexception at this line for (iYear = 0; iYear <= oYearsList.Count - 1;...
brandonjack007@gmail.com
07-22-2007 09:21 AM
Teemu Keiski Go to last post
1 50
Hi, I have a CreateUserWizard control with an added step at the beginning which is basically a place the user will enter a key that he will be...
Al
07-21-2007 04:59 PM
Al Go to last post
0 40
Hi, I am just getting started developing custom user controls, and I am having issues keep the inner properties of nested controls in sync with the...
Alexander Higgins
07-20-2007 07:58 PM
Alexander Higgins Go to last post
0 38
I am looking for a date custom web control. The UI will have 3 drop down box. Each for day, month, year The control will have the following...
brandonjack007@gmail.com
07-20-2007 01:56 PM
David R. Longnecker Go to last post
3 41
I have built and used a custom control which works fine. I now want to add a property that I can set from the various pages where I use the...
=?Utf-8?B?TWlrZSBPd2Vu?=
07-20-2007 12:48 PM
=?Utf-8?B?TWlrZSBPd2Vu?= Go to last post
0 35
I have built and used a custom control which works fine. I now want to add a property that I can set from the various pages where I use the...
=?Utf-8?B?TWlrZSBPd2Vu?=
07-20-2007 12:46 PM
=?Utf-8?B?TWlrZSBPd2Vu?= Go to last post
0 38
I have a wizard Control with a few steps. One of the steps needs to fill a gridview. One of the parameters for the Gridview's objectdatasource...
=?Utf-8?B?Z292ZXI=?=
07-19-2007 09:48 PM
=?Utf-8?B?Z292ZXI=?= Go to last post
0 39
I need a simple Date Custom Web Control (NOT a user control) written in .Net 2.0 C# : UI: Three Drop downs: Month, Day, Year Properties Date...
brandonjack007@gmail.com
07-19-2007 05:15 PM
brandonjack007@gmail.com Go to last post
0 35
hello, i have an inherited Textbox control that adds a customvalidator to its controls. This works fine. I have another composite control...
TS
07-19-2007 11:37 AM
TS Go to last post
7 42
I'm using an asp.net 2.0 fileUpload control which works fine. What I'd like is that when a user clicks on the browse button the dialog shows ...
=?Utf-8?B?SmFtZXMgUGFnZQ==?=
07-19-2007 11:36 AM
=?Utf-8?B?SmFtZXMgUGFnZQ==?= Go to last post
2 40
Hello, I need to see if we can create control that will do the following: I have a company A with divisions B, C, D and E (these could grow...
NKaufman
07-18-2007 05:46 PM
NKaufman Go to last post
0 36
I have trouble getting an object reference from aspx in c# code. I have 2 User Controls created in an aspx page: .... <MyNamesp:MyControl1...
mAbZ
07-18-2007 04:35 PM
mAbZ Go to last post
0 32
Hi I'm trying to instantiate 2 UserControls in an aspx page: .... <MyNamespace:MyControl1 ID="ctrl1" runat="server" ParentWindow="<%# this %>"...
Iza
07-18-2007 03:47 PM
Iza Go to last post
0 34
I have tried for a couple of days to figure how to change the bordercolor of a DropDownList to match the background color of the page but to no...
=?Utf-8?B?TWlrZSBE?=
07-18-2007 10:06 AM
=?Utf-8?B?TWlrZSBE?= Go to last post
2 34
I was previously using a GridView control and the first field displayed was an image. I accomplished this with the following...
Brian
07-18-2007 08:14 AM
David R. Longnecker Go to last post
1 52
Hello, In my project, I'm using the standard Webcontrols.Menu on a page. I want to be able to manipulate the menuitems with javascript. Therefore,...
Dittrich
07-18-2007 05:16 AM
Dittrich Go to last post
0 44
Hi, Is that possible to apply background image for the place (table cell) where the "CollapseImageUrl" image at? Or I have to create my...
raypolee@gmail.com
07-17-2007 05:32 PM
raypolee@gmail.com Go to last post
0 52
Hi, Heres my problem. I have a DropDownList Box that on SelectedIndexChanged changes some other controls. It the user selects the DropDownList box...
=?Utf-8?B?RFA3?=
07-17-2007 04:12 PM
=?Utf-8?B?RFA3?= Go to last post
0 46
I have an application under development that contains, among other controls, two listboxes containing Available Tasks and Assigned Tasks. Let's say...
=?Utf-8?B?QWxCcnVBbg==?=
07-17-2007 08:56 AM
=?Utf-8?B?QWxCcnVBbg==?= Go to last post
2 49
Hi, I am load-testing a VB.NET 1.1 web app and have encountered the following two errors: 1) Multiple controls with the same ID 'CheckBox1' were...
Eamonn O'Connell
07-17-2007 08:00 AM
Eamonn O'Connell Go to last post
0 37
Hello group, this is nwb question, please explain as much detail as u can: I'm trying to update database from a FormView control, the...
Fidencio Monroy
07-16-2007 01:26 AM
Fidencio Monroy Go to last post
0 42
Not sure if this is the group to post this question, but here it goes.... I just got a new laptop at work and they loaded the following...
Daniel
07-13-2007 02:20 PM
Daniel Go to last post
3 55
In VS 2003 there was a template for building a web custom control. In VS 2005 there is no such template. Where are the instructions for building a...
=?Utf-8?B?QXJuZSBHYXJ2YW5kZXI=?=
07-12-2007 12:44 PM
David R. Longnecker Go to last post
3 51
Hello: In a master page, I have a treeview control with levels defined by web.sitemap. I have 3 levels in the treeview and 3 nodes (nodes A, B, C)...
=?Utf-8?B?UGF1bA==?=
07-11-2007 12:14 PM
=?Utf-8?B?UGF1bA==?= Go to last post
0 45
Can I print to POS printer (printer for billing reports, bus tickets etc.) from asp.net aplication? I need to print ticket, then patrial cut and...
Igor
07-11-2007 06:34 AM
Harold Demure Go to last post
4 52
Hi Everyone i have created usercontrol in asp.net 1.1(code behind vb.net) which contain one button.when i click that button some action should...
=?Utf-8?B?cHJhYmh1XzI3Xzg0?=
07-11-2007 06:34 AM
=?Utf-8?B?cHJhYmh1XzI3Xzg0?= Go to last post
0 48
Hi I am trying to create a custom menu control which will enhance the current System.Web.UI.WebControls.Menu Control, therefore I start with...
=?Utf-8?B?QW50aG9ueQ==?=
07-10-2007 11:52 AM
=?Utf-8?B?QW50aG9ueQ==?= Go to last post
0 41
hi all. I have a .NET page with some AJAX calendar extender tags to make a date pop up window appear. I notice one thing about the behavior of the...
E L
07-10-2007 09:37 AM
E L Go to last post
0 54
Hi, I am using a databound web control (infragistics webgrid) whose dataobject's delete row property is set to run a particular method in the...
Rob
07-10-2007 03:13 AM
Rob Go to last post
0 41
I have an equipment checkout app that I have that allows people to checkout a certain piece of equipment for a certain date and it works using a...
Bill.Bohanon@gmail.com
07-09-2007 03:46 PM
David R. Longnecker Go to last post
1 42
How do you view the DataViewField in a lbloutput for the item selected from a Listbox? Thanks, Kelly Gribus toughguy61 (AT) yahoo (DOT) com
Kelly Gribus
07-07-2007 12:22 PM
Kelly Gribus Go to last post
0 53
I have a page that dynamically generates various controls and places them on a page. One of the controls is a UserControl . I have a static class...
Larry R
07-06-2007 03:49 PM
Larry R Go to last post
0 42
I have a page that allows the user to search a DB by querying one of 3 fields. When results are returned, I want the user to be able to click a value...
CJM
07-06-2007 11:01 AM
CJM Go to last post
2 44
Hi We're trying to maually deserialize the Personalization Blob for WebParts, seemed pretty straight forward, however we get the error "The...
=?Utf-8?B?VG9tIEpvaG4=?=
07-06-2007 05:05 AM
Steven Cheng[MSFT] Go to last post
3 49
I want to capture values from dropdown lists and pass values as parameters to stored procedure. I select a value in the dropdown list, when I click...
JD
07-05-2007 10:07 AM
JD Go to last post
2 47
Post New Thread

Display Options
Showing threads 1151 to 1200 of 10651
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.