Click here to Skip to main content
15,897,371 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: grid view in edit item template gridview Pin
Pete O'Hanlon1-Nov-07 23:40
mvePete O'Hanlon1-Nov-07 23:40 
GeneralRe: grid view in edit item template gridview Pin
Rocky#2-Nov-07 2:01
Rocky#2-Nov-07 2:01 
Questionhow its possible Pin
jagadeeshkumar19841-Nov-07 18:28
jagadeeshkumar19841-Nov-07 18:28 
QuestionLooping through data returned from database. Pin
csinva1-Nov-07 18:00
csinva1-Nov-07 18:00 
QuestionASP.net ReorderList Control /w Many Items Pin
expinch1-Nov-07 17:18
expinch1-Nov-07 17:18 
QuestionToolBox Problem Pin
beatles16921-Nov-07 15:32
beatles16921-Nov-07 15:32 
AnswerRe: ToolBox Problem Pin
Christian Graus1-Nov-07 17:39
protectorChristian Graus1-Nov-07 17:39 
QuestionCustom control collapseble panel Pin
matsnas1-Nov-07 12:28
matsnas1-Nov-07 12:28 
I want to create a control that has a header (text and and image background) that when clicked, expands/collapses a body content.

I want could easily create this with two divs(Div A and B) and a javascipt that sets the style attribute 'display' to 'none' for div B wen clicking div B but I want to hide this implementation.

I'd like to be able to use the control somehing like this:
<br />
  <MyControl ID="cc1" runat="server"><br />
    <HeadTemplate class="container_head"><br />
      SomeText<br />
    </HeadTemplate><br />
    <ItemTemplate class="container_body"><br />
      <a href="#">List some items</a><br />
      <a href="#">Add some item</a><br />
    </ItemTemplate><br />
  MyControl><br />


...or
<br />
  <MyControl ID="cc1" runat="server" class="container_head" Text="SomeText"><br />
    <Div class="container_body"><br />
      <a href="#">List some items</a><br />
      <a href="#">Add some item</a><br />
    </Div><br />
  MyControl><br />

AnswerRe: Custom control collapseble panel Pin
Not Active1-Nov-07 16:25
mentorNot Active1-Nov-07 16:25 
AnswerRe: Custom control collapseble panel Pin
N a v a n e e t h1-Nov-07 20:33
N a v a n e e t h1-Nov-07 20:33 
QuestionError: 'theForm.__SCROLLPOSITIONX' is null or not an object Pin
gates091-Nov-07 9:16
gates091-Nov-07 9:16 
QuestionGrid View Delete Command. Pin
Dio221-Nov-07 8:40
Dio221-Nov-07 8:40 
AnswerRe: Grid View Delete Command. Pin
Dio221-Nov-07 9:56
Dio221-Nov-07 9:56 
QuestionImporting Controls made in Visual C# into ASP.NET Pin
jblouir1-Nov-07 6:59
jblouir1-Nov-07 6:59 
AnswerRe: Importing Controls made in Visual C# into ASP.NET Pin
Christian Graus1-Nov-07 10:49
protectorChristian Graus1-Nov-07 10:49 
AnswerRe: Importing Controls made in Visual C# into ASP.NET Pin
Pete O'Hanlon1-Nov-07 11:44
mvePete O'Hanlon1-Nov-07 11:44 
QuestionProblem in using EditItemTemplate of GridView while keeping the AutoGenerateEdit=false Pin
Rocky#1-Nov-07 5:29
Rocky#1-Nov-07 5:29 
QuestionASP.Net & C# Pin
KBM731-Nov-07 4:50
KBM731-Nov-07 4:50 
AnswerRe: ASP.Net &amp; C# Pin
pmarfleet1-Nov-07 6:06
pmarfleet1-Nov-07 6:06 
QuestionSQLDataSource Pin
recono11-Nov-07 4:38
recono11-Nov-07 4:38 
AnswerRe: SQLDataSource Pin
dataminers1-Nov-07 6:59
dataminers1-Nov-07 6:59 
GeneralRe: SQLDataSource Pin
dataminers1-Nov-07 14:07
dataminers1-Nov-07 14:07 
QuestionFirefox script Pin
Mr.Sam1-Nov-07 3:45
Mr.Sam1-Nov-07 3:45 
AnswerRe: Firefox script Pin
Guffa1-Nov-07 9:21
Guffa1-Nov-07 9:21 
AnswerRe: Firefox script Pin
Pete O'Hanlon1-Nov-07 11:53
mvePete O'Hanlon1-Nov-07 11:53 

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.