Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / August 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
trying to access the row.databound28 Aug 2007 23:06 GMT2
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 page28 Aug 2007 22:38 GMT2
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.Add28 Aug 2007 22:27 GMT6
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 AJAX28 Aug 2007 22:06 GMT1
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 Inheritance28 Aug 2007 21:37 GMT3
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 dropdownlist28 Aug 2007 20:56 GMT3
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 argument28 Aug 2007 20:48 GMT2
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 DataGrid28 Aug 2007 20:35 GMT2
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 dll28 Aug 2007 20:14 GMT5
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 crap28 Aug 2007 19:55 GMT5
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 dynamically28 Aug 2007 19:09 GMT6
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 Please28 Aug 2007 18:19 GMT2
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 Please28 Aug 2007 17:28 GMT2
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 Notes28 Aug 2007 17:16 GMT5
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.028 Aug 2007 17:07 GMT2
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).
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.