Click here to Skip to main content
15,918,193 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: XML Pin
kirthikirthi8-Aug-06 10:36
kirthikirthi8-Aug-06 10:36 
GeneralRe: XML Pin
cloudking119668-Aug-06 23:07
cloudking119668-Aug-06 23:07 
GeneralRe: XML Pin
kirthikirthi9-Aug-06 7:52
kirthikirthi9-Aug-06 7:52 
Questionwriting multiple files to a single zip file Pin
jung19758-Aug-06 8:57
jung19758-Aug-06 8:57 
QuestionHow can I put a text value into Textarea, which is a part of asp-Table? Pin
HilSoft8-Aug-06 8:56
HilSoft8-Aug-06 8:56 
AnswerRe: How can I put a text value into Textarea, which is a part of asp-Table? Pin
bugnuker8-Aug-06 9:36
bugnuker8-Aug-06 9:36 
GeneralRe: How can I put a text value into Textarea, which is a part of asp-Table? Pin
HilSoft8-Aug-06 10:42
HilSoft8-Aug-06 10:42 
QuestionLoop through WebControls and my CMS.... Pin
Kasic Slobodan8-Aug-06 7:54
Kasic Slobodan8-Aug-06 7:54 
I want to build my own CMS something like DotNetNuke as my own site and to distribute it freely.
In addition to that, I have some questions:

1. When Iam adding controls to a PlaceHolers, I want to be able to save the controls in selected PlaceHolder so on next refresh, all controls are where they are supposed to be.
Do I have to save the controls for selected PlaceHolder in database (for example) or there is something already intergrated inside .NET 2.0 (or .NET 1.1)?
I can do it by saving it into the database, but why should I invent the hot water if it's alredy invented inside the .NET 2.0 (or 1.1).
I better ask...

2. I want to list all PlaceHolders on WebForm but this code doesen't work.
What Iam doing wrong?

foreach (Control c in this.Controls)<br />
{<br />
    if (c is PlaceHolder)<br />
    {<br />
        holder.Items.Add(c.ID); // holder is combobox<br />
    }<br />
}

AnswerRe: Loop through WebControls and my CMS.... Pin
Ramasubramaniam8-Aug-06 10:52
Ramasubramaniam8-Aug-06 10:52 
GeneralRe: Loop through WebControls and my CMS.... Pin
Kasic Slobodan8-Aug-06 11:27
Kasic Slobodan8-Aug-06 11:27 
GeneralRe: Loop through WebControls and my CMS.... Pin
Kasic Slobodan8-Aug-06 12:53
Kasic Slobodan8-Aug-06 12:53 
QuestionNeed the Information how to link the EPDQ Barclay In ASP.net [modified] Pin
Syed Taqi8-Aug-06 7:38
Syed Taqi8-Aug-06 7:38 
QuestionDataCalendar - Looking for Mike Ellison Pin
bugnuker8-Aug-06 6:41
bugnuker8-Aug-06 6:41 
AnswerRe: DataCalendar - Looking for Mike Ellison Pin
Mike Ellison8-Aug-06 10:26
Mike Ellison8-Aug-06 10:26 
Questionhow i can add sqldataadapter in datagrid by using <b>toolbox(data)</b> Pin
omi988-Aug-06 6:10
omi988-Aug-06 6:10 
AnswerRe: sqldataadapter Pin
Not Active8-Aug-06 7:16
mentorNot Active8-Aug-06 7:16 
AnswerRe: sqldataadapter Pin
Ramasubramaniam8-Aug-06 10:49
Ramasubramaniam8-Aug-06 10:49 
GeneralRe: sqldataadapter Pin
omi989-Aug-06 5:42
omi989-Aug-06 5:42 
GeneralRe: sqldataadapter Pin
Ramasubramaniam9-Aug-06 7:31
Ramasubramaniam9-Aug-06 7:31 
GeneralRe: sqldataadapter Pin
omi9810-Aug-06 2:00
omi9810-Aug-06 2:00 
QuestionNeed Advice - Setting-up .NET for Classic ASP shop Pin
robert1108-Aug-06 6:09
robert1108-Aug-06 6:09 
AnswerRe: Need Advice - Setting-up .NET for Classic ASP shop Pin
Not Active8-Aug-06 6:42
mentorNot Active8-Aug-06 6:42 
GeneralRe: Need Advice - Setting-up .NET for Classic ASP shop [modified] Pin
robert1108-Aug-06 6:48
robert1108-Aug-06 6:48 
GeneralRe: Need Advice - Setting-up .NET for Classic ASP shop Pin
Not Active8-Aug-06 6:57
mentorNot Active8-Aug-06 6:57 
GeneralRe: Need Advice - Setting-up .NET for Classic ASP shop Pin
robert1108-Aug-06 7:01
robert1108-Aug-06 7:01 

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.