Geekpedia Programming Tutorials






ASP.NET Building Controls Newsgroups ASP.NET Building Controls Newsgroups

1 2 3
(109 threads in 3 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Creating Custom ListView LayoutTemplate And ItemTemplate Items

I have an issue that I have been unable to find an answer for. I have a ListView that I am binding the results of a SQL Stored procedure to. The trick is that I will not know, until runtime, which...

On Monday, November 23rd 2009 at 12:31 PM by Anonymous | No Replies

Persist Viewstate In ITemplate Child Controls

Hello Coders, I have a particularly brain frying problem today. I'd appreciate it if you can help before I test how strong the walls of the office are. I have been building a custom collapsible...

On Friday, November 13th 2009 at 01:44 PM by Anonymous | No Replies

PDA Issue

Hi, Using IE 6.0,IE 7.0,IE 8.0, We are not able to upload the attachments(*.doc,*.pdf,*.jpeg) in PDA Device. Only text file is able to attach but in deksotp it works fine for all file types....

On Wednesday, June 10th 2009 at 11:29 AM by Anonymous | No Replies

Sending Emails

Hello, I have an SQL server 2005 database/table with a name and email columns. I was wondering what would be the best way to get the data from sql and send automatic emails using a web based form...

On Thursday, June 4th 2009 at 12:31 PM by Chris | No Replies

Read Data From Access?

Hi all: I need to read an access database from a C# program and then create records in MSCRM from the Access data. However I have run into a snag with blank data values in the Access table which...

On Sunday, May 31st 2009 at 12:23 PM by Anonymous | No Replies

Proper Way To Initialize/use Persistent Properties

i'm referring to those properties that must implement the ViewState collection in order to retain it's value between postbacks. in this case, the property is not displayed in the properties box....

On Wednesday, May 20th 2009 at 12:36 PM by SilentCry | No Replies

Broadcasting Events

i have a solution that contains 2 projects - a class library project for my composite control and a web project i use to test the control. that is i use default.aspx as a container for the control...

On Sunday, May 17th 2009 at 08:36 AM by SilentCry | 2 Replies

Why No Scrollbars On My Treeview?

i'm creating a composite control that includes an asp treeview control. i'm using the treeview to display the contents of an xml file (via an xmldatasource control). since this is a composite control...

On Saturday, May 9th 2009 at 08:20 AM by SilentCry | No Replies

RowUpdating Event Of Gridview In User Control(.ascx)

I am having one gridview in user control(.ascx) where i need to call rowupdating event, so when it reaches the rowupdating event, i used to find the control (Textbox in edititemtemplate) in gridview...

On Monday, April 27th 2009 at 08:26 AM by | No Replies

SetDisplayMode() Equivalent In ASP.NET ReportViewer!!!

Hi All, I want to use any SetDisplayMode() equivalent function (like in Win Forms) in my ASP.NET Application to dynamically show SSRS Reports in PrintLayout. I know the SetDisplayMode() method...

On Monday, April 27th 2009 at 06:39 AM by Yasercom | No Replies

Design Time Support For Components An UserControls

Hello all, I need some guidance or direction to the following: I need to create a user control that includes some public properties let's say a simple Button, When the user control will be dragged...

On Thursday, April 23rd 2009 at 08:23 PM by Efy | No Replies

Export To Excel --but Also Set Print Area

I have a handy routine I tweaked from an example that Exports an Excel from a gridview. It's almost perfect except for the fact that I'd also like to set the page to fit as many columns wide to...

On Sunday, March 8th 2009 at 01:40 AM by Anonymous | No Replies

User Controls

Hello all, I created a user control for my ASP.NET project (VS 2008, Framework 3.5). It has 2 buttons, a dropdown box and a gridview. But when I double-click any of the controls in design mode,...

On Tuesday, March 3rd 2009 at 02:00 PM by Anonymous | No Replies

GridView.RowUpdated Not Firing

this is a continuation from "overriding GridView.OnRowDeleting - can call registered event handlers" I couldnt figure out how to continue this thread, but the issues in it are related so i'm including...

On Thursday, February 19th 2009 at 01:29 PM by TS | 8 Replies

Multiple Control Templates With The Same Control Names

I am trying to build a Templated Control in which any number of templates may be defined and parsed at runtime, but will allow me to define multiple controls with the same server-side id. The number...

On Tuesday, February 17th 2009 at 02:45 PM by Anonymous | No Replies

Checkboxlist "AddAttributesToRender"

when i override this in my custom checkboxlist, the event is never called. what am i doing wrong? I want to add some attributes to get rendered to the element. I did do a workaround to just add...

On Monday, February 16th 2009 at 05:04 PM by TS | 5 Replies

Registerexpandoattribute - When To Use And Why

Whenever i want to add a custom html attribute to a rendered aspx control I should use this, but want to know if the only reason I should do this instead of adding the attribute manually to the control...

On Friday, February 13th 2009 at 06:10 PM by TS | 3 Replies

Displaying Data In A Web Form

Hello, I have run into a snag with displaying data from a Sql server database in a web form. The data is displayed here: http://www.reynolddemarcojr.com/DBTest.aspx . The new page is a query of the...

On Tuesday, February 10th 2009 at 06:17 PM by Reynold DeMarco Jr | No Replies

Setting DataFormatString On A Textbox

Hello, my project has a custom GridView control (inherited from GridView) that uses TemplateFields to dynamically add controls based on meta data. Since they aren't BoundFields I am now having to...

On Thursday, February 5th 2009 at 01:29 PM by TS | 3 Replies

Display Resolution Problem

I just set up WinSer2008. it is my second install. I have a 1600x1200 resolution monitor. In my first install I could not get it higher than 1024x768 pixels. It seemed there was no driver available...

On Tuesday, February 3rd 2009 at 11:27 PM by Anonymous | No Replies

User Control Not Visible From Code File

Hi, I have a user control myUC defined as follows: cs file: namespace myNamespace { public partial class myUC : System.Web.UI.UserControl { .... } } ascx file: .......

On Tuesday, February 3rd 2009 at 10:34 PM by boydrek | No Replies

Order Of Execution In CompositeControl

I am creating a CompositeControl that implements IPostBackDataHandler. I need to know what order the following get called in: Set methods of any properties set declaratively CreateChildControls...

On Sunday, January 25th 2009 at 11:36 PM by Nathan Sokalski | No Replies

Key Feature Of .NET Development @ Gatewaytechnolabs.com

Gateway has invested in training resources and developing best practices for application development using Microsoft=92s .NET architecture. Microsoft .NET architecture key features implemented:...

On Saturday, January 17th 2009 at 05:28 AM by Mark | No Replies

Using The System.Drawing.ToolboxBitmap Attribute

I have been trying for months to get the System.Drawing.ToolboxBitmap attribute to work. I have been able to get it to work when simply entering the location of the *.ico or *.bmp on your local machine...

On Friday, January 9th 2009 at 04:21 AM by Nathan Sokalski | No Replies

Behavior Of "class" Property On UserControl

Let's say I have a UserControl and the only tag inside that ascx file looks like: SomeText Here Now, let's say I have a page that uses MyCtl... Here's what I've noticed: The...

On Tuesday, January 6th 2009 at 03:00 AM by Anonymous | 2 Replies

Multi-filtering And Sorting A Gridview

I have a gridview that I have multiple filters which I have set up in the header template of a gridview... This gridview already has an object data source called: "odsTargetCases" My following...

On Monday, December 15th 2008 at 04:51 PM by Anonymous | No Replies

Building Your Own SCADA Software -- Full .net/VC++ Source Codes

Add Diagrams and SCADA to your applications. E-XD++ Diagrammer brings accurate and intuitive diagrams and dashboards to your c++ desktop applications. It offers a comprehensive set of tools, components...

On Wednesday, December 3rd 2008 at 10:10 PM by | No Replies

Control Cannot Be Created At Design Time

I am building fairly complex control and run into this problem. Error creating control [value] cannot be set on property [Property Name] If control dropped on the page it works fine property...

On Wednesday, December 3rd 2008 at 05:12 PM by Arthur | No Replies

Custom Container Control

Hi, I am trying build a custom control which will have one or more template areas within. Although compilation is successfull, during runtime; some controls within the template area becomes nothing...

On Wednesday, December 3rd 2008 at 04:44 AM by exoz | 1 Reply

Building A Repeating Control With Template Definition

Hi I've a requirement of creating repeating controls similar to the one available in infopath form. The controls to repeat could be a combination of dropdown and check box or a combination of textbox...

On Tuesday, November 25th 2008 at 05:01 PM by | No Replies

How To Ignore Postback Data In Particular Situations

Hi everybody, Imagine the following scenario: One System.Web.UI.UserControl (UC1) with 2 drop downs and one button "Filter" One Webform with (UC1) and a GridView, basically the UC1 provides the...

On Saturday, November 15th 2008 at 12:28 AM by tiago.private@gmail.com | No Replies

LoadControl Problem For 3.5

The problem is we have to move from framework 2 to 3.5 version and some code start give me an error. //framework 2 (works correct) LayoutParts_SessionWork pWork = this.LoadControl("~/LayoutParts...

On Friday, October 24th 2008 at 11:22 AM by Anonymous | No Replies

Overriding GridView.OnRowDeleting - Can Call Registered Event Handlers

Hello, I have a custom GridView and it overrides onRowDeleting and doesn't call base.OnRowDeleting because the person implementing had undesirable effects. the problem is I now when clients of this...

On Monday, October 20th 2008 at 05:17 PM by TS | 12 Replies

Non Default Properties

Dear All, In Visual Foxpro you can filter Non-Default Properties, methods, events is there a way to do this on Visual Basic.Net 2005 or 2008 ? Thanks alot, Kilo

On Saturday, October 11th 2008 at 12:58 AM by Kilo | No Replies

Chinese Antique

Q2hpbmVzZSBhbnRpcXVlDQp3b3JsZCBmaXJzdCwgdGhlIGFudGlxdWUgY2hpbmF3YXJlIHNlcmll cyBwbGVhc2Ugd2F0Y2ghDQpFbnRpcmUgZmlkZWxpdHkgMTAwJSBBbnRpcXVlICgxOTEyLTE5NDkp IFJlcHVibGljIG9mIENoaW5hIHBvcmNlbGFpbg0KdGVhcG90IDgyNSBjaGluYXdhcmVzIDQwMCBw...

On Friday, October 10th 2008 at 06:58 AM by 588 | No Replies

Dllhost Flake Here And There To 100% CPU Utilization.

Hi I having a bit of a problem on our Web server, we are facing this issue for almost more then 5 years now, we have done lot of research on this many google query and reples most of them refer...

On Monday, October 6th 2008 at 10:59 AM by Imran | No Replies

Dllhost Flake Here And There To 100% CPU Utilization.

Hi I having a bit of a problem on our Web server, we are facing this issue for almost more then 5 years now, we have done lot of research on this many google query and reples most of them refer...

On Monday, October 6th 2008 at 10:58 AM by Imran | No Replies

NamingContainer Null During Page Lifecycle

I am declaratively settting value of custom control in aspx page: 929-302-2093 This control has a Text property and in side its setter, i am calling ensure childControls, which creates my child...

On Friday, October 3rd 2008 at 06:45 PM by TS | 1 Reply

Custom Sorting

Hi, I've a requirement in which I want to use the custom sorting.. I mean I've a dropdown with sortable column names and when the user selects the particular column from dropdown , I need to sort...

On Tuesday, September 30th 2008 at 10:31 AM by Anonymous | No Replies

Control Life Cycle Events Not Firing When Control Is Invisible

thru my testing it seems that neither createChildControls nor onPreRender will run if the control is invisible, but Render still runs. Am i correct and why does render run if the others dont? thanks...

On Monday, September 29th 2008 at 02:10 PM by TS | 5 Replies

Controls Question

I want to develop a Form Generator tool that consists of a toolbox and a design screen where an enduser can select controls from a small set controls (textbox, label,...) from the toolbox and drag...

On Thursday, September 25th 2008 at 02:01 PM by Anonymous | 1 Reply

New Business Card / Label Print Component .NET Source Code Solution V12.50 Released

New Business Card / Label Print Component .NET Source Code Solution V12.50 Released Product Tour E-XD++ and UCCDraw product walkthrough : http://www.ucancode.net/XDFeature/feature.htm Here you can...

On Wednesday, September 24th 2008 at 12:22 PM by | No Replies

Change The Color Of Groupname In Panel Control

hi there, i am not able to change the color of Groupname in panel control from blue to black. I read somewhere, if i set the forecolour of the panel, both the groupingtext and text are rendered the...

On Tuesday, September 23rd 2008 at 08:14 AM by kaushik | No Replies

Web Custom Control And Dynamic Images

Hi, I have a web custom control that creates a div on the client. Inside this div, and by using javascript, several images are created but its content is dynamic by nature. In current implementation...

On Monday, September 22nd 2008 at 12:30 PM by Alfonso Moreno | No Replies

Resource Files, Images, And The ImageUrl Property

I have a resource file (*.resx) with several images in it. I am having trouble finding a way to use these images for controls such as Image, ImageButton, and other controls that an image can be assigned...

On Sunday, September 14th 2008 at 01:01 AM by Nathan Sokalski | 3 Replies

Page Snippets?

Hello, I don't if this is the appropriate group, but maybe it is... I'm relatively new to ASP.NET. I have a number of pages that display data in a GridView and I want to add simple filtering facility...

On Tuesday, September 9th 2008 at 09:11 AM by Peter | No Replies

Dynamic Loaded Ascx Delegate Event Not Firing In Parent Form

I have am dynamically loading a web user control based on the click of a tab strip I load the default control for the first tab in the page load event after checking page is not postback. After that...

On Saturday, September 6th 2008 at 08:07 PM by CMELLO@tams.com | 1 Reply

Adding A Button To RenderContents Routine

I am building a control that shows a "Contract" that builds the contract from the database. This control will be used in several projects as it is a common task in our software. I want to put...

On Wednesday, September 3rd 2008 at 12:33 AM by Anonymous | No Replies

Web Parts Connectivity

is it possible to use ajax in connected web parts... Ive web part 'A' which implements Ajax. The web part 'A' acts a s a provider for web part 'B'. But when Ajax code is enabled, the web part...

On Tuesday, September 2nd 2008 at 08:29 AM by Anonymous | No Replies

Updating An ASP.NET Site

Hi My ASP.NET site is getting rather large in file storage. To avoid having to upload the whole GB of data for every update I nee to update only the files that where updated. If I change the code...

On Thursday, August 28th 2008 at 01:51 PM by Lars | 1 Reply
1 2 3
(109 threads in 3 pages)
Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons