CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > windows_hosting.hosting_open_forum Tags:
Item Type: NewsGroup Date Entered: 12/15/2003 11:16:50 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 16 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
robertc
Asp.Net User
Calendar Control Fun.12/15/2003 11:16:50 PM

0/0


I've successfully created code for what am I looking to do, which i've stuffed into an .ascx file for my gaming clans site, but my problem is that i don't want to have to create a different .ascx for each control. I could, but i'd like to develop a custom control that just accepts gameid and maybe a couple other params. I can pass the params, but have no idea on what to overwrite where and when. I need some help from you guys weather it be code samples, articles, etc. etc..

Thanks! hopefully this is enough info for ya.




master4eva
Asp.Net User
Re: Calendar Control Fun.12/16/2003 7:45:37 AM

0/0

You can create the control by overriding the CreateChildControl method and then you stuff your controls in the Control collection. Overriding the Render method is not nescarry at all - the default render method of the control will output all child controls. So you will have something like this:

TextBox textBox = new TextBox();

protected override void CreateChildControl() {
Controls.Add(textBox);
}

public YourConstructor() {
textBox.ID = ""; // does not have to be done here but
// is essential to have an ID for getting the values that are posted back
}

BTW - what game does your clan play ;-) ?
-- Justin Lovell
robertc
Asp.Net User
Re: Calendar Control Fun.12/17/2003 7:41:22 PM

0/0

Thanks master4eva.



That definaltley put me a step in the right direction. We play Bf1942/DC as well as RavenShield. www.raraaivses.net. Check us out sometime. Sites still under construction.

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
How to Run a Theater: A Witty, Practical and Fun Guide to Arts Management Authors: Jim Volz, Pages: 208, Published: 2004
ADHD: A Survival Guide for Parents and Teachers Authors: Richard A. Lougy, David K. Rosenthal, Pages: 312, Published: 2002
Pro VB 2008 and the .NET 3.5 Platform Authors: Andrew Troelsen, Pages: 1377, Published: 2008
Core Visual Basic 5 Authors: Gary Cornell, Dave Jezak, Pages: 912, Published: 1998
Yearbook of Higher Education: 1977-78 Authors: Marquis Who's Who, LLC, Pages: 704, Published: 1969
Cooking Around the Calendar with Kids: Holiday and Seasonal Food and Fun Authors: Amy Houts, Pages: 128, Published: 2002
Pro C# 2008 and the .NET 3.5 Platform Authors: Andrew Troelsen, Pages: 1370, Published: 2007
Beginning SQL Server 2005 Express Database Applications: With Visual Basic Express and Visual Web Developer Express from Novice to Professional Authors: Rick Dobson, Pages: 596, Published: 2005
Who Said School Administration Would be Fun?: Coping with a New Emotional and Social Reality Authors: Jane L. Sigford, Pages: 126, Published: 2005

Web:
Calendar Control Fun. - ng.asp-net-forum.windows ... Calendar Control Fun., > ROOT > NEWSGROUP > Asp.Net Forum > windows_hosting. hosting_open_forum, Date: 12/15/2003 11:16:50 PM, Replies: 2, Views: 4, ...
Yahoo! UI Library: Calendar Quick Links:. Examples: Explore examples of the YUI Calendar Control in action. ... Release Notes: Detailed change log for the YUI Calendar Control. ...
Calendar Sample In this video we see a demonstration of the variety of options available to configure the appearance and the behavior of the Calendar extender control from ...
CodeProject: DHTML Calendar control with Time. Free source code ... DHTML Calendar control with Time; Author: Sunil Kumtakar; Section: Client side ... It was really fun to get the control working under different Browsers. ...
ASP.NET.4GuysFromRolla.com: Extending the Calendar Control's Date ... Sep 1, 2004 ... This article, by Mehmet Genc, looks at how to enhance the Calendar Web control's date navigation by adding a couple of drop-down lists to ...
Javascript: Popup Calendar Control - Engineering Computer Network ... ECN has developed a simple Javascript Popup Calendar Control which can be tied to a text field in a form to collect dates from the user. ...
Creating a popup calendar control Many data entry forms have one or more text fields that the user should fill with a date value. Many sites have a button near these fields that when clicked ...
Field Guide to Programmers - Programming, Web Design, E-Commerce ... Home of Scal, a javascript calendar control. ... [Scal] A simple javascript calendar control. based on prototype and scriptaculous. ...
Using the ASP.NET Calendar control Learn to use ASP.NET's Calendar control to easily build applications to display and manipulate dates, months, and years. We'll show you how.
ASP.NET.4GuysFromRolla.com: Populating Form Inputs Using the ... NET calendar Web control to allow the user to select a date for a form field entry by picking a date from the calendar control!

Videos:
Unique Christmas Fun Items - Regal Beagle This Regal Beagle Video Features: Musical Wheeling Teddy Bear plays 3 songs as he fast-pedals his way into your holiday festivities (and your heart!)...
East Coast 12 Meter Model Yachts Racing Join in the fun, take a look at the East Coast 12 Meter remote control model yachts. Today's footage is from Elon College located in Elon, North Car...
Ancient Lives by John Romer - Village decays - part 1 of 5 In "Ancient Lives" John Romer traces the history of what is now called Dier-el-Medina, the village of the craftsmen and builders of the Royal tombs o...
VintageATC Video.1 We are a group of flight sim enthusiasts who decided to take a different approach to virtual air traffic controlling. Our approach is to supply "glob...
Stress Release Tutorial http://www.MySpace.com/awellnesscoach skype: carmela1236 http://www.Viddler.com *** Special: Sunday Call Oct 12th 4:30pm CT O...
SpaceVidcast Episode 004 - 04/17/2008 We chat with James Smith, the First Chair for the Office of Tomorrows Mars. Think humans won't travel on Mars in your lifetime? Think again!
WCN # 180 - World Chess News - ( Mitt i Schack ) This episode contains of: * * Chesshistory: ----------- Since the start in August 2004, more and more channels have started broadcasting WCN "Wo...
SpaceVidcast Episode 003 - 04/11/2008 In the news: Soyuz TMA-12 Expedition 17 launched and docked with the ISS, Robotic lunar base that can move (um, cool) and we have found a new planet...
Using e-Lybra and WDS products This DVD includes a demonstration and information on many of the products from World Development Systems.
Structuring Personal Information When Everything Can Be Saved and Searched... Google TechTalks May 17, 2006 William Jones William Jones is an Research Associate Professor in The Information School at the University of Washingt...




Search This Site:










sending delaying mails

input data from a textbox to different tables in the database

advice needed on building .net ecommerce site with visual web developer

download more schemes for gridview auto format??

how many ways r there that you can save session.

what is the flaw here?

a class html document

a question about deploying

vs.net setup project

parsing static html pages

contact form

listbox items, haven't you died?

pulling a variable from a conf page

requesting a cookie and putting into a textbox

asp.net help

importing external file such as site.htm, site.aspx.

any whidbey beta hosters available

why after upload can't work?

sha algorithm in asp.net

how to setup a debug.log using system.diagnostics?

resource not found after compiling!

cdonts newbie

variables

variables not holding value

regular expression to validate a text box

dealing when object in session is null

disabling a text box control so no input is allowed

refresh page after every run

hi, i'm new, and i need help!!!

simple dictionary question

  Privacy | Contact Us
All Times Are GMT