Click here to Skip to main content
15,914,109 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Which is Better? Pin
Vasudevan Deepak Kumar27-Jun-07 21:36
Vasudevan Deepak Kumar27-Jun-07 21:36 
AnswerRe: Which is Better? Pin
Mikeyyy28-Jun-07 20:39
Mikeyyy28-Jun-07 20:39 
QuestionExecution time triples with simple changes Pin
FinnGrimw27-Jun-07 12:36
FinnGrimw27-Jun-07 12:36 
AnswerRe: Execution time triples with simple changes Pin
J$27-Jun-07 13:30
J$27-Jun-07 13:30 
QuestionAuthentication exception Pin
Ananthalvan27-Jun-07 12:01
Ananthalvan27-Jun-07 12:01 
AnswerRe: Authentication exception Pin
Amit Kumar G27-Jun-07 14:01
Amit Kumar G27-Jun-07 14:01 
AnswerRe: Authentication exception Pin
Ananthalvan28-Jun-07 7:23
Ananthalvan28-Jun-07 7:23 
QuestionChild elements in a custom web control Pin
mrPony27-Jun-07 11:30
mrPony27-Jun-07 11:30 
Hello everyone,

I have created a custom webcontrol that extends from the repeater class and that uses a custom ControlBuilder class for parsing child elements. This is done so that each column in the list can be defined seperately within the .aspx page

Example:
<WebControls:CJIINList runat="server" ID="lstAreaAssignment">
    <ListColumn header="Area Designation" datafield="area" type="link" action="ViewDetails.aspx?DocID={0}" actiondata="DocID" />
    <ListColumn header="Shift" datafield="shift" type="dropdown" actiondata="1,2,3" />
    etc...
</WebControls:CJIINList>


I was able to get this to work, but in the Visual Studio designer, the child elements are all tagged with the following error message:

Validation (XHTML 1.0 Transitional): Element 'listcolumn' is not supported

Is there any way to fix this? Also, I would like intellisense to pop-up the list of properties / attributes available to the ListColumn class like it does for the CJIINList webcontrol.

Any ideas / suggestions would be greatly appreciated...

Thanks!
QuestionI Need Quick help Plz anybody... Pin
Sathyaa1527-Jun-07 9:07
Sathyaa1527-Jun-07 9:07 
AnswerRe: I Need Quick help Plz anybody... Pin
Christian Graus27-Jun-07 10:54
protectorChristian Graus27-Jun-07 10:54 
GeneralRe: I Need Quick help Plz anybody... Pin
Sathyaa1528-Jun-07 0:55
Sathyaa1528-Jun-07 0:55 
QuestionSending Mail Problem. Pin
deepaks327-Jun-07 8:38
deepaks327-Jun-07 8:38 
AnswerRe: Sending Mail Problem. Pin
Christian Graus27-Jun-07 10:55
protectorChristian Graus27-Jun-07 10:55 
GeneralRe: Sending Mail Problem. Pin
deepaks327-Jun-07 18:02
deepaks327-Jun-07 18:02 
QuestionHelp needed in performing validation Pin
gayathri_it200527-Jun-07 7:39
gayathri_it200527-Jun-07 7:39 
AnswerRe: Help needed in performing validation Pin
Not Active27-Jun-07 8:21
mentorNot Active27-Jun-07 8:21 
QuestionHttpWebRequest Pin
dekart_roo27-Jun-07 5:51
dekart_roo27-Jun-07 5:51 
QuestionDelete row from GridView which is bound to DataTable [modified] Pin
kjosh27-Jun-07 5:15
kjosh27-Jun-07 5:15 
AnswerRe: Delete row from GridView which is bound to DataTable Pin
Urs Enzler27-Jun-07 8:34
Urs Enzler27-Jun-07 8:34 
QuestionValues in array Pin
afreshpulse27-Jun-07 4:45
afreshpulse27-Jun-07 4:45 
AnswerRe: Values in array Pin
RichardGrimmer27-Jun-07 5:45
RichardGrimmer27-Jun-07 5:45 
GeneralRe: Values in array Pin
afreshpulse27-Jun-07 6:24
afreshpulse27-Jun-07 6:24 
GeneralRe: Values in array Pin
Urs Enzler27-Jun-07 8:40
Urs Enzler27-Jun-07 8:40 
GeneralRe: Values in array Pin
RichardGrimmer27-Jun-07 9:38
RichardGrimmer27-Jun-07 9:38 
QuestionNo. of hites facility in my website Pin
pathak7827-Jun-07 4:42
pathak7827-Jun-07 4:42 

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.