|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET Developmentmicrosoft.public.dotnet.framework.aspnet
ASP.NET 1.1 and ASP.NET 2.0 performance for simple pages
Martin Rakhmanov -
25 Feb 2006 11:51 PM - 4 messages
Hello Simple ASP.NET page executed on .NET 1.1 and .NET 2.0 gives different processing times - 2.0 is slower. Why? Here is source code for the page: <%@ Page Language="C#" AutoEventWireup="true" Trace="true" Debug="false" ...
DAL - Accessing Output Parameters
Garth Wells -
25 Feb 2006 11:29 PM - 2 messages
Using an example in the Jan 2006 release of the Enterprise Library, I came up with the code shown below to create a DAL method for returning several columns of a single row. I place the output parameter values in a comma-separated string, and then split ...
Enjoy this funny video
students -
25 Feb 2006 10:21 PM - 1 message
Take a moment to watch funny vidoe ofthe day at [link] they have one new video everyday. So feel free to check it atleast once everyday. ...
RequiredFieldValidator disable on new page load
bdtmike -
25 Feb 2006 10:13 PM - 6 messages
I'm using VS2005. I have a form that has fields and a required field validator control on it. Everything works great except there's a behavior I'm trying to get working. If a user is on a form and are in ...
setting an image-hyperlink width manually???
Daves -
25 Feb 2006 10:04 PM - 2 messages
my gridview should display a column with an image which also is hyperlinked... No problem with: <asp:HyperLinkField DataNavigateUrlFormatString="~/Groups/Default.aspx?group={0}" DataNavigateUrlFields="GroupID" /> but how on earth can I set the image width??? I can also use the Gridview's OnRowDataBound event to manually add the ...
Default sort column and order in Gridview?
Daves -
25 Feb 2006 9:38 PM - 3 messages
I have a gridview displaying News items and fetches the data through a (little complicated) sql stored procedure... The sorting seems to be done in the gridview since there is no sorting implementation in the stored proc (well actually it is sorted by DateIn DESC by default but still the gridview ...
Datagrid won't post variables if hidden
Nick -
25 Feb 2006 9:09 PM - 5 messages
For some reason, why does ASP.net only see variables that are 'DISPLAYED' inside a datagrid? Even if the Field is Databound, I cannot post the variable or use it in an updatecommand... it has to be visible?? I've tried putting the field on the page but making 'Visible = false' but it ...
Setting GridView SelectedIndex based on a row value
Jay Pondy -
25 Feb 2006 8:55 PM - 2 messages
I have a datasource with 2 columns PKID and Description. The datasource is bound to a sortable GridView where the PKID field is NOT visible. If the user has a row selected before the grid is sorted I want to select that ...
Trying to use Update Command in Gridview
Nick -
25 Feb 2006 6:53 PM - 1 message
Hi all, I'm trying to use an Update command in a Gridview. I understand about the <asp:Parameter Name="blah" Type="String" /> however, although this is telling .NET what type the parameter is, I don't understand ...
Script Explorer/Running Document not available in VS 2005
Ben Fidge -
25 Feb 2006 6:10 PM - 4 messages
Hi Is there a list of settings that must be configured correctly in order to use the Script Explorer in VS 2005? I'm trying to debug some javascript on one of my pages after upgrading from VS.NET 2003 to VS 2005. ...
Providing Asp.net 2.0 projects for visual design?
Lee -
25 Feb 2006 5:59 PM - 1 message
Once the business logic has been written and the basic elements are built into a page, what is the recommended way to provide the site innards to graphics design people without providing source code too? Thanks for advice. ...
Dynamic loading of Web User Controls into a Content/ContentPlaceHo
Wouter -
25 Feb 2006 5:58 PM - 2 messages
Hi, I hope somebody can give me a pointer to solve the following problem. I want to dynamically load a web usercontrol (ascx) into a content control of a content page which references a master page. I have tried to place a PlaceHolder control first in the content section and ...
Virtual Directory; ASP.NET 2.0; Development Server
anonymous -
25 Feb 2006 4:31 PM - 3 messages
Hey all, Is there anyway to create a virtual directory in the new Development Server? I have a image folder with about 2 gigs of images. I would like to store this elsewhere on my filesystem, rather then under the application because it cause problems. ...
Virtual Directory; ASP.NET 2.0; Development Server
ewild -
25 Feb 2006 4:30 PM - 1 message
Hey all, Is there anyway to create a virtual directory in the new Development Server? I have a image folder with about 2 gigs of images. I would like to store this elsewhere on my filesystem, rather then under the ...
Virtual Directory; ASP.NET 2.0; Development Server
ewild -
25 Feb 2006 4:29 PM - 1 message
Hey all, Is there anyway to create a virtual directory in the new Development Server? I have a image folder with about 2 gigs of images. I would like to store this elsewhere on my filesystem, rather then under the ...
The type initializer for 'MyClass' threw an exception.
ibiza -
25 Feb 2006 4:22 PM - 2 messages
Hi all, I have this class: Public Class KanaConverter Private Shared kana As ArrayList Private Shared romanji As ArrayList Shared Sub New() kana = New ArrayList romanji = New ArrayList ...
asp.net 2.0 webservice runs with development server but not with iis
Marco Wittwer -
25 Feb 2006 3:05 PM - 1 message
Hello I made a webservice for managing powermanagement functions. I use the powrprof.dll with DllImport. It works fine with the ASP.NET Development Server. Then I publish the Webservice to a local path and configure this in IIS. Then the webservice does not work! :-( There is no Exception. Within ...
file upload
AVL -
25 Feb 2006 3:03 PM - 2 messages
Hi, I've building a text editor..in which I've given the feature of uploading images.... I want to upload them from client machine to server machine....... I'm not using html control for uploading... In my text editor, users can paste the images directly.... ...
Hot to create file with VB.NET ? ? ?
merianosnikos -
25 Feb 2006 2:32 PM - 2 messages
Hello . . . I need some help . . . I already know to programming in VB6 and i starting the VB.NET I want to create a file that will contain other files. Something like ZIP files but not zipped ! ! ! I want to copy a PDF file in it and i cant ? ? ? ...
access controls on another web user control
Giorgio -
25 Feb 2006 1:50 PM - 2 messages
I have 2 web users controls in a page and I would like to get or set the selected values of a few dropdown boxes and I also would like to know how to access functions that are on aweb user control X from a web ...
ASP.NET 2.0 / VS.NET 2005 ANNOYING BUG
André Silva -
25 Feb 2006 1:23 PM - 3 messages
"Unable to cast object of type 'ASP.masterpage_master' to type 'ASP.masterpage_master'. " Every time I make a change on the web site and run it this error occurs. To fix it I must rebuild entire web site which takes a lot of time. ...
Consuming my webService in a windows application give denied acces!
kamig -
25 Feb 2006 12:43 PM - 1 message
Hi! Scenario: Consuming my webService in a windows application give denied acces! Explanation: I have to say a moveTo fn. which move one file/dir from one drive to another, <authorization> <allow users="*" /> </authorization> ...
Beginner ASP.NET help
Chris -
25 Feb 2006 12:39 PM - 5 messages
Hi all, I've built a site using ASP.NET (my first) and currently it has no content. The layout and design is done (only 4kb of images used). Testing it out on my webserver I notice a large load time for each page. On investigating, ...
How to change data displayed in one GridView depending on selection made in the second one? (ASP.NET
misiek -
25 Feb 2006 12:37 PM - 8 messages
Hi all. I have two tables in my database: TableA and TableB. Records in TableB contain foreing key to records from TableA (it is a relation one to many: one row from TableA could have many rows from TableB connected to ...
Help casting a dynamic user control to the type i need
Tarun Mistry -
25 Feb 2006 12:28 PM - 2 messages
Hi all, I am adding dynamic user controls with the simple code as follows: MyPlaceHolder.Controls.Add(LoadControl("MyUserControl.ascx")); I then want to run a member on my user control, something like: MyPlaceHolder.Controls[i].TheMemberFunction(); However I cannot do this as it obviously has not cast the User Control to ...
Can I use ASP.NET Web Admin tool as a part of my site?
va -
25 Feb 2006 9:59 AM - 2 messages
I need to have a designated admin user add, approve and remove users from the site. They won't have VS 2005 instaleld on their machine. I want to have teh Web Admin tool as part of my site but I want to avoid ...
FormView - FindControl
Paul Aspinall -
25 Feb 2006 9:46 AM - 9 messages
Hi I'm having trouble trying to use FindControl with a FormView, but can't seem to find what I'm doing wrong.... I have a TextBox in my ItemTemplate, and I want to assign a value to it, in ...
USER CONTROL PROBLEM
Savas Ates -
25 Feb 2006 9:38 AM - 1 message
I have a user control codebehind Function Imports System.Web Function CreateXml(ByVal Sitename) Response.write ("aa") End Function IN an aspx codebehind application Dim EjoyaXml As New Functions EjoyaXml.Siteadi = "Ejoya" Call EjoyaXml.CreateXml(EjoyaXml.Siteadi) It returns Object reference not set to an instance of an object. ...
Invalid attempt to Read when reader is closed.
sivam.solai -
25 Feb 2006 9:07 AM - 2 messages
Public Function GetTopLevelThreadName(ByVal ThreadID As Integer) As SqlDataReader Sp_Datasql = "WS_Get_TopLevelThreadName" SqlParam = New SqlParameter(0) {} Try SqlParam(0) = New SqlParameter("@ThreadID", SqlDbType.Int) ...
CreateUserWizard and DisableCreatedUser property (personal web kit
va -
25 Feb 2006 8:51 AM - 1 message
Using the Personal Web Starter Kit as an example, in the Register.aspx CreateUserWizard step, the default setting for DisableCreatedUser="True". Two questions: 1) On the production site, how do I set the user to enabled? 2) On the production site, how do I get an email sent to the admin that this ...
How can I use xlst in asp.net?
ad -
25 Feb 2006 8:46 AM - 2 messages
Hi, How can I use xlst to display a xml file in asp.net? ...
Installing Visual Web Developer to Drive D:
dev2100 -
25 Feb 2006 8:30 AM - 1 message
Hello, When I tried to install Visual Web Developer to Drive D: it said that I can't change it from Drive C: because the (parts of) SDK installed on Drive C: I installed the SDK on Drive D: but in fact some parts of it placed on ...
How to use ASP.NET 2.0 Web Admin tool on hosted site??
va -
25 Feb 2006 8:19 AM - 2 messages
I deployed the personal web starter kit and its databases on a shared hosting site The hosting site gives me ASP.NET 2.0 and a SQL 2005 server database. Everything is working but now I would like to use the ASP.NET Web Admin tool ...
Change in MapPath in ASPNET2?
Mark Olbert -
25 Feb 2006 5:16 AM - 6 messages
I'm running into a repeatable oddity in porting a bunch of ASPNET1.1 websites to ASPNET2. Calls like this: MapPath("/path/fromroot") result in exceptions under ASPNET2, but worked fine under ASPNET1.1. Changing the calls to: MapPath("~/path/fromroot") ...
Copy Web Site FTP Problem
Mark Olbert -
25 Feb 2006 1:28 AM - 4 messages
Sigh. Every other ftp client I've used lets me enter the path to the site, the user id and password, and connects.. but not the one in VS2005. Why does MS have to do everything differently? Here's the problem: when I try to connect (through Copy Web Site) via FTP, I get the error message "The ~/ directory does not ...
ASP.NET 2.0 Web Site: Where is the "release" Configuration?
va -
25 Feb 2006 1:13 AM - 6 messages
When I create a web site (or personal web site starter kit) I don't see a "release" version in the configuation manager like a default Winforms application has. Does it not apply for Asp.net? ...
Application_Error event only fires on development server
David Herbst -
25 Feb 2006 1:01 AM - 2 messages
VS 2005 / .NET 2.0 Windows 2000 Server sp4 (on development as well as testing server) Using Web Deployment Project to build assemblies for testing and production servers. I added a Global.asax file to my web site so I could implement a ...
Modifying Calendar Controls JavaScript
Tina -
25 Feb 2006 12:57 AM - 1 message
when a calendar control renders, it already has the following for each day in the month... "><a href="javascript:__doPostBack('Calendar1','2220')" --2220 being the day I want to replace that with..... "><a href="javascript:myJavaScriptFunction('Calendar1','2220')" ...
Custom RadioButton
tesis -
24 Feb 2006 11:55 PM - 1 message
Hi all gurus, I need to build a custom RadioButton, where the white part can be a semi-trasparent color (alpha=150). I'm facing difficulties: I try to intercept and overriding the paint event, then performing a drawEllipse, then I should perform the original method: how? Or would it ...
Web Deployment Project Installation
Brian Patrick -
24 Feb 2006 10:32 PM - 2 messages
I downloaded the Web Deployment Project at: [link] This is supposed to integrate with VS.net, adding some new configuration options for web apps assuming you have .net framework 2.0 installed. ...
How to put Expand all and Collapse all button for a asp.net TreeView Control ?
vivek -
24 Feb 2006 10:23 PM - 2 messages
Well I have been using the new Microsoft asp.net 2.0 TreeView Control in my application. I need to provide some kind of "Expand All" and "Collapse All" button. This button should not post the form back to the ...
Need help with CDONTS or other object to receive mail in a specific way
Vanessa Lee -
24 Feb 2006 10:20 PM - 3 messages
Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and email address in LogonSMTP? or is there completely another way to do it. Here is what I ...
Unable to run HttpHandlers
tshad -
24 Feb 2006 10:19 PM - 1 message
I have 2 controls that I need to run that I got of the Web. I have been using ScrollKeeper for awhile and was trying to add FreeTextBox to my site. But for some reason it won't run if ScrollKeeper is there. ...
How to exclude folders from project in VS 2005?
John Dalberg -
24 Feb 2006 10:15 PM - 2 messages
In VS 2003, I was able to exclude full folders from a project but I can't do the same in VS 2005. I can exclude files but not folders. I prefer to exclude at the folder level because the folder icon has visual indicator. ...
Multiple Web.config Files
Robert -
24 Feb 2006 9:45 PM - 3 messages
I am trying to run ASP.Net 2.0 pages within a ASP.Net 1.1 application. The 2.0 pages are located in a sub-directory of the 1.1 application. Once I create a new web.config file in the 2.0 folder the 1.1 applcation fails. I ...
Report Positioning Problem
Ren -
24 Feb 2006 9:40 PM - 2 messages
Hi All, I've created a Crystal Report using Visual Studio.NET 2003 that I'm trying to display in an HTML table in a webpage (i.e. I've placed the report viewer control within a table cell). The report itself displays fine, however, the ...
AutoPostback
Bob Peek -
24 Feb 2006 9:19 PM - 3 messages
I have created a master page with a single asp:button that posts the page without page validation. On the content page, I have a variety of asp controls including text box, drop down list controls and user controls. I also have a single button that ...
authentication methods for web application over the public internet
Loane Sharp -
24 Feb 2006 9:02 PM - 1 message
Hi there Please could someone point me to an article or other resource describing all the various options for user authentication in an ASP.NET application run on WS2003/IIS6 over the public internet. I'm particularly interested in the ...
HTML Encoding in ASP .NET 2.0 Best Practices
Untitled -
24 Feb 2006 8:53 PM - 2 messages
I currently have a web application with hundreds of pages and controls. There currently is no HTML Encoding done anywhere. Data to the application come from all different places such as UI, WebServices, Remoting and listeners that log data. All this data needs to be shown ...
Avoid asp.net restart when change files .dat
MumHa -
24 Feb 2006 8:43 PM - 2 messages
My application has a subfolder where I put and change many files at runtime. On asp.net 1.1 it works very well, but on 2.0 the application is restarted when I change many files. How can I configure the asp.net to avoid monitor my subfolder? ...
How to validate web Controls in atlas
Azeez -
24 Feb 2006 8:31 PM - 1 message
Hi, I am new to atlas, I would like to add validations to webControls. Here is the following code is working fine without masterpage. Withe master Page i am getting error. --code <%@ Page MasterPageFile="~/MasterPage.master" Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %> ...
Trying to stream PDF to IE!
Brent -
24 Feb 2006 8:29 PM - 2 messages
Problems streaming PDF back to Internet Explorer are well-described here: [link] The solution, however, is elusive. I thought I was supplying all the required info with my code*, but it still doesn't work. Any help would ...
NEWBIE - Learning how to pull SQL not in Grid or Details view
Phillip Vong -
24 Feb 2006 8:20 PM - 2 messages
Sorry if this is a stupid question. I'm learning with Visual Web Developer 2005. I've read and watched many videos on how to connect to SQL and getting the information in details view and grid view. Can someone point me in the ...
Ideally, someone with lots of .NET - Omaha, Nebrsaka-Full Time Salary/ Compensation Range: $70 to
Balu -
24 Feb 2006 8:13 PM - 2 messages
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. Please allow me to introduce myself. My name is Balu, working as ...
call exe from asp.net
CsharpGuy -
24 Feb 2006 8:09 PM - 5 messages
I need to call an exe that resides on a server on the network from a ASP.NET page. first, is this possible, and if so who would I go about doing it? What is need to do this and have the exe run when its called? ...
Multi-Developer ASP.net Project - Only 1 Project DLL?
Brian Patrick -
24 Feb 2006 8:06 PM - 2 messages
Our company is making the switch from ASP to ASP.net, but we've noticed a significant problem. With ASP, developers could check out individual pages, make changes and check those pages back in without affecting other developers. With ASP.net, developers can check out individual pages, but if they need to ...
Memory Leak only when compiled in Release mode.
BruceDM -
24 Feb 2006 7:49 PM - 2 messages
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. ...
Displaying an Excel spreadsheet
Brooke -
24 Feb 2006 7:47 PM - 4 messages
I am new to ASP.NET, but have been programming for about 14 years (C# about 2 years). My manager asked me to develop a web application that would allow employees to view a spreadsheet that is used to manage resources ...
StackOverflowexception
c676228 -
24 Feb 2006 7:41 PM - 7 messages
Hi all, I don't know what the exact meaning in my case for this exception to be thrown. When my program execute the following statement: item.NumPersonsOnTrxn = GetNumofPeoplePerTrxn(orderID, sProduct) The system.stackoverflowexception was thrown. The getNumberofPeoperPerTrxn is just a function defined as follow ...
Re: Ideally, someone with lots of .NET - Omaha, Nebrsaka-Full Time Salary/ Compensation Range: $70
Juan T. Llibre -
24 Feb 2006 7:39 PM - 1 message
re: How nice of you to follow up on my/our contact details. The next time, please post your job offers in the announcements group. Your post has been reported as SPAM. Juan T. Llibre, asp.net MVP aspnetfaq.com : [link] ...
Animated buttons control?
Ben Fidge -
24 Feb 2006 7:39 PM - 3 messages
Can anyone recommend any good controls to implement animated buttons. I want something that can perform the following: - Must initially display a static image - When clicked the button must seamlessly display an animated GIF while waiting for the postback to return ...
Multiview inside of FormView
MasterChief -
24 Feb 2006 7:37 PM - 1 message
I have a multiview located inside of a formview under the edit item template. I set the Default mode to Edit mode. When I click Update it goes back to the edit view but the multiview doesn't show anymore. I ...
Server Side code withoout page refresh
seanmle -
24 Feb 2006 6:59 PM - 6 messages
Is it possible if I can call server side code without the page refreshing? Thanks, Sean ...
set report parameters for ReportViewer control in 2005
tfsmag -
24 Feb 2006 6:51 PM - 2 messages
So I used the code directly from the msdn site at [link] here is my exact code --code-- Private Sub SetReportParameters() Dim p As New ReportParameter("userid", ...
Export to Excel Conversion Problem
Alex -
24 Feb 2006 6:39 PM - 1 message
Hi, I have a page that exports a datagrid into Excel. It all works fine but when opening the file in Excel around row 70 all of the cells with numbers are viewed as text, I get the little green chevron in the corner of the cell ...
siteMapPath beginner question
Chris -
24 Feb 2006 6:12 PM - 1 message
Hi all, If I use siteMapPath with RenderCurrentNodeAsLink as true, the sitemap path is underlined overriding what I have in my CSS sheet e.g. I have no underlined hyperlinks in the css, but although siteMapPath follows the rest of the CSS style, it puts an underline in too. I use an ASP menu object ...
Change aspx at design time while page is running
Erik Moore -
24 Feb 2006 6:10 PM - 1 message
In ASP.NET 1.1, I was able to change the markup of a page in VS.NET while the site was running. In VS 2005, the page is readonly while the browser is open. I have "Allow this precompiled site to be updated" checked, but this seems to ...
sqlreader.GetValue(sqlreader.GetOrdinal(columnname) problem
c676228 -
24 Feb 2006 5:48 PM - 6 messages
Hi all, I am stuck with this problem. the code is like this: Dim sqlreader As SqlDataReader = myCommand.ExecuteReader(CommandBehavior.CloseConnection) sqlreader.GetValue(sqlreader.GetOrdinal(columnname) give me the following in the watch window: sqlreader.GetValue(sqlreader.GetOrdinal("enrolldate")) Run-time exception ...
Workaround for row size limit on SQL server
akki -
24 Feb 2006 5:44 PM - 3 messages
Hi all, 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 ...
Add a WebUserControl Control At Runtime
Fao, Sean -
24 Feb 2006 5:25 PM - 2 messages
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() { Header hdr = new Header(); ...
Gridview default cell value???
Jon S via DotNetMonster.com -
24 Feb 2006 5:23 PM - 2 messages
HI all, 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 ...
Attributes.Add("onclick", ... & window.Focus()
GD -
24 Feb 2006 5:19 PM - 3 messages
I have an ImageButton in a Repeater, and in the Repeater's OnItemDataBound event, I'd like to add some code that will let the ImageButton open a URL in a new window. This is what I have in my Repeater's OnItemDataBound event: ...
Datatable default values
Vik -
24 Feb 2006 5:14 PM - 2 messages
I use a dataadapter to create a datatable and retrieve/update data in SQL Server database. But the datatable does not receive the default values from a server table and the new records don't receive the defaults values. What may be wrong here? ...
multipart message from WebRequest (asynchronous)
KReichert -
24 Feb 2006 4:59 PM - 2 messages
How do you retrieve the streaming 'parts' of a multipart message from a WebRequest? Here is the situation. A WebRequest is submitted to a server (http://TheServer:80/GetMedia?ID=1). This causes the server to push/stream a multipart message back to the client ...
ADAM and AzMan with ASP.NET 2.0
James Coleman -
24 Feb 2006 4:48 PM - 3 messages
After quite some time of troubleshooting, searching the web and posting to newsgroups, I have finally managed to use the ActiveDirectoryMembershipProvider and the AuthorizationStoreRoleProvider. The issue I am running into now however is I can not get the two to work ...
LoadingData\DataGrid
gh -
24 Feb 2006 4:09 PM - 2 messages
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)); ...
How tro use FindControl (C# or VB)
Paul -
24 Feb 2006 4:02 PM - 2 messages
I have an item in the aspx part of my page: <a id="PreviousPageNav" runat="server" > <asp:Image runat=server ID="PreviousImage" ImageUrl="~/Images/Nav/previous.gif" /> </a> that I put in the header of a DataList. ...
SqlCacheDependency and Strongly Typed Datasets
chris -
24 Feb 2006 4:02 PM - 3 messages
Hello all, Background: Using .NET 2.0, Sql Server 2005, SqlCacheDependency is utilized successfully against SqlCommand objects elsewhere in the code (in other words I have successful instances of using SqlCacheDependency). ASP.NET website built in 3 separate tiers: ...
what's the status with atlas?
Dica -
24 Feb 2006 4:02 PM - 7 messages
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. ...
synchronous callbacks don't work
Kars Blom -
24 Feb 2006 3:55 PM - 1 message
I've discovered that when you register a callback with useAsync = false, it still executes asynchronously. This can be fixed by modifiying the WebForm_DoCallback method with the following code: (from line 36 of the method to the first return statement) ...
ASP.Net 1.1 Client Script
gn -
24 Feb 2006 3:41 PM - 2 messages
I have an asp.net page with client side javascript. In the script I can get a control and read its properties by using document.getElementById('txtDBName'). But if I try to set any of the properties of this control it doesn't work; for example the code line ...
Database Connection Module
NH -
24 Feb 2006 3:41 PM - 3 messages
I have a module that handles creating a sql connection object as per below code. What do you think, is there a better way to do this? Imports System.Data Imports System.Data.SqlClient Imports System.Configuration.ConfigurationManager Public Module DBConnections ...
TabIndex of controls with Master Pages
Lee -
24 Feb 2006 3:28 PM - 1 message
If a masterpage which has a couple of server controls on it is used, should TabIndex start with these before those on the content section/s? For instance, if I have 3 controls on the master page, should I number ...
Session State problem
Mike Kansky -
24 Feb 2006 3:23 PM - 1 message
I have created mypage.aspx page that does some useful things based on a session id. Let's say it determines visitor's country. I am accessing this page using the following technique - <img src="domain.com/mypage.aspx"> ...
Retrieving fields with default values in ASP.NET 2.0 in Postback
cjbland -
24 Feb 2006 3:18 PM - 1 message
First off I apologize if this has been discussed before, I'm not certain how to search for what I'm looking for so I figured I'd throw this out there and see what I got. I am working with a DetailsView (Insert mode) in ASP.NET 2.0 and one of ...
GridView: Row background color= red if row ID = 3
G. Whiz -
24 Feb 2006 3:15 PM - 2 messages
How would I do that? Thanks ...
class - save from page to page
G. Whiz -
24 Feb 2006 2:49 PM - 4 messages
How do I get a class to persist from page to page? ...
XSL Exception in C#
Tom Clancy -
24 Feb 2006 2:44 PM - 6 messages
I'm trying to transform an XML document via XSL and getting the following exception (which Google has never heard of): "Extension function parameters or return values which have Clr type 'ConcatString' are not supported." It's entirely possible I have a dumb typo in there, but both the XML ...
ASP.NET 2.0 Website -- Now What?
dm1608 -
24 Feb 2006 2:41 PM - 8 messages
OK -- I've basically completed my development of my ASP.NET 2.0 website. Unfortunately, it looks like crap. What is the best way for me to add some professionalism to my page? Just having a form and some buttons and a hyperlink looks too much like a rookie. ...
database permission issue when application online
Steve -
24 Feb 2006 2:36 PM - 1 message
My application works perfectly well offline. When I put it online, I get a message that Cannot open database "mydatabase" requested by the login I realize it's a permission problem, but I am a bit confused as to what ...
Catch Error
Matías -
24 Feb 2006 2:32 PM - 3 messages
When I have an exception I use try { } catch(Exception e) { print e.Message (for example) } Now, I want to catch the error message and the line number of the error. How can I do that, I have to put numbers to lines???. Thanks for Your help. ...
How to protect downloadable files?
Hongbo -
24 Feb 2006 2:19 PM - 4 messages
Hi, We have a web site which needs user to login. After login, there are some files available for download on some pages. A typical link of such file is like this one: https://[link] ...
Bulk data in grid view [ASP.Net]
Sudha Pune -
24 Feb 2006 2:07 PM - 6 messages
I need to show 1 lakh record in my gridview.... If i use data adapter it will take more time to fill the dataset itself.... What will be the best way... I dont think so only with paging we can solve this performance issue... ...
MasterType conflicts with Theme
andrea -
24 Feb 2006 1:53 PM - 3 messages
Is there a reason for which using the MasterType directive to use the typed struct of a master page conflict with the @Page Theme directive? Thanks Andrea ...
Accessing Login Control's Button from Code-Behind
Jeff Lynch -
24 Feb 2006 1:53 PM - 2 messages
I'd like to add the following attributes to the Login control's Login Button to create a CSS rollover effect. How can I access the control's login button from the page's code-behind? LoginButton.Attributes.Add("onmouseover", "this.className = ...
custom paper size problem
Sukh -
24 Feb 2006 1:45 PM - 1 message
Hi, I am tring to change the paper size from default to custom paper size. In print preview its showing my custom size but when I print it print on default paper size. Can any one help me to figure out this? ...
asp.net 2.0 repeater own class
Alexander Widera -
24 Feb 2006 1:38 PM - 3 messages
hi, i get a list of IDs from a sqlcommand. With each of this IDs i create an object of a class "XY". Each object and its properties should now be displayed in an asp:repeater. How can I make this? ...
Error: The process cannot access the file it si being used by anot
Adrian Turner -
24 Feb 2006 1:25 PM - 2 messages
I am just starting developing with .Net(Have used asp for years). I have created a very simple upload page which once uploaded opens the file(excel) and displays the data. If I Attempt to re-run using the same file I get the ...
ASP.NET 2.0 Distribution QUestion
mwieder -
24 Feb 2006 1:24 PM - 1 message
We migrated our ASP.NET 1.1 application to 2.0. We want to deploy using the fully compiled mode and have made the appropriate selection in the IDE to publish a non-updatable site. However, what gets ...
"Attempted to read or write protected memory. This is often an indication that other memory is corru
| |||||||||||||||||||||||