Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score New row is a no-show, Web Developer Express Edition 2005
RKT - 26 Nov 2005 11:44 PM - 1 message
Problem: New row not showing up until forcing a second postback. I am using: - Visual Web Developer 2005 Express Edition - SqlDataAdapter - The embedded MS SQL Server (As you may know, this IDE heavily encapsulates database interface internals when you generate a derived DataSet. So, I cannot reuse techniques that worked in VS ...
Score Is anybody located in GMT (-06:00) Central Time?
clintonG - 26 Nov 2005 9:11 PM - 1 message
I need somebody who is using 2.0 RTM Membership with a dev machine located in GMT (-06:00) Central Time and is interested in running a short test to debug the RTM 2.0. I need to confirm if anybody else has users that are being added to ...
Score What is the Equivalent of the CurrentRowIndex Property for a DataGrid Web Control?
.NETn00b - 26 Nov 2005 8:02 PM - 2 messages
I am trying to convert the following windows app method, to use in an ASP.NET application: private void DataGrid1_CurrentCellChanged(object sender, EventArgs e) {      int c = DataGrid1.CurrentRowIndex;      DataGrid1.Select(c);      DataGrid1_Click( sender,  e); ...
Score What is the Equivalent of the CurrentRowIndex Property for a DataGrid Web Control?
Bob Loveshade - 26 Nov 2005 7:53 PM - 1 message
I am trying to convert the following windows app method, to use in an ASP.NET application: private void DataGrid1_CurrentCellChanged(object sender, EventArgs e) {      int c = DataGrid1.CurrentRowIndex;      DataGrid1.Select(c);      DataGrid1_Click( sender,  e);         ...
Score Regular Expression Help (URL Rewriting)
Will Chamberlain - 26 Nov 2005 6:25 PM - 3 messages
I'm working on a URL rewriting engine at the moment and would like to make it more dynamic. I am doing this via Global.asax and as of now I have to manually write the URL's one-by-one. I am wanting to use a RegEx ...
Score control events
simon - 26 Nov 2005 6:00 PM - 2 messages
In code behind file in Visual Studio 2003, you could select object in left combo box and see all methods and events on right combo box. For example if you had selected dataGrid on the left ,you see the events on ...
Score Don't Understand error
Wayne Wengert - 26 Nov 2005 5:06 PM - 3 messages
I am using a Gridview in an ASP.NET 2.0 (VB) application. In a hyperlink template column I want to build a url wich includes passing a couple of query strings that I need to populate dynamically. When that code is as shown here - it works fine: ...
Score Where is the "Grid Layout Panel"
Edward - 26 Nov 2005 4:46 PM - 2 messages
When designing a page in VS2003, in the toolbox, tab HTML there was a "Grid Layout Panel". I cannot find this control in VS2005. Where can I find the control now? ...
Score Web Development articles - where can I find some?
Emu - 26 Nov 2005 3:16 PM - 5 messages
I'm looking for articles on web development. Can anyone please point me in the right direction? Thanks. ...
Score Multilanguage calendar...
Stu - 26 Nov 2005 1:46 PM - 4 messages
Hi, I am nearing the end of a multilanguage conversion and have just come across a page which has a calendar control on it that needs translating. The current language of the site is stored in a session variable as we need to ...
Score DataGrid Pagin Problem
alexmaster_2004 - 26 Nov 2005 12:39 PM - 2 messages
Hi there my problem is with datagrid pagin.when i try to add the pagin feature to my datagrid i get a strange behavior. i will explain in details: i wanted to allow pagin in the datagrid so i have put AllowPagin property = ...
Score Cache and memory issues
llp - 26 Nov 2005 9:14 AM - 1 message
We have a server which has about 90% memory usuage and it seems the cache is constantly being invalidated even though there is physical memory to use. On development machines it works fine but on the server we see that the cache is invalidated constantly which puts higher load on ...
Score Create Profile info for not logged users
SR - 26 Nov 2005 8:44 AM - 1 message
Suppose I have to create a dozen of users taking their data from a list Membership let me do it with the Create method, but what about Profile ? eg. I want FullName, Age (in Profile) UserId, pwd (in membership) something like (pseudocode): ...
Score Application and HashTable
RicercatoreSbadato - 26 Nov 2005 6:45 AM - 2 messages
Can I put in the context Application an HashTable? I always see only strings..but I'd like to put in an HashTable, how can I do it? ...
Score Strange Behavior ASPnet_Wp.exe
thomson - 26 Nov 2005 5:09 AM - 2 messages
Hi all,            i have opened my application and did some work, i could see i the task manager the Mem usage is 76,476K, I closed my application and made sure that no instance of .net is running, but when i saw that ...
Score regular expression validator
Maziar Aflatoun - 26 Nov 2005 5:09 AM - 1 message
Hi, I haven't used RE for some time now and my RE is a little rusty :). I have the following regular expression to validate emails \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* How would I modify this to allow spaces (0+) at the end of the email? And ...
Score How and when should I use CacheItemPriority.NotRemovable?
Michael - 26 Nov 2005 4:29 AM - 3 messages
Hi, I wrote the code to test how CacheItemPriority.NotRemovable works:   Cache.Insert("Time", DateTime.Now,       new System.Web.Caching.CacheDependency(Server.MapPath("Test.txt")),       System.Web.Caching.Cache.NoAbsoluteExpiration, ...
Score Rols/rights in asp 2.0
John - 26 Nov 2005 1:24 AM - 2 messages
Hi I would like to use the aps.net 2.0 built-in user roles/ rights and personalisation/profile mechanisms but concerned that some web hosts may not allow Form authentication mode as opposed to Windows authentication mode. Is this concern justified? ...
Score Where to store User Controls in ASP.NET 2.0?
Michael - 26 Nov 2005 1:11 AM - 2 messages
Hi, Should User Controls be stored in App_Data folder in ASP.NET 2.0? Is that like a best practice? Thanks. ...
Score User login/roles and personalisation
John - 26 Nov 2005 12:45 AM - 1 message
Hi I need some to manage user login/roles and personalisation of app based on use role. Is there a simple sample available for this? Thanks Regards ...
Score Deploying ASP.NET 2.0
Kevin - 26 Nov 2005 12:40 AM - 3 messages
Hi, Hope someone can help us with this problem.  This is our first endeavour into .NET 2.0 :-) BACKGROUD INFO: ---------------------- We've built a website using .NET 2.0 and deployed onto our webserver. This webpage simply calls some web services (built with .NET 1.1) running on the ...
Score ## in ASP.NET 2.0
Michael - 25 Nov 2005 11:48 PM - 5 messages
Can you point me to some info about this apparently new feature of ASP.NET 2.0? In an ASPX file, for example, you can have ## I haven't been able to find any info on that in the help file or online. ...
Score Open and read/write ASPX file
David Lozzi - 25 Nov 2005 11:28 PM - 3 messages
Howdy, Trying to open and read/write another aspx file from my aspx page. Basically I want to be able to update my aspx files from the website. Here's my code so far:         Dim path As String = Server.MapPath("tester.aspx") ...
Score Tabel cells
Jim McGivney - 25 Nov 2005 11:05 PM - 2 messages
On an aspx page with C# code behind, I need to place information with extensive formatting (positioning).  I believe that a table will serve my needs the best.  I am not sure how to specify the row and column numbers ...
Score how to parse deeper nested tags in custom control
SEB - 25 Nov 2005 10:43 PM - 3 messages
can any one please redirect me to how to use control builder class to parse the following case (or any other method) <mycustomcontroltag>     <item attribute1="x" attribute2="y" ......>         <subitems> ...
Score TreeView problem
christof - 25 Nov 2005 9:45 PM - 5 messages
It'll be really easy...Sorry for that question: I've got a MasterPage <%@ Master Language="C#" ClassName="MasterP" %> and some slave.aspx.<%@ Page Language="C#" MasterPageFile="~/Master1.master" AutoEventWireup="true" CodeFile="ShowDatabases.aspx.cs" Inherits="ShowDatabases" ...
Score Sorry for asking, Outlook Express related question only
Edwin Knoppert - 25 Nov 2005 9:31 PM - 3 messages
Please forgive me, i can't solve it. How will the newsreader put the topics in a tree again. Somehow i demolished a setting and all messages are now in date/time order but not in a branch. Thanks! OE v6 ...
Score How to print LocalReport with WebApplication?
ad - 25 Nov 2005 9:13 PM - 1 message
Hi, There is no print button when use LocalReport with WebApplicaiton. The article [link] Show us how to print with program, but it is with Windows Applicaiton. ...
Score Server Error
Denny - 25 Nov 2005 9:08 PM - 1 message
Hi you all guys Well i hope if anyone could help de with this type or error, it haapens when the same page is open and another user try to update the page!!        This is the error that trow: ...
Score Problem migrating Web Project from ASP.Net 1.1 to 2.0
Felix - 25 Nov 2005 8:49 PM - 2 messages
Hi everyone. I had a web site developed in asp.net 1.1 wich is already in production. I'm trying to migrate the project to framework 2.0 Initialli I had the following error during the compilation: "Error 72 The type 'nTime.Xnoopy.Server.WebServices.Global' is ambiguous: it ...
Score Forms authentication with images on the login page
Brian Muth - 25 Nov 2005 8:40 PM - 3 messages
I'm pretty new to the ASP.NET world, and would appreciate some advise regarding Forms authentication. My login page has some GIF images which I'd like displayed. However, because I haven't logged in yet, the GIF images are blanked out, unless I explicitly ...
Score Export subreport
David Dvali - 25 Nov 2005 8:32 PM - 1 message
Hello. I have an asp.net page that contains a crystal report. The master report is a list of customers. I click on a customer and the customer details report is displayed.  When I attempt to export this report to excel or pdf file, it exports the master ...
Score HTTP 405 - Resource not allowed
SteveWestling - 25 Nov 2005 8:19 PM - 1 message
I'm installing our .NET application on Windows XP machine at the request of one of our staff. The app is currently running fine on a 2003 server. When I call the page that performs the user login, I get the message HTTP 405 - ...
Score can't see properties on user control from aspx.vb
mharness - 25 Nov 2005 8:12 PM - 3 messages
Hello, I've tried a number of examples showing how to read the properties of a user control from an aspx file where the code is on the html view of the form but I can't figure out how to read them from the aspx.vb.  Can anyone tell me ...
Score Unable to start debugging on the web server. Catastrophic failure
joef - 25 Nov 2005 8:00 PM - 1 message
I'm running VS on my PC (W2K) connected to a remote IIS server (W2K) SP4 that is not a domain controller.  I've got the ASPNET and IWAM accounts in the "Impersonate a client after authentication" user rights ...
Score Accessing session from thread
John - 25 Nov 2005 7:07 PM - 3 messages
Is there a safe way to gain access to the session object from inside a spawned thread, in ASP.NET? I'm familiar with the principle of creating a data storage object, passing a reference to the thread, and then adding the object to the session. But this ...
Score Odd behavior in 2005 with base page classes
craig.wagner - 25 Nov 2005 6:55 PM - 3 messages
I have converted two ASP.NET 1.1 applications to ASP.NET 2.0. Each one had some odd results, most of which I've been able to address. I'm looking for some confirmation/advice. Both applications use a base page class inherited from ...
Score ASP.NET does not honor Title nor Javscript options
Benton - 25 Nov 2005 6:08 PM - 5 messages
Hi there, I have a child webform (with a ASP.NET calendar control) that opens in a javascript popup window when I click a button in the caller form. Child page has a <title> tag, and javascript window open options dictate "statusbar=no" ...
Score Web Page Event causes page to refresh twice ?
michaeltorus - 25 Nov 2005 5:09 PM - 1 message
I'm working on an .net 1.1 web app that someone else has designed, so I'm trying to figure out if whatt he is saying about some strange behaviour is something he's done wrong, or can be fixed. So, let's say you have a page with a grid on it. and the grid is editable, and has a button to post back to the server to perform an update on a row. When you click on it, it appears refresh the page twice which he says is unavoidable. It posts back to the server and first retrieves the data for the data grid (before the update method is called), then, once the controll is built, it then runs the event fo the button that was clicked. This performs the update, but, if nothing is done the page comes back with the OLD dataset, before the update method was called .... so basically, ends up ding a : <% window.location = window.location; %> which then refreshes the page and fetches an up to date dataset ... No matter how much a hear it and look at it, it seems CRAZY that M$ have made asp.Net work in this way ???? For every Create, update & Delete on every page in our application it will fetch the data twice ???? I desperately want to fix this, but where do I start ? Thanks Mike ...
Score Conditional directive
Simon - 25 Nov 2005 5:02 PM - 3 messages
Hi, Is possible to use a conditional directive to build a special version of asp.net 2.0 web application ? Thanks Simon. ...
Score ASP.NET 2.0 Frustration - MS Please Help
scorpion53061 - 25 Nov 2005 4:57 PM - 10 messages
I have a request of Microsoft and I hope they see this. I use Visual Studio 2005 Pro and WIN XP Pro with IIS 5.1 I have spent the better part of the last 2 weeks attempting to get my ...
Score Formatting a Web Part Zone in a Content Page (ASP.NET 2)
ian - 25 Nov 2005 4:42 PM - 1 message
Hi, I am having problems formatting a web part zone when then zone appears within a content page.  If I add a zone to a normal page, and auto format it then the zone appears as it should, i.e.the title bar is ...
Score multi-column dropdownlist
Mike P - 25 Nov 2005 4:12 PM - 2 messages
Can anybody recommend a free multi-column dropdownlist control? Thanks, Mike *** Sent via Developersdex [link] *** ...
Score Web.Config file seems to be ignored
Bill Long - 25 Nov 2005 4:08 PM - 5 messages
Hi, I have a situation like this: wwwroot has a web.config file that adds a custom http module <httpModules>             <add name="MyModue" type="MyType,MyAssembly" /> ...
Score Wizard Control
TC - 25 Nov 2005 4:07 PM - 4 messages
I there any way to make the nex button on a wizard control the dafault when the user presses the enter key in a textbox inside a wizard page? I need to get this functionality. TIA! ...
Score Exporting Crystal Reports subreport data
David Dvali - 25 Nov 2005 3:51 PM - 1 message
Hello. I have web for with report (Crystal Reports) which contains on demand subreports. Now I want to go the sub report and export it's data, but there is always main report data exported. My question is: How can I export only subreport data? ...
Score Q: moving project folder
JIM.H. - 25 Nov 2005 3:50 PM - 2 messages
Hello, I work both home and work and I need to move my project folder from on server another. Each time I copy over files and try to debug the code it says “unable to start debugger on the server”. If I create a new project and ...
Score custom control client values gone with postback
Pipo - 25 Nov 2005 3:48 PM - 4 messages
Hi, I'm trying to make my own web custom control. I've made a control with 2 textboxes and 1 dropdownlist. But when I enter values in them and get a postback the values are gone. How can I hold the values typed in by the client?? ...
Score resize image.....
mike - 25 Nov 2005 3:34 PM - 1 message
i made some fuction that resize image it works well but there's one problem. it looks like applying sharp rendering in photoshop. see attached file .. i'd like to know about applying blur rendering fuction;;; ^^ how do i do? ...
Score Validation error
Simon - 25 Nov 2005 3:09 PM - 1 message
I have asp.net 2.0, vs2005 and c#: In page there is one textBox and range validator for that textBox: <asp:TextBox id="txtDuration" Runat="server" Columns="3"></asp:TextBox> <asp:RangeValidator id="rngValDuration" Runat="server" ControlToValidate="txtDuration" Type="Integer"></asp:RangeValidator> ...
Score http 1.1/ 403 access forbidden after framework 2.0 installed
Chris - 25 Nov 2005 2:54 PM - 3 messages
Hi, I have multiple asp.net projects on my development machine. Visual Studio 2003 Framework 1.1.4 I installed the VS 2005 Express and Framework 2.0. Now these asp.net sites will not load. the visual studio pops up a message ...
Score How to receive keyboard input?
FabFreddy - 25 Nov 2005 2:44 PM - 4 messages
Hello, I'm writing a ASP.NET application. A applicatie that first was written in Basic and now i'm writting it in VB.NET, but I have one huge problem. I don't know how to get keyboard input. The basic application was ...
Score DataGrid Nightmare
Mr Newbie - 25 Nov 2005 2:38 PM - 3 messages
I am trying to use the in place edit in Datagrid, however, I am experiencing a problem which probably has a simple solutions so I thought I would ask you guys. I have a Grid bound to a DataSet table which works OK, I have an Edit column ...
Score Unrecognized tag prefix or device filter 'asp'
Simon - 25 Nov 2005 2:30 PM - 1 message
Hi I have a vs2005 and I try to put a placeholdercontent control on header tag of the master page, for adding extra header on the content page, but I still have this error when I build: " Unrecognized tag prefix or device filter ...
Score Cookies and NET 2.0
TCORDON - 25 Nov 2005 2:29 PM - 1 message
I am rewriting my web app in VS 2005, the thing is that it uses cookies to keep trak of some user selections, the cookie appears to be written to the users computer but the webapp is simply ignoring them, what can be causing ...
Score About KB Article 831150
Buddy - 25 Nov 2005 2:13 PM - 3 messages
Hello, Microsoft states in there article KB831150 that for error highlighted in bold for 'View State error message after you apply this hotfix' that the status is set to 'Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. ...
Score Bind DropDownList to XmlDataSource
Thor W Hammer - 25 Nov 2005 1:51 PM - 3 messages
Is it possible?? ...
Score User Right configuration in asp .net deployment project
fhranck - 25 Nov 2005 1:40 PM - 2 messages
Hello, I need some confirmation for a IIS  ASP .net project If in IIS I configure the site with window integrated authentication only no anonymous And in web.config I set Impersonate = "true" When the user will connect to the server the current thread will get the ...
Score How to change LabelText in DataList
Mirek Endys - 25 Nov 2005 12:55 PM - 2 messages
Hi all, I thought, that this is an usual thing, but Im wrong. I have a DataList control and there is a Label control. I need to change the Text propertz of the Label control. How to do it. Here is my function I want to use, but it is not working. I can Find Label ...
Score Data Access Layer
Jono Jones - 25 Nov 2005 12:51 PM - 5 messages
Hi there, Could you point me to a good resource for creating my data access layer? I have my database, I have me front end, but I want a nice layer between them so I can just call functions in my code behind to return me a list etc or the ...
Score Web Projects in VS 2005
TobyRiley - 25 Nov 2005 12:31 PM - 3 messages
I was reading the post from Scott Guthrie’s site [link] regarding sub webs and I have a question. When I originally set up ASP.NET to use a modular ...
Score Reports navigation
David Dvali - 25 Nov 2005 12:16 PM - 2 messages
Hello. I have web for with report (Crystal Reports) which contains on demand subreports. My question is: How can I go back to main report from subreport? Thank you. ...
Score how can i get datakey value of GridView ???????
mike - 25 Nov 2005 12:06 PM - 1 message
how can i get datakey value of GridView ???????     protected void BookGridView_RowDataBound(object sender, GridViewRowEventArgs e)     {         int tableId = int.Parse( BookGridView.DataKeys[e.Row.DataItemIndex].ToString() );         ..... ...
Score Drag drop in web forms
narula.amitsk - 25 Nov 2005 11:35 AM - 3 messages
Hi All, I am need of  drawing Ellipse/rectangle on a web page. user would select ellipse/rectagle , the string to written in it & rownumber , column number. I want to do this on fly, and  save all the ellipse /rectangle drawn ...
Score reading the session inside a Dll project using asp.net 1.1
Loui Mercieca - 25 Nov 2005 11:08 AM - 3 messages
Hi, I have 2 web projects in asp.net 1.1. They are 2 different applications but have some common processing. I would like to create a dll file which takes care of all my logic and so centralizing the proccessing. The problem is, ...
Score Best way to search GridView
NateDawg - 25 Nov 2005 10:53 AM - 1 message
I would like to show all the data in a table to users, they can then select from a drop down list the column they would like to search. Then enter the criteria they would like to search by. When they hit submit the GridView will ...
Score Mouseover, mouseout, click etc on datagrid.
johnnydublin - 25 Nov 2005 10:50 AM - 2 messages
Hi there, Does anyone know of a way that I can specify javascript functions that are to be run when a cell is clicked, mouse over etc in a datagrid without attaching the function to every single cell? I have a diary view with resources across the top and times down the X ...
Score Consuming less memory when writing a file?
W. Jordan - 25 Nov 2005 9:43 AM - 8 messages
Hello, I am using Response.WriteFile (filename) to write a file that on the server to my web client. I discover that the while a client request a big file, for example, a 14m-bytes one, the memory usage of the ...
Score XML/XSL transform problem
Lasse Edsvik - 25 Nov 2005 9:43 AM - 2 messages
Hello I was trying to do this example shown here: [link]\Xml2.aspx&font=3 When I run it I get 3 warnings and nothing shows in the browser, what might ...
Score How to redirect output from Diagnostics.Trace to Page.Trace?
Matthias S. - 25 Nov 2005 9:42 AM - 2 messages
Hi everybody! Is there a way to redirect the Standard Trace Output (written through System.Diagnostics.Trace) so that it shows up in the trace of the page (if not disabled?). Thanks a ton. ...
Score Gridview's findcontrol ignores cells()
Edwin Knoppert - 25 Nov 2005 9:17 AM - 1 message
In my case this: l = CType(gv.Rows(nRow).Cells(4).FindControl("Label3"), Label) Works the same as: l = CType(gv.Rows(nRow).FindControl("Label3"), Label) In BOTH cases findcontrol gives an error label1 is declared multiple times. However, these are put in different itemtemplates. ...
Score run asp.net without a web server
sms1973 - 25 Nov 2005 7:46 AM - 5 messages
I have an ASP.NET application that I need to package and ship on CDs to run on Client machines without a web server. I read a few topics here that made it sound possible. Someone actually referred to an article in MSDN Magazine October 2002 edition, but I ...
Score Application and Session state stored in SQL Server
Michael - 25 Nov 2005 6:47 AM - 3 messages
Hi, I know how to store Session state in SQL Server, but I'm not sure if the Application state is also stored in SQL Server. There is a table named ASPStateTempApplications in tempdb database, but it seems useless. I say this ...
Score Cannot display Chinese data from database
Jason Chan - 25 Nov 2005 6:43 AM - 2 messages
Some chinese characters data (in Big5 encoding) is stored in database. I tried to display the data in an aspx but the characters cannot display correctly. I tried anything I think is related: - Setting the charset, codepage of the page ...
Score Visual Web Developer Express How do I build Code-behind into DLL in bin folder
teliot - 25 Nov 2005 6:04 AM - 8 messages
I'm just starting to use VWD Express.  Supposedly, if I use a separate file (code behind) for my web forms, it should build them into a DLL into the Bin folder.  However, no bin folder was automatically created ...
Score User Control: Dynamic Properties!!
Adam Knight - 25 Nov 2005 5:20 AM - 2 messages
Hi all, I have just tried to assign the properties of a user control dynamically in the following way: <% If Not(Request.QueryString("lvl2") Is Nothing) Then %> intStandardID='<%# Container.DataItem("standard_id")%>'  Runat="Server"/> <% ElseIf Not(Request.QueryString("lvl3") Is Nothing) Then %> ...
Score A translatable website
Bob - 25 Nov 2005 4:57 AM - 5 messages
I want to make my website translatable in different spoken languages, such as English and French.  I'm thinking of storing each display string in one XML file: <string00000001>     <english>Hello</english> ...
Score Cannot POST to .XML page
clevrmnkey - 25 Nov 2005 3:55 AM - 2 messages
I am trying to post some data to an XML page which is controlled by SQLXML and returns XML from a stored procedure. However, when I build the post request within ASP.NET and point it at the page it gives me a ...
Score Integrated Windows Authentication in ASP.NET
grey - 25 Nov 2005 3:43 AM - 1 message
I have used the Integrated Windows Authentication option in IIS for auto authentication with AD. For the success, the application would pass through the authentication and going to the application. However, for the invalid user (not authenticated in AD), it would prompt out the login screen to ask ...
Score ASP classic -> ASP.NET 2.0
Bob - 25 Nov 2005 3:29 AM - 4 messages
In classic ASP, I used to keep a constant file that contains site configuration settings.  For example, Const SITE_BACKGROUND_COLOR = "#909090" Const APPLICATION_NAME = "My Financial Site" Const UPLOAD_DIRECOTRY = "C:\uploads\" And then I'll include this constant file in all of my classic ASP pages. ...
Score specifying a query string in an href dynamically
Robert Rotstein - 25 Nov 2005 3:14 AM - 2 messages
I have a control that looks something like this: <asp:DataList ... >    <ItemTemplate ... >      <table>        <tr>          <td image src='... <%# DataBinder.Eval(Container.DataItem, ...
Score Disabling Link Button Column in Datagrid
pradeep_TP - 25 Nov 2005 3:11 AM - 3 messages
Hello world, I have a simple datagrid on asp.net web form , in which I am showing a single button column called EDIT. The code in the .aspx files for the same is as below.     <asp:ButtonColumn HeaderText="" ButtonType="LinkButton" Text="Edit" ...
Score Connecting to Active Directory through ASP.NET Web form
multisync - 24 Nov 2005 11:37 PM - 3 messages
Hi guys, I'm very new to Asp.net. All I want to do is have a asp.net webform using VB, where I can enter a computer name in a textbox then click submit and have it return the following attributes from AD: ...
Score Problem Running ASP.NET/ASP App Under VS 2005
craig.wagner - 24 Nov 2005 10:00 PM - 3 messages
I took an application that we have that is part ASP, part ASP.NET, and migrated it to VS 2005. The migration worked okay, it's trying to run it where I am having some challenges. When I open the application in VS 2005, I can open it one of two ways ...
Score Downloading file from database
Jeremy Chapman - 24 Nov 2005 9:24 PM - 5 messages
I have build a web page that lists files in a database.  When the user clicks on the file the page streams the file contents to the browser with code like: Response.AppendHeader("Content-Disposition","attachment;filename=" + strFileName); Response.AppendHeader("Content-Length",lLength.ToString()); ...
Score An Exception 'System.StackOverflowException' has occured in /LM/W3SVC/1/Root/...
HyVong - 24 Nov 2005 8:43 PM - 2 messages
Hi Everyone, please help, i'm very frustrated because i can't run my application. I built my application using the .NET Installer, i ran the installer on the development machine and it sets the iis and everything is running ...
Score Event 1089
chuck - 24 Nov 2005 8:13 PM - 1 message
I gave the ASPNET account with read permissions to "C:\Inetpub\wwwroot", but it still gives me the error: Failed to execute the request because the ASP.NET process identity does not have read permissions to the global assembly cache. Error: 0x80070002 The ...
Score How to add a small HTML table under a row of a GridView
onearth - 24 Nov 2005 8:11 PM - 27 messages
Hello I already managed to add a dynamic DetailView under a row of Gridview if a user presses the row with the mouse... Is it possible to add under it a table(or even better load a simple HTML file that contains the tables).. not a detailview like I already ...
Score Source Control Products???
Spam Catcher - 24 Nov 2005 7:29 PM - 6 messages
Hello Everyone, Can anyone recommend some VS.NET source control products for both ASP.NET and VB.NET development? SourceGear Vault Visual SourceSafe 2005 Subversion CVS Anything else you guys recommend? I'm looking for a product that was built primarily for VS.NET. Subversion ...
Score Missing Server Tags in a WebForm
Richard Steele (Basemap) - 24 Nov 2005 5:57 PM - 1 message
VisualStudio 2005 Release having developed a webform with embedded tags such as <a href="javascript:OpenPopupPage('Calendar.aspx','<%= WeekEnding2.ClientID %>','<%= Page.IsPostBack %>');"> This page is saved, but when repoened for edit, i am missing the server tags ...
Score Application["TotalPlayings"]++ doesn't work
farmer - 24 Nov 2005 5:25 PM - 7 messages
Compiler Error Message: CS0201: Only assignment, call, increment, decrement, and new object expressions can be used as a statement And: (int)Application["TotalPlayings"]++; Makes no sense. ...
Score relative vs absolute URLs?
Flip - 24 Nov 2005 4:53 PM - 1 message
I am retrieving a web page and then taking an inside table to display as an RSS feed.  However, there are some relative URLs in there.  Of course they work perfectly fine when using IE and navigating to the page.  However when ...
Score Please take a look at this project
Jacob.Kofod - 24 Nov 2005 4:48 PM - 1 message
I have started an Open Source project called Bluesite. Bluesite is an Open Source system for building and managing ASP.NET websites. It uses standard ASP.NET technology, and integrates seamlessly into already created ASP.NET websites. It is programmed in C#. I would be very happy ...
Score Collections
Luca - 24 Nov 2005 4:45 PM - 3 messages
Hi, does exist a collection in which store more than one value for every key? Example: key --- values ---------------- key_A1 -- value_A11, value_A12, value_A13, ... key_A2 -- value_A21, value_A22, ... ..... I don't need a jagged array. Thanks in advance, Luca ...
Score Keep URL in sync with selected control values
Matthias S. - 24 Nov 2005 4:37 PM - 1 message
Hi there, first of all, sorry for the lengthy post, but restrictions in my languages skills and the nature of the problem account for it. I've got the following situation: I'm creating a control which will be placed on most of my pages. The control contains a country dropdown, a city ...
Score how load one frame before another in aspx page
Lady - 24 Nov 2005 4:30 PM - 4 messages
I have 3 frame (not frame set) and I want to forse frame1 (where I define language for user) to be load first, before any other frames. How should I do it from the main aspx page? thank you very... ...
Score PostBackURL, same **** as validation!
Edwin Knoppert - 24 Nov 2005 4:29 PM - 1 message
I have taken a peek into the PostBackURL for a button. Seriously hopeless technique. 1) MS seemed not to be able to use the form's action and so a workaround is prepared. 2) The workround is similar to validataion, resorting to activex ...
Score The server tag is not well formed
mike - 24 Nov 2005 3:48 PM - 4 messages
<asp:ImageButton ID="ImageButton2" runat="server"             OnClientClick="javascript:menu('<%# Eval("TableId")');return false;"  /> this is what i want to use!!! but it occurs just one error like below ...
Score Finding DataKey in GridView
mike - 24 Nov 2005 3:44 PM - 2 messages
i'd like to get datakey of GridView So i write code like below but it wasn't work well. how should i do?     protected void BookGridView_RowDataBound(object sender, GridViewRowEventArgs e)     {         int tableId = int.Parse( ...
Score DropDownList
Rodrigo Ferreira - 24 Nov 2005 3:38 PM - 3 messages
Hello, How can i fill a dropdownlist with data returned by the database? My code is: string strsql = "SELECT designacao FROM categorias"; multiqual.bd db1 = new multiqual.bd(); ddlCategoria.DataSource = db1.devolvedataset(strsql); ddlCategoria.DataBind(); Greetings, Rodrigo Ferreira ...
ed