Forum: ASP.NET Oct 5th, 2009 |
| Replies: 3 Views: 453 here is the .aspx code that i have fore the gridview:
<asp:GridView ID="ItemsGrid" runat="server" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333"... |
Forum: ASP.NET Oct 4th, 2009 |
| Replies: 3 Views: 453 Greetings members,
i would like you to help me with a problem that i have. I have a gridview and in each row of the gridview there is a nested gridview. What i want i to insert paging functionality,... |
Forum: ASP.NET Sep 8th, 2009 |
| Replies: 1 Views: 446 Hello all,
I want to create a stored procedure using SMO Objects. I have set up all the properties of my Smo.StoredProcedure object, but when i try to create it, it throws me this Exception Message:... |
Forum: ASP.NET Sep 5th, 2009 |
| Replies: 1 Views: 494 Hello all,
what i wanted to ask is, if someone does know how to Serialize or mark as Serializable a Microsoft.SqlServer.Managment.Smo.Table, because when i try to add an instance of a smo.Table to... |
Forum: ASP.NET Jul 15th, 2009 |
| Replies: 7 Views: 329 what do you mean the string values of the control?? :S |
Forum: ASP.NET Jul 14th, 2009 |
| Replies: 7 Views: 329 That's exactly what i want to do. do you have any idea how can i do this?
Or can you provide me with other solutions that can help me in this situation? :S |
Forum: ASP.NET Jul 13th, 2009 |
| Replies: 7 Views: 329 Hello all,
im writing an ASP.NET application and i wonder if is there a way that can i obtain the ASP.NET markup code(e.g. <asp:button etc etc) of a control that it is created 'on the fly'.
... |