Forum: ASP.NET Jan 12th, 2006 |
| Replies: 1 Views: 7,154 please ignore this post...i got it solved... |
Forum: ASP.NET Jan 12th, 2006 |
| Replies: 1 Views: 2,213 please ignore this post...i got it solved... |
Forum: ASP.NET Jan 12th, 2006 |
| Replies: 3 Views: 12,011 please ignore this post...i got it solved... |
Forum: ASP.NET Jan 12th, 2006 |
| Replies: 3 Views: 12,011 guys, i have this function:
Public Function GetDataSource(ByVal dataItem As Object) As DataTable
Dim intNo As String = DataBinder.Eval(dataItem, "Item_No")
Dim blahdt As... |
Forum: ASP.NET Jan 11th, 2006 |
| Replies: 1 Views: 2,213 Hello All,
i know how to add rows(sub headings) to the stand alone datagrid...i have followed the tutorials at
http://aspnet.4guysfromrolla.com/articles/072603-1.aspx
but how can i do the... |
Forum: ASP.NET Jan 10th, 2006 |
| Replies: 0 Views: 1,781 Hello Guys, here is what i am trying to do...i am trying to add some rows(subheading rows) to the child grid inside the master datagrid and not sure where to do it...
i have filled my datasets as... |
Forum: ASP.NET Jan 10th, 2006 |
| Replies: 1 Views: 7,154 Guys, i have been struggling with this for past three days...
here is what i have...
aspx page
<form id="Form1" method="post" runat="server">
<asp:repeater id="titleRepeater" runat="server"... |