Click here to Skip to main content
15,923,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
davidstern10025-Jan-07 14:30
davidstern10025-Jan-07 14:30 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
minhpc_bk25-Jan-07 14:56
minhpc_bk25-Jan-07 14:56 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
davidstern10025-Jan-07 15:28
davidstern10025-Jan-07 15:28 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
minhpc_bk25-Jan-07 15:38
minhpc_bk25-Jan-07 15:38 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
davidstern10025-Jan-07 17:19
davidstern10025-Jan-07 17:19 
QuestionUser controls and Custom controls Pin
Tina P24-Jan-07 13:12
Tina P24-Jan-07 13:12 
AnswerRe: User controls and Custom controls Pin
minhpc_bk24-Jan-07 13:57
minhpc_bk24-Jan-07 13:57 
GeneralRe: User controls and Custom controls Pin
Tina P25-Jan-07 11:37
Tina P25-Jan-07 11:37 
Thanks for your response. Yes that’s what I meant the code behind (assx.cs file). We are using a custom control also which is built as a library project with bunch of .cs files. Now for example if I want to add a new property to change or customize the tab order, how do I do that. I mean inside the .cs file I can probably come up with a new prop like this:
<br />
<br />
public string AltText<br />
		{<br />
			get<br />
			{<br />
				return strAltText;<br />
			}<br />
			set<br />
			{<br />
				strAltText = value;<br />
			}<br />
		}<br />
<br />


Then I could set this property by doing something like this: System.Web.UI.Control.WebControl.Image.AlternativeText = “strAltText”; This could be done because the object image does understand and expose this property called AlternativeText. However if I want something else such as Tab order set up…which is not there by default or any other third property such RotateImage…I would have to write custom code to accomplish that. And that’s where I’m getting a little confused. Not sure how to do that. Any ideas/ comments guys. By the way, RotateImage is just an example, I would want to set the TabOrder though. Is there something similar to TABIndex property that most html and some web controls also have??
GeneralRe: User controls and Custom controls Pin
minhpc_bk25-Jan-07 14:33
minhpc_bk25-Jan-07 14:33 
GeneralRe: User controls and Custom controls Pin
Tina P26-Jan-07 6:46
Tina P26-Jan-07 6:46 
GeneralRe: User controls and Custom controls Pin
minhpc_bk26-Jan-07 17:47
minhpc_bk26-Jan-07 17:47 
GeneralRe: User controls and Custom controls Pin
Tina P27-Jan-07 18:18
Tina P27-Jan-07 18:18 
GeneralRe: User controls and Custom controls Pin
minhpc_bk28-Jan-07 19:04
minhpc_bk28-Jan-07 19:04 
GeneralRe: User controls and Custom controls Pin
Tina P29-Jan-07 18:33
Tina P29-Jan-07 18:33 
QuestionDeployment and Session State Pin
Andrew S. Kloos24-Jan-07 11:01
Andrew S. Kloos24-Jan-07 11:01 
AnswerRe: Deployment and Session State Pin
minhpc_bk24-Jan-07 14:04
minhpc_bk24-Jan-07 14:04 
Questionget the Documents and Settings directory Pin
Mack Ait-Aoudia24-Jan-07 10:38
Mack Ait-Aoudia24-Jan-07 10:38 
AnswerRe: get the Documents and Settings directory Pin
minhpc_bk24-Jan-07 14:45
minhpc_bk24-Jan-07 14:45 
Questionstring value Pin
netJP12L24-Jan-07 9:35
netJP12L24-Jan-07 9:35 
AnswerRe: string value Pin
Mack Ait-Aoudia24-Jan-07 10:55
Mack Ait-Aoudia24-Jan-07 10:55 
AnswerRe: string value Pin
Artem Kustikov25-Jan-07 0:55
Artem Kustikov25-Jan-07 0:55 
QuestionData Grid Control Pin
Civic0624-Jan-07 9:18
Civic0624-Jan-07 9:18 
AnswerRe: Data Grid Control Pin
ednrgc24-Jan-07 9:21
ednrgc24-Jan-07 9:21 
QuestionDynamic columns in Matrix report in Reporting services. Pin
kalyan_vb24-Jan-07 7:40
kalyan_vb24-Jan-07 7:40 
QuestionUsing OptGroup in DropDownList Pin
wEb GuRu...24-Jan-07 7:13
wEb GuRu...24-Jan-07 7:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.