Click here to Skip to main content
15,891,473 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem in 'window.confirm' Pin
souravghosh1817-May-09 20:30
souravghosh1817-May-09 20:30 
AnswerRe: problem in 'window.confirm' Pin
Vasudevan Deepak Kumar17-May-09 20:53
Vasudevan Deepak Kumar17-May-09 20:53 
GeneralRe: problem in 'window.confirm' Pin
souravghosh1817-May-09 20:58
souravghosh1817-May-09 20:58 
GeneralRe: problem in 'window.confirm' Pin
Vasudevan Deepak Kumar17-May-09 21:13
Vasudevan Deepak Kumar17-May-09 21:13 
AnswerRe: problem in 'window.confirm' [modified] Pin
Brij17-May-09 21:09
mentorBrij17-May-09 21:09 
GeneralRe: problem in 'window.confirm' Pin
N a v a n e e t h17-May-09 21:14
N a v a n e e t h17-May-09 21:14 
AnswerRe: problem in 'window.confirm' Pin
N a v a n e e t h17-May-09 21:13
N a v a n e e t h17-May-09 21:13 
QuestionBinding Generic Collections to an ASP.GridView Pin
Juvil John17-May-09 20:27
Juvil John17-May-09 20:27 
Hi,

I have a generic object of type List<Items> with a sub collection of objects of type List<Descriptions>. I want to bind them to a gridview but not sure if it's possible, I have tried binding only the object of type List<Items> but if I try adding an ItemTemplate with another grid to try to bind the object of type List<Descriptions> i'm getting an error. says "it should implement IDatasource." something.

my column structure in the grid would look like this.

<Columns>
<asp:BoundField DataField="Key" HeaderText="Key" SortExpression="Key" />
<asp:BoundField DataField="Name" HeaderText="Name" SortExpression="Name" />
<asp:TemplateField HeaderText="Descriptions" HeaderStyle-CssClass="headerstyle">
    <ItemTemplate>
        <asp:GridView ID="gv_descriptions" runat="server" DataSourceID='<%# DataBinder.Eval(Container.DataItem, "Descriptions") %>' AutoGenerateColumns="false"
            AllowPaging="true" EnableViewState="false" BorderStyle="None" GridLines="None" ShowEmptyTable="true" AllowSorting="true">
            <Columns>
                <asp:BoundField DataField="Description" HeaderText="ShortDescription" SortExpression="ShortDescription" />
            </Columns>
        </asp:GridView>
    </ItemTemplate>
</asp:TemplateField>
</Columns>

AnswerRe: Binding Generic Collections to an ASP.GridView Pin
N a v a n e e t h17-May-09 21:16
N a v a n e e t h17-May-09 21:16 
AnswerRe: Binding Generic Collections to an ASP.GridView Pin
mr_muskurahat17-May-09 21:18
mr_muskurahat17-May-09 21:18 
QuestionDebug Information Pin
yadlaprasad17-May-09 20:19
yadlaprasad17-May-09 20:19 
AnswerRe: Debug Information Pin
Vasudevan Deepak Kumar17-May-09 20:53
Vasudevan Deepak Kumar17-May-09 20:53 
AnswerRe: Debug Information Pin
saanj17-May-09 21:58
saanj17-May-09 21:58 
QuestionProblem in typecasting date in javascript Pin
ais0717-May-09 19:46
ais0717-May-09 19:46 
AnswerRe: Problem in typecasting date in javascript Pin
Vijayitsb17-May-09 20:04
Vijayitsb17-May-09 20:04 
Questionhelp regarding dynamic data template Pin
sarang_k17-May-09 18:14
sarang_k17-May-09 18:14 
AnswerRe: help regarding dynamic data template Pin
Abhishek Sur17-May-09 22:02
professionalAbhishek Sur17-May-09 22:02 
QuestionWebDev.WebServer.exe has encountered a problem Pin
Subin Alex17-May-09 18:07
Subin Alex17-May-09 18:07 
AnswerRe: WebDev.WebServer.exe has encountered a problem Pin
N a v a n e e t h17-May-09 18:23
N a v a n e e t h17-May-09 18:23 
QuestionBulletin Board used with Repeater Pin
lsh486love17-May-09 14:49
lsh486love17-May-09 14:49 
AnswerRe: Bulletin Board used with Repeater Pin
N a v a n e e t h17-May-09 16:14
N a v a n e e t h17-May-09 16:14 
QuestionGetting text from textbox in a DataList Pin
Matt Cavanagh17-May-09 9:46
Matt Cavanagh17-May-09 9:46 
AnswerRe: Getting text from textbox in a DataList Pin
N a v a n e e t h17-May-09 16:21
N a v a n e e t h17-May-09 16:21 
GeneralRe: Getting text from textbox in a DataList Pin
Matt Cavanagh17-May-09 18:57
Matt Cavanagh17-May-09 18:57 
QuestionSession_Start method's invocation on starting application/session Pin
NetQuestions17-May-09 8:47
NetQuestions17-May-09 8:47 

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.