Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Bind ArrayList to DataList
Bob Lehmann - 5 Nov 2005 11:39 PM - 4 messages
Hi, I'm trying to bind an ArrayList to a DataList. I get the error DataBinder.Eval: 'System.String' does not contain a property with the name Name. I don't know what property of ArrayList I should be using instead of "Name" ...
Score Server Error in '/' Application.
Øyvind Isaksen - 5 Nov 2005 10:58 PM - 9 messages
Hello! I have made an asp.net application, and it works fine on my local computer. But when I transfer it to my webserver (here: [link]), I get this error message: ----------------------------------- Server Error in '/' Application. ...
Score <asp:treeview> question
Bounz - 5 Nov 2005 7:46 PM - 5 messages
I want TreeView don't generate onClick='doPostBack' method for all nodes and leaves in my Tree. How can I realize this? ...
Score Congratulations to Karl Seguin on his Ajax article published at MSDN!
Juan T. Llibre - 5 Nov 2005 5:32 PM - 19 messages
ASP.NET Spiced: AJAX [link] Great Ajax for ASP.NET article! Juan T. Llibre, ASP.NET MVP ASP.NET FAQ : [link] ...
Score Masterpage settings
Arjen - 5 Nov 2005 2:20 PM - 3 messages
Hi, My mastepage can use two css files. Now page 1 needs to use the masterpage with css file 1 and page 2 needs to use the masterpage with css file 2. How can the page say that it wants to use css file 1 or 2? ...
Score DataBind.Eval() doesn't work
Maaty - 5 Nov 2005 1:41 PM - 2 messages
I'm using a variable called: "cellalign" to specify the alignment based on the current context language. "cellalign" is located in the base class of all controls I use. Most of my controls work right. However some controls don't. That's; ...
Score strange postback problem
COHENMARVIN - 5 Nov 2005 12:07 PM - 3 messages
I have a form with a Submit button.  The user fills out the form, clicks the submit button, and then the page posts back to itself. Every time the page posts back to itself, the "Page_Load" event fires. So if the user first types the URL of the page in the browser, the ...
Score Image upload FREE
Picica - 5 Nov 2005 12:03 PM - 2 messages
Upload your image free! send blank message to sa***@lpi-hk.com to get access. ...
Score Is it OK to transfer DataSet with WebService?
ad - 5 Nov 2005 10:50 AM - 11 messages
I want to use WebServer to receive a DataSet from Client with internet. The DataSet is some bigger, there are 50 fields and about 50000 rows in it. Is it OK to do so? Will DotFrameWork or IIS compress the tream when ...
Score session state problem
Shiran - 5 Nov 2005 9:43 AM - 3 messages
hi, i'm having a problem saving the session state through the application. i want to save several primitive types parameters and dataset through the session Session["dataset"], but the session somehow does not save the state and lose it. do you have any idea? i thought i might be something to do with ...
Score How to attach mdf in a relative directory
ad - 5 Nov 2005 7:01 AM - 5 messages
I use asp.net 2.0 and SqlServer 2005 Express to develop my Web application The database file of my applicaiton is "db.mdf", I put it in  "myDB" directory under the application folder. I want to attach the mdf file when application start. How can I do that? ...
Score Max Request Length (different settings in same site)
Verde - 5 Nov 2005 4:07 AM - 3 messages
I currently let users upload files (graphics) to a Web site. I want to limit the size of graphics, so I have the following in Web.config <httpRuntime maxRequestLength="110" /> That works just fine. But now I want to add another page where the users can upload a file. This ...
Score Client gives page cannot be displayed
Andee - 5 Nov 2005 3:16 AM - 4 messages
I have written an asp.net application that has been running fine on just the server.  A client on the LAN will however always gives "The Page Cannot Be Displayed" error when trying to connect. Is there something special I need to be doing to connect? ...
Score Datagrid / Dataview won't sort
troyblakely - 5 Nov 2005 2:06 AM - 2 messages
I am having trouble sorting a datagrid. I have read numerous posts on this and other lists, and tried most of the suggestions, but none of them have worked for me yet. I populate a dataset from two queries, then I want to sort the data and bind it to a datagrid. Regardless of ...
Score VS2005 Report Viewer bug
Chris Botha - 5 Nov 2005 1:33 AM - 4 messages
I have a Report Viewer control on a Web page. I want the control to size automatically as the Web page sizes, so I've set the control's width property to 90% and the height property to 90% as well. When the Web Page ...
Score How can I see a Web User Control on Toolbox?
ABC - 4 Nov 2005 11:32 PM - 4 messages
I created a web user controls on the same project.  When I recompiled, I cannot found my web user controls on toolbox.  What happen? ...
Score Gridview update problems
marti - 4 Nov 2005 9:13 PM - 5 messages
I've run into three problems trying to solve this one issue. Using VS2005 B2 & sql server 2000, I create a sqldatasource and bind a gridview to it. Everything looks good. However, if there is an original value of Null in a field, the auto-generated update to the table fails ...
Score RE: Opening MS WORD document from database
Simon - 4 Nov 2005 8:55 PM - 4 messages
I tried putting it into a response.outputstream, but still not getting the actual file.  Now, it displays the source of the web page instead.  What am I doing wrong? ----[VB.net code]-----         Dim db As New MD_Runs.Database(strDBConn) ...
Score How to get a new line in textbox of asp form (VB)
david - 4 Nov 2005 8:51 PM - 5 messages
I have trouble to write paragragh with newlines in a multiline textbox control in ASP.NET form. I would like to display an instruction in textbox in the web form. But I do not know how to type in a 'newline' in the text field of the property in ...
Score Problem with Session Variable
vvenk - 4 Nov 2005 8:33 PM - 4 messages
Hello: This was posted in a wrong forum; that's why I am posting here again. Sorry. I just wrote my first ASP.Net application, tested it on my development environment and deployed it on a production server. That's when I encountered ...
Score Am I missing something
unwantedspam - 4 Nov 2005 8:30 PM - 6 messages
Hi All, What am I missing. I have trying to create a simple web based application. Basically there are three textboxes and two buttons (Save, Reset). I assume the code behind the save button should save the form information to the databaase. So my question is this: How do I notify ...
Score ASP.Net Architecture for plugins and updates
ekz - 4 Nov 2005 8:25 PM - 3 messages
Hey there , I have an architectural question : I am working on CMS application build with ASP.Net and CSharp + SQL Server 2000 This application should be product that the company will continue to upgrade and to release new versions. So application design must meet ...
Score DetailsView: Change TemplateField properties dynamically (vb)
sck10 - 4 Nov 2005 8:00 PM - 3 messages
Hello, I am trying to programically make the following TemplateField ("MyTemplate") visible when the user clicks on the "Edit" Button using the PreRender handle event.  My question is, how do you reference the properties of a particular TemplateField?  For example: ...
Score [ASP.NET 2] ContentPlaceHolderID
SBerry - 4 Nov 2005 7:33 PM - 4 messages
hello, I would like to create some Content server controls at runtime within Page_InitComplete code unfortunately I got exception :( "Setting the ContentPlaceHolderID property of System.Web.UI.WebControls.Content is not supported" what can I do? ...
Score Desk top shortcut
John Smith - 4 Nov 2005 7:31 PM - 3 messages
I created the desktop shortcut to my web based application. When I click the desktop shortcut the application will be launched in the same IE which I am using that moment. Why?  How to launch new instances of IE for each click on ...
Score The request failed with HTTP status 401: Unauthorized
Sachin - 4 Nov 2005 7:24 PM - 3 messages
Scenario: Machine A: ASP.NET Web UI IIS 6.0 Windows Server 2003 Impersonation Account: domain\Acct1 Machine B: ASP.NET Web Service IIS 6.0 Windsow Server 2003 Impersonation Account: domain\Acct2 when Web UI calls Web Service, it fails saying "System.Web.Exception The ...
Score The "SendUsing" configuration value is invalid / HttpException (0x80004005): Could not access 'CDO.M
lds - 4 Nov 2005 7:23 PM - 6 messages
I am getting the following error: The "SendUsing" configuration value is invalid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. ...
Score Application[] storage issue
Curt tabor - 4 Nov 2005 7:22 PM - 3 messages
Hello, I am creating a dbConnection for use through out my application and storing it in an Application variable. I am doing this in the Application_Start event in the Global.asax file. The first time the app is run and a page needs this variable, Application["connection"] ...
Score wrong dll being used from project reference?
howard dierking - 4 Nov 2005 7:19 PM - 3 messages
OK - this doesn't make a ton of sense to me.  I have a solution containing an ASP.NET 2.0 project and a class library project.  In the ASP.NET application, I create a project reference to my class library. ...
Score Starting/Stopping a thread with a Web Page
traviscook88 - 4 Nov 2005 7:08 PM - 2 messages
I have successfully started a new thread that is performing a long task.  I am using C# and am fairly new to it and am wondering, where do I store a reference to that running thread?  I want to have another ...
Score Popup Window Popup Timing
John Walker - 4 Nov 2005 6:56 PM - 4 messages
Hi, I am using a popup window in my application and the problem I'm having is that even though I tell it to display before a while loop, it only displays after the while loop completes.  Please take a look at the code below.  Is ...
Score First time use VS .Net 2005, questions
Hardy Wang - 4 Nov 2005 6:18 PM - 4 messages
Hi all,     I just installed VS.Net 2005 and tried to play with it. I have following questions 1) I created a web project, I compile it, unlike VS.Net 2003 but I could not find any DLL files in BIN folder, where are they? ...
Score Can User Control inherted from a User Controls?
ABC - 4 Nov 2005 6:18 PM - 2 messages
I write a Base Web User Control which contains several public properties and a Inherited Web User Control which only have some codes in new method.  When I use the Inherited Web User Control on Web Form, I don't know why the ...
Score page timer, or redirect timer
Simon - 4 Nov 2005 6:06 PM - 2 messages
I'm not sure what it's called, but I'm trying to impletment a timer right before a response.redirect occurs.  I want to wait like say 5 seconds before it redirects...  How is this done?  Thanks in advance =) ...
Score Exception Handling
James - 4 Nov 2005 5:41 PM - 2 messages
I would like to implement global exception handling in my Global.asax.vb function. From what I can gather, it only deals with unhandled exceptions.  However, for purposes of tracking, I'd like to mimic that functionality for handled ...
Score DropDownList Disabled Items in the list
Ryan Ternier - 4 Nov 2005 5:20 PM - 3 messages
I'm looking for a solution to a problem. We have a list of 10-100items that will be in a dropdown list. Users need to select an Item to perform a function. Each Item has a Heading that it's sorted on, 10 items under 1 heading ...
Score Calling a windows application
Miguel Ramirez - 4 Nov 2005 4:43 PM - 9 messages
Anyone knows how to call a windows application inside ASP.Net code? Regards, ...
Score Takes VS 2005 *3 MINUTES* to compile ASP.NET 2.0 website
Amelyan - 4 Nov 2005 4:15 PM - 11 messages
It takes VS 2005 1, 2, and somtimes 3 MINUTES to compile ASP.NET 2.0 website when external DLL is modified.  As a matter of fact, when I click 'Build', it looks like VS 2005 hangs for most of that time before it actually starts ...
Score Display an underscore before the data in a column
Antonio - 4 Nov 2005 3:48 PM - 3 messages
I have a datagrid which pulls from a stored procedure.  For the purpose of this display issue, we need to prepend a bound column with a underscore "_"  We don't want to change the stored procedure.  can I do ...
Score Creating a password page
Andrew Chalk - 4 Nov 2005 2:41 PM - 7 messages
I want my ASP.NET application to be password-controlled. How do I prevent page access without the user having gone to the password page first and having logged in? Does anyone know of any articales on this at any of the popular ASP.NET ...
Score Sending data from form to another
Tamer Ibrahim - 4 Nov 2005 2:39 PM - 4 messages
How can I send data from a web page to another one before I save these data in my database ? ...
Score ASP.NET 2.0 RTM breaks FormsAuthentication.SetAuthCookie cookie
Bill Henning - 4 Nov 2005 2:33 PM - 9 messages
Another developer and I have noticed that after upgrading to the ASP.NET 2.0 RTM release, when using: FormsAuthentication.SetAuthCookie(userName, true) That the cookie is no longer persisted, even though the flag is set to true in my call.  This only started happening after upgrading from Beta 2 to RTM. ...
Score questions regarding validator controls
Milsnips - 4 Nov 2005 2:17 PM - 3 messages
hi there, i've got a form with 2 boxes, "New User" and "Existing User" both have got input boxes with required validators, and both have got a submit button, but whichever i press, it show the required fields even for ...
Score ASP Application - Unable to start debugging on the web server. Access is denied
Viswanathan S - 4 Nov 2005 2:13 PM - 2 messages
HI ALL! When user try to debug an Asp Web application, He got error "Unable to start debugging on the web server. Access is denied." The IIS server installed locally on the pc with Windows 2000 Professional . Administrator that try to debug on that same pc does not have any problems, ...
Score VB script error
Debbie - 4 Nov 2005 1:39 PM - 3 messages
Trying to browse in Mozilla Firefox ver 1.0.7 running on windows XP. I get this error sometimes, Microsoft VBScript runtime error '800a01a8' It works in IE but not mozilla firefox From [link] Posted via DevelopmentNow.com Groups [link] ...
Score Text in dataGrid cell
simon - 4 Nov 2005 1:01 PM - 4 messages
I would like to read the text from my dataGrid cell. Private Sub dgdPie_ItemCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles dgdPie.ItemCommand     If e.CommandName = "PieName" Then 'user clicks on link button ...
Score Custom html output with custom server control
DKode - 4 Nov 2005 12:58 PM - 5 messages
I have developed a custom server control that displays a login page that authenticates against AD. The server control works fine, but now I am trying to figure out the best way to output custom html. The HTML output for the server control changes for each application I include ...
Score asp net 2.0 upgrade issue
Joe Van Meer - 4 Nov 2005 11:59 AM - 2 messages
Hi all, I've just downloaded the lastest 2.0 from microsoft site and have installed both the framework and sdk.  I have just tried to open my project but it will not open.  I am running vs2003 asp net2.0 from the 2.0 beta.  Is there ...
Score formsauthentication conflicts between 2 aspx apps
Sarah - 4 Nov 2005 11:54 AM - 2 messages
My local (XP Pro) IIS hosts 2 aspx applications. One is a subdirectory of the root. The other is a virtual directory. Both sites uses formsauthentication (and credentials are verified using separate databases). Both login forms have the option to persist the formsauthentication cookie ...
Score how to get size of generated aspx page
TomislaW - 4 Nov 2005 11:46 AM - 14 messages
I need page size of generated aspx page, how and when I can get this information programmatically ...
Score WebControl
Henrry Pires - 4 Nov 2005 10:47 AM - 12 messages
Hello to all I'm trying to make a webcontrol. I need to put on it 4 butons and one label but i have no idia how to make it. I already wrote some windowsformrs controls and it is very diferent from webcontrols. Can any one give me an ...
Score Server controls inheriting colours from stylesheet
Mantorok - 4 Nov 2005 10:31 AM - 2 messages
I have some controls such as a linkbutton and it is inheriting the colour from the style-sheet - how can I override this? Thanks Kev ...
Score Links to files
Reymond C via DotNetMonster.com - 4 Nov 2005 10:14 AM - 3 messages
Hi all I'm building a search page for documents and files on my server machine. The search results will be displayed in the form of links on a page. How can I make the user's computer open the appropriate application, whenever ...
Score Help dataset .net 2.0
Jo ARild - 4 Nov 2005 10:09 AM - 6 messages
I currently have a web-application which on last framework called a serviced component with a dataset. 'ds.RemotingFormat = SerializationFormat.binary ‘ds.RemotingFormat = SerializationFormat.Xml lOrder.SaveSwitch(ds, bt, st) <Transaction(TransactionOption.Required)> _ Public Class COrder ...
Score Deployment options for ASP.NET 2.0 projects
embers_fire - 4 Nov 2005 9:34 AM - 2 messages
I'm just wondering what the various deployment options are for ASP.NET 2.0 projects for both desktop and web applications. What are the pro's and con's of each etc. ...
Score Active Directory Vs Sql Server which way to go?
Patrick.O.Ige - 4 Nov 2005 9:25 AM - 5 messages
If i want to generate a menu structure depending on who is logged in in an intranet system(using windows authentication) is it better to use the GROUPS in Active Directory or to move the Active Directory groups into a Sql Server database and base ...
Score Post a form (server side) and submit to external url
Gert - 4 Nov 2005 8:46 AM - 9 messages
Hi, I have a form (server side) because of the filling of variables through the application. But now I need to post it to an url on submit. My .HTML form looks like this, but how to translate it to asp.net vb code? ...
Score problem debugging ASP.NET application on XP-SP2
Nadav Popplewell - 4 Nov 2005 7:06 AM - 5 messages
Hi Everybody, I've got a problem debugging ASP.NET applications on an XP SP2 System. The Details: Up to now I've been developing on an XP SP1 computer. Several days ago I got a new computer with XP SP2 installed. ...
Score How to step into after page_load event with debugger?
John Dalberg - 4 Nov 2005 7:01 AM - 3 messages
I need to know what happens after Page_load has finished so I put a breakpoint at the last statement. However after stepping into after this last statement, the app continues running without the debugger. Why can't I single step until the screen has fully rendered? ...
Score Unicode Headers for Filedownload
WO70 - 4 Nov 2005 6:18 AM - 2 messages
Hi, maybe someone had the same problem: [link] This Hotfix is only available for Windows 2003, but we also use Windows 2000 and for development Windows XP. So I thought ASP.NET 2.0 will make ...
Score What controls displays cover jpg and text in 1 box instead of datagrid
comic_rage - 4 Nov 2005 4:26 AM - 2 messages
Hi, I am trying to write a database which contains covers of dvds with their info (actress, year, movie length etc..) Correct me if I am wrong, datagrid display info in each  box ( 1 for actress name, cover link, etc) ...
Score Usage of Forms Authentication.
Andrew - 4 Nov 2005 3:51 AM - 2 messages
Hi, friends, When we set authentication in web.config file like the follows:     <authentication mode="Forms">         <forms loginUrl="login.aspx" name="myAppCookie" />     </authentication> ...
Score Regex error
niju - 4 Nov 2005 3:13 AM - 3 messages
Hi all I get Unexpected Quantifier error running the following regular expression on IE5. However IE5.5 and above doesn't complain. (?=\w*\d)^[a-zA-Z0-9/_-]+ Any help would be greatly appreciated Niju ...
Score server.mappath
Colin - 4 Nov 2005 3:09 AM - 5 messages
In the code behind server.mappath works fine, yet in a class I get 'Server operation is not available in this context'.  System.Web.HttpApplication is inherited in the class, why is this so? Colin. ...
Score VS2005 ASP.NET 2.0 does not fire event for dynamically created custom web controls
Amelyan - 4 Nov 2005 2:52 AM - 3 messages
I *finally* narrowed down my problem to my custom web control.  If I hookup event inside dynamically created custom web control, it doesn't get fired. However, event gets fired for any other standard dynamically created web control.  the code below works in VS 2003 (radio_CheckedChanged get ...
Score Need help With Discount Calculation!!
Simo - 4 Nov 2005 1:40 AM - 8 messages
Hi everybody Need a formula to calculate the discount base on the quantity (Buy certain quantity and get certain quantity free)? Any help will be appreciated ...
Score FORMS NOT SUBMITTING DUE, IIS CRASH: appSettings KEY in web.confi
Dr. Paul Caesar - CoullByte (UK) Limited - 4 Nov 2005 1:11 AM - 5 messages
We have a contact us page that is used throughout our sites. I have over the last few days modified all sites to obtain information from Application Settings. It is a simple form that when ran on the server sends an email using keys in ...
Score Visual Studio 2005 final version compiles asp.net app in 3 minutes if external DLL is modified!!!
Amelyan - 4 Nov 2005 12:58 AM - 5 messages
It takes Visual Studio 2005 3 minutes to compile my application, which Visual Studio 2003 used to compile in 5 seconds!!!  Is anyone having the same issue? If I modify anything within my Asp.Net Aplication project, then VS 2005 ...
Score has anyone seen this before?
lindsay.manning - 4 Nov 2005 12:47 AM - 4 messages
I understand it is a beta and I am just wondering if this is a bug that will be fixed or if anyone might be able to shed some light on what is happenning? I am using VWD on WinXP Pro and SQL Server 2000. ...
Score Browser resident XML Web Services Client in ASP.NETV2?
Siegfried Heintze - 4 Nov 2005 12:42 AM - 2 messages
Does ASP.NET V2 have any special features to make browser resident XML Web Services any easier? I heard it did but I'm not sure what to search for to find more information. Anybody got a favorite URL? Would this be a feature ...
Score problem building enterprise library in net 2.0
Andy - 4 Nov 2005 12:08 AM - 3 messages
Hello, I  am having problem using the Enterprise Libray 2005 in the new .NET 2.0 framework.  When I started opening the Enterprise Libray Configuration it said "Enterprise Library has not been built, would you like to build now?" but when I say "Yes" it came up with an error ...
Score FileSystemObject Errors
Tony - 3 Nov 2005 11:42 PM - 5 messages
I am trying (unsuccessfully) to open a file using fso.OpenTextFile. I have given Full Trust to the assembly in Code Groups and Assembly Trust. I have added IUSR and IWAM as users. I have checked and double checked every ...
Score How can you tell if a (Calendar) WebControl has focus
Peter - 3 Nov 2005 11:05 PM - 4 messages
I have a page that has multiple calendars on it and sync off of the DayRendered event on each control. My problem is that if a user clicks on one calendar, it causes a refresh and kicks off all the DayRendered events on my page. I want to ignore that ...
Score VS2005 ASP.NET 2.0
Amelyan - 3 Nov 2005 10:53 PM - 3 messages
My dynamically created controls (e.g. Button, RadioButton, etc.) stopped firing event assigned to them in VS2005 (final release) ASP.NET 2.0.  Is anyone else having the same problem?  I guess a better help would be for ...
Score Error messages
tshad - 3 Nov 2005 10:46 PM - 4 messages
If you get an exception or SqlException, how do you get the actual message? Not the detailed breakdown, but the actual message. For example, in the following message, I would like to find just "Incorrect syntax near the keyword 'and'." or "System.Data.SqlClient.SqlException: ...
Score Is it possible to consume a Web Service from an ASP Client?
Jorge Luzarraga Castro - 3 Nov 2005 10:36 PM - 3 messages
Hello Gurus, I´d like to know if it´s possible to consume a Web from an aplication developed in ASP. Any guideline. Please Help ...
Score Storing OleDBConnection in Session
Curt tabor - 3 Nov 2005 10:35 PM - 3 messages
Hi, I have several pages in my app that all use the same oleDBConnection(s). When this connection gets created, I store it as a Session variable so that other pages can access it w/o having recreate new connections every time they load. ...
Score Update to VS2005
WO70 - 3 Nov 2005 10:30 PM - 4 messages
Hi NG, I converted a VS2003 ASP.NET solution to ASP.NET 2 and got 2 Errors like this: ERROR: The member declaration for 'reqValEdit' was removed and its accessibility has been changed from 'public' to 'protected'. To access this member from another page you should create a public accessor ...
Score How to use new ASP.NET2 Tree Control?
Siegfried Heintze - 3 Nov 2005 10:21 PM - 6 messages
Is it possible to use the new ASP.NET2 Tree control by only downloading and installing the new .NETFRAMEWORK v2? Or do you have to install visual studio and the lastest version of IIS? Anyone have a favorite article on how the new tree control does call backs ...
Score asp.net validator controls in an IFRAME - PLEASE HELP!
BillGatesFan - 3 Nov 2005 10:05 PM - 3 messages
I have asp.net validator controls on a page in an IFRAME. How can I keep the page from submitting if the page in the iframe has validation errors. I can call a function in the child page from the parent page ...
Score Server.GetLastError inner exception
Sue - 3 Nov 2005 9:20 PM - 3 messages
I've got a simple Application_OnError routine set up as a generic error trap for web applications running on IIS server (VS 2003) that logs error info and the text of the first inner exception. I've had exceptions thrown on occasion ...
Score VS2005: Code "gramatically" correct..
Rob Meade - 3 Nov 2005 9:19 PM - 7 messages
Hi all, Ok - I've used the word gramatically - which I'm sure is incorect, however I mean when VS2005 lists "warnings" like this one: Warning 1 Variable 'Command' is used before it has been assigned a value. A null reference exception could result at runtime. ...
Score Gridview
MC - 3 Nov 2005 9:10 PM - 2 messages
Hi all, Quick question for you. I need to include a parameter into this asp:HyperLinkField of SchoolID. I tried adding Request.QueryString("SchoolID") but it didnt work. <asp:HyperLinkField DataNavigateUrlFields="ActionID" DataNavigateUrlFormatString="AddSchool5.aspx?ActionID={0}" DataTextField="Action" /> ...
Score Binary data stored in SQL Server: can't read from ASP.NET, *can* read from Access?
Doug - 3 Nov 2005 9:03 PM - 4 messages
Working on converting an Access front-end/SQL Server back-end to a .NET front/SQL Server back-end.  We are also redesiging the SQL Server database. We have many Word/Excel documents that have been stored as OLE Objects ...
Score Migrating from ASP, data displaying problem
Fedor G via DotNetMonster.com - 3 Nov 2005 8:59 PM - 3 messages
Pls help me manage the data displaying on the webform aspx c# page. I used Dreamweaver to manage data displaying in the repeat table, ie simply dragged the fields to the table cells, where I need to display data. then set ...
Score ObjectDataSource with Complex Objects and 2 way Databinding
Trail Monster - 3 Nov 2005 8:52 PM - 5 messages
Ok, I've been searching the net now for several days and can't find how to do this anywhere. Version: VS 2005 Professional Release, 2.0 Framework Background: I have a complex business object Employee that contains public properties ...
Score please help + impersonate problem
Bala - 3 Nov 2005 8:32 PM - 2 messages
Hi Using this code I am try to imperosnate the user. I did the sample page using this code, thats working fine. When i try place this code into my existing application its working fine when I HARD CODED THE ...
Score ASP.NET 2.0: Login control
Brian Henry - 3 Nov 2005 8:29 PM - 4 messages
I have an existing user managment system that has been in our asp.net 1.1 app for a couple years now, all the user managment is done through an application that is a win form, and stored in SQL Server. I want to see if I ...
Score Impersonate - Urgent
Waran - 3 Nov 2005 8:28 PM - 4 messages
Hi When Button_Click is called with a hardcoded value in uername,domain and password its working fine. But the Impersonation has not taken place when those parameters are passed through either session or variable Refer: [link] ...
Score Multiple forms on aspx and ENTER key
Dave - 3 Nov 2005 8:16 PM - 3 messages
I received a design change to add an additional search textbox to our header control for completely different type of search than one on the left side of the page.  Each search textbox is submitted by different linkbuttons to allow ...
Score Automatically Reload after Drop Down box
pmelanso@uwaterloo.ca - 3 Nov 2005 8:15 PM - 2 messages
Hello, I have a drop down list which is dynatically loaded from a database and I have a second drop down list that is also dynatically loaded depending on what is selected in the first drop down box. This all ...
Score Is there any IsNumeric in C#?
Steve Kershaw - 3 Nov 2005 8:13 PM - 6 messages
Hello, I have a need to see if a string is numeric or alphabetic. I understand that Visual Basic has a method called "IsNumeric(string)" but C# dosen't appear to have one. Any ideas? Thanks for your help Steve ...
Score ASP.NET 2.0 - Dynamically create ActiveX object using HtmlGenericControl and call methods / function
qualitynice - 3 Nov 2005 8:10 PM - 5 messages
HELP :-)...  I'm creating an embedded activex object in an asp.net page using the HtmlGenericControl class.  I'm doing this because when I tried to embed it directly in the aspx page, it stopped working once I ...
Score ASP.NET Session: Can't store
Sachin - 3 Nov 2005 7:48 PM - 6 messages
Hi All, I have an ASP.NET application deployed under a Web Site in IIS6.0 I have specified session mode as "InProc". However, all calls to Session[key]= value are failing. If I set, cookieless = true, then application works fine. ...
Score DropDownListBox and Item Value
Paul - 3 Nov 2005 7:41 PM - 4 messages
I use the following piece of code to programatically insert an item into a dropdownlistbox: myDropdownListBox.items.insert(0, myDisplayedText) This works but the value of the item is then the same as myDisplayedText. My question: I want the value to be something different. How I can I ...
Score Use FindControl to find DetailsView BoundField control (vb)
sck10 - 3 Nov 2005 7:35 PM - 6 messages
Hello, I am using the code below to set the values of a DetailsView template field using FindControl.  My question is how would you find a control if its a Boundfield control? For example, how would I reference the following BoundField ("NTAccount") in ...
Score Repeater Question
GD - 3 Nov 2005 5:48 PM - 4 messages
I need to bind my repeater to a DataSet for which the number of columns is always different (cross-tab report). However, I need to exlude an Id column from displaying on the Repeater. As shown below, I'm not ...
Score Build broken (no idea why): SYstem.EnterpriseServices gone
Keith Patrick - 3 Nov 2005 5:31 PM - 4 messages
I have the Beta 2 of VS 2005 running an ASP.Net 2.0 app.  This thing worked yesterday, but today, it's telling me: Error 1 Could not load file or assembly 'System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of ...
Score Integrating old asp into asp.net
Paul - 3 Nov 2005 4:56 PM - 5 messages
Hi just wondering if there is an easy way to do this as I am recieving asp files as well as associated images and CSS files, also include files.  I created a project and added the files but when I try to run it it, Get the ...
Score Data Access with GridView [ASP.Net 2.0] question
Robert Smith jr. - 3 Nov 2005 4:48 PM - 3 messages
Hello, Please pardon my newbie question ... I am building an ASP.NET page that displays a recordset with a Delete statement enabled (this all works fine).  I want to Insert the current row *that is going to be deleted* into another table, before the ...
Hi,
dll
Next » 2 3 4 5 6 7 8 9 10