| Thread | Last Post | Replies |
|
| trying to access the row.databound | 28 Aug 2007 23:06 GMT | 2 |
this fires from a gridview and this type of construction works ok in vb.net but i keep getting: CS0021: Cannot apply indexing with [] to an expression of type 'object' if i use ]
|
| Send GridView content to another page | 28 Aug 2007 22:38 GMT | 2 |
I have a GridView control that gets populated at runtime and I need to print its content. The simplest way I found was to use window.print() but this prints everything on the page. But if I can send the GridView content (or copy the GridView) to
|
| Body.Attributes.Add | 28 Aug 2007 22:27 GMT | 6 |
I have a master file with the following setting <body runat="server" id="Body"> and in the .cs I have Body.Attributes.Add("onload",
|
| Pagemethods with AJAX | 28 Aug 2007 22:06 GMT | 1 |
People, I am going crazy already I have a page default.aspx where i am using Page Methods. Evetrything works fine. Now i want to create second page default2.aspx. in the same project/same
|
| CompositeControl Inheritance | 28 Aug 2007 21:37 GMT | 3 |
I've created a control that inherits from CompositeControl. I want to use this control as a base for other composite controls to inherit from. The problem is that any controls that inherit from this one can't override any composite control methods such as CreateChildControls.
|
| populate multiple dropdownlist | 28 Aug 2007 20:56 GMT | 3 |
I am try to populate a number of dropdownlist with the same item, for i = 1 to 5 dd = me.controls("dd" + Cstr(i)) itm = new listiem
|
| Invalid postback or callback argument | 28 Aug 2007 20:48 GMT | 2 |
Another boring question but... canno't find any good answer I created a user control with a DropDownList inside. It is loaded in the page_Load event if not postback. Then, just to verify it, I put it on a aspx page with a label and button.
|
| CopyTo not working for DataGrid | 28 Aug 2007 20:35 GMT | 2 |
I am having a real problem getting some of these methods to work. I am trying to do a CopyTo and I can't get it to copy into my array. I tried: Sub ReorderDataGrid()
|
| debug a dll | 28 Aug 2007 20:14 GMT | 5 |
I want to debug my asp.net web site, when I open a dll project and attached the web page process and it didn't stop on the break point. How to debug the dll? Thanks.
|
| I think UltraWebGrid is a crap | 28 Aug 2007 19:55 GMT | 5 |
They don't like what I say, but that's what I feel. Once you have a template column, you get stuck. U have no way of finding the control in your code-behind. Suppose you place a button in a template column, then you can find the
|
| Change order of columns in DataGrid dynamically | 28 Aug 2007 19:09 GMT | 6 |
I am trying to allow my clients to specify the order that columns show in a datagrid. If I have a Datagrid like so: <asp:DataGrid
|
| CSLA Framework - Opinions Please | 28 Aug 2007 18:19 GMT | 2 |
I'm involved in an assessment of the CSLA Framework developed by Rockford Lhotka. I would like to hear from anyone who has experience and opinions regarding the viability and usefulness of this framework.
|
| Help For Newbie Please | 28 Aug 2007 17:28 GMT | 2 |
I know I am missing something simple. Can someone help me identify it? I am getting the following error: *****************Error********************************************* Compilation Error
|
| C# 2.0 (Lotus Notes 6 & 7) Create mail document in draft folder for Lotus Notes | 28 Aug 2007 17:16 GMT | 5 |
I could use some of the expertise out there to sort out issues with what I am trying to do Any help or suggestion will be appreciated :-) The Problem:
|
| Login / auth cookie problem after migrating to .NET 2.0 | 28 Aug 2007 17:07 GMT | 2 |
we have migrated our website from .NET 1.1 to .NET 2.0. After this, some of our users are unable to log-on our site, while for the majority of them there's no problem. We're using a standard procedure to login (see below).
|