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 / February 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Add a WebUserControl Control At Runtime24 Feb 2006 20:18 GMT1
I would like to add a WebUserControl control at runtime in the
CreateChildControls() method, but it's not working like I had hoped.
This technique works fine for WebControls:
protected override void CreateChildControls()
Memory Leak only when compiled in Release mode.24 Feb 2006 20:16 GMT1
We have an webservice application that has a memory leak when the application
is compiled release mode.  However, when the application is compiled in debug
mode it does not exhibit a memory leak.
We are running .net 1.1 compiled with VS 2003.
set report parameters for ReportViewer control in 200524 Feb 2006 20:12 GMT1
So I used the code directly from the msdn site at
http://msdn2.microsoft.com/en-us/library/microsoft.reporting.webforms.serverrepo
rt.setparameters.aspx

here is my exact code
--code--
Ideally, someone with lots of .NET - Omaha, Nebrsaka-Full Time  Salary/ Compensation  Range: $70 to 75K plus benefits24 Feb 2006 19:39 GMT1
Ideally, someone with lots of .NET - Omaha, Nebrsaka-Full Time
Salary/ Compensation  Range: $70 to 75K plus benefits
Hi
Hope this mail finds you in the best of Health and Cheer.
LoadingData\DataGrid24 Feb 2006 19:39 GMT1
I have a datagrid with four columns defined.
First Name    Last Name    Phone  Select(This is a template column)
At runtime I create a datatable and populate it.
aTbl.Columns.Add("First Name", TypeOf(String));
Naming Convention for ASP.NET BAL/DAL?24 Feb 2006 19:25 GMT6
I'm relatively new to ASP.NET 2.0 and am struggling with trying to find the
best naming convention for the BAL and DAL objects within my database.  Does
anyone have any recommendations or best practices for naming my objects?
I currently have all my type classses simply called ...
sqlreader.GetValue(sqlreader.GetOrdinal(columnname) problem24 Feb 2006 18:57 GMT5
I am stuck with this problem.
the code is like this:
Dim sqlreader As SqlDataReader =
myCommand.ExecuteReader(CommandBehavior.CloseConnection)
Workaround for row size limit on SQL server24 Feb 2006 18:46 GMT2
i am creating an ASP.net web appln which was working fine till now but
suddenly I developed a new problem. when i am trying to insert data in
a new row in one of my tables,it gave an error. the table has 1 column
called question description which stores the questions.When i reduced
Catch Error24 Feb 2006 18:36 GMT2
When I have an exception I use
try {
} catch(Exception e) {
   print e.Message  (for example)
Gridview default cell value???24 Feb 2006 18:29 GMT1
I'm returning a dataset to a gridview control.  When the gridview asp.net
control is populated from the returning dataset some of the cells remain
empty.  This is expected as some data in the dataset is empty.  The cells
that are empty, in the gridview control, I would like to have ...
what's the status with atlas?24 Feb 2006 18:17 GMT6
i wrote an app using ajax.net and i'm told that the hosting outfit wants $10
to set up the dll PLUS $10 every month to 'maintain it because it's a custom
dll'. i've stated to look at atlas, but it looks like it's still in beta.
can anybody confirm this?
Using objEncoderParams when saving an image24 Feb 2006 17:48 GMT2
I'm currently saving a JPG file as such:
imgOutput.Save("path/filename.jpg", System.Drawing.Imaging.ImageFormat.Jpeg)
That saves the imgOutput as a JPG to the path shown.
Works fine.
naviagte url in Gridview24 Feb 2006 17:33 GMT3
I am trying to open a new window from a hyperlink control in a gridview
(vb.net).
I have this..
<asp:TemplateField HeaderText="Project" SortExpression="Project">
One Report viewer and multiple reports24 Feb 2006 17:16 GMT1
Hello to all,
I have a problem which could be trivial to you guys. This
concerns opening  several crystal reports on the a crystal
viewer on an ASPX page by calling window.open.
UrlEncode French characters - wrong encoding24 Feb 2006 17:00 GMT5
Hi, I've tried using System.Web.HttpUtility.UrlEncode("é") with each
of the possible encodings ASCII, Unicode, UTF7, UTF8 but none of these
gives what I want: %e9. And so on for the other French characters. Am I
missing something here?
 
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.