| Thread | Last Post | Replies |
|
| Add a WebUserControl Control At Runtime | 24 Feb 2006 20:18 GMT | 1 |
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 GMT | 1 |
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 2005 | 24 Feb 2006 20:12 GMT | 1 |
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 benefits | 24 Feb 2006 19:39 GMT | 1 |
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\DataGrid | 24 Feb 2006 19:39 GMT | 1 |
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 GMT | 6 |
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) problem | 24 Feb 2006 18:57 GMT | 5 |
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 server | 24 Feb 2006 18:46 GMT | 2 |
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 Error | 24 Feb 2006 18:36 GMT | 2 |
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 GMT | 1 |
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 GMT | 6 |
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 image | 24 Feb 2006 17:48 GMT | 2 |
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 Gridview | 24 Feb 2006 17:33 GMT | 3 |
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 reports | 24 Feb 2006 17:16 GMT | 1 |
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 encoding | 24 Feb 2006 17:00 GMT | 5 |
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?
|