Home All Groups Group Topic Search About

Score Atomic read/writes in SQL Server
JohnB - 10 Jul 2009 12:08 AM - 3 messages
I'm about to start working on an (Internet) web server whose processing is pretty routine (note that all users with be anonymous). Web forms are read/writing to the (SQL Server) DB and everything is hooked up using standard ASP.NET techniques (web controls wired to my business layer objects ...
Score autoincrement vs uniqueidentifier (easy)
yui - 8 Jul 2009 10:32 PM - 14 messages
Hi there, I need to create unique primary keys in my tables but I don't care about the format of these keys. They're used simply to identify the record and serve as foreign keys in other tables (users never see them). I've always relied ...
Score Is Delegation Necessary?
headware - 8 Jul 2009 7:42 PM - 15 messages
My ASP.NET app needs to access an Excel file sitting on another computer on a the network using ADO.NET. I've tried this using just impersonation and it seems to work fine but everything I read says that accessing network resources requires delegation. Is that ...
Score ASPNET or Network Service account on Vista Home Premium
Oltmans - 9 Jul 2009 2:46 PM - 4 messages
Hi guys, I'm trying to install DotNetNuke on Microsoft Vista Home Premium. I already have .NET framework 2.0, Visual Studio 2005 and SQL Server Express installed on my PC. To install DotNetNuke, I'm following instructions here [link] ...
Score context response or server.transfer to target = _blank
Craig - 9 Jul 2009 6:47 PM - 8 messages
Hello, I need to open a new page (target = _blank) for processing form data and displaying a result from within the codebehind. Ideally, I would like to use server.transfer("x", true); The user clicks the "Proccess" button, I do some data manipulation in the ...
Score App_Code class call funcrion in aspx.cs file?
Karl Mitschke - 9 Jul 2009 5:18 PM - 6 messages
I have a CommonFunctions.cs file in App_Code, which has several classes. I can call the functions in these classes from my aspx pages with no problem. Now, I'd like to streamline my code further. Assume the following: page1.aspx ...
Score Going to a link but need to log in.
Mr.Magic - 8 Jul 2009 7:26 PM - 3 messages
I am going to put up a website with documents where we give our customers a link to go directly to the document. For safety purposed, I'm going to do Forms Authentication. The question I have though is if I give somebody a ...
Score ASP.net webpage and database
Beginner - 9 Jul 2009 1:58 AM - 6 messages
Hello, I have an ASP.net webpage and I would like to include many articles about trees. I though about creating a SQL server database and bind it to my ASP.net webpage. I know how to bind a database to ASP.net but I don't know if it is ...
Score session state time out
ton - 8 Jul 2009 5:42 PM - 7 messages
Hi, when the sessionstate timeouts, I want to redirect to a logon page. The problem is that because there are a lot of controls where the user can push on I have to check the expreid sessionstate for each procedure. In the page ...
Score Data binding etc
AAaron123 - 9 Jul 2009 3:01 AM - 7 messages
Someone spent much time helping me with this and I thought I understood but now find I'm not sure abut some things. I'd appreciate it if you would comment on all or some of the following. MUST DO IT THIS WAY ...
Score Calling Application_Start After Worker Process is Recycled
headware - 7 Jul 2009 2:08 AM - 7 messages
It appears that if the worker process is recycled by IIS, that Application_Start is not called again until the next request comes in. Is there any way to get this to happen automatically right after the process is recycled without relying on a request from a user? ...
Score Urgent - Issues with using Office 2003 PIA on Windows Server 2008
dinoo - 8 Jul 2009 11:11 PM - 6 messages
I would appreciate immediate help on this. We are using a functionality to read and write Excel files using Office Automation using PIA assemblies for MS Office 2003. We have office 2003 installed on Windows Server 2008. While trying to run the application we are getting following error - ...
Score Using Access mdb file with Web Site Administration Tool
Manish Agarwal - 9 Jul 2009 7:18 AM - 5 messages
Hi, How can I use MSAccess's mdb file with Web Site Administration Tool instead of SQL Server mdf file? Regards, Manish Agarwal ...
Score Web Deployment Project - Publish?
AG - 28 Jun 2009 8:52 PM - 9 messages
Using VS 2008 SP1. I have a Web Application project (not Website project). I added a web deployment project to the solution. The web deployment project builds to the destination local folder. No problem here. I have searched the web, but must be missing something because I can't seem ...
Score á ÇáÅÓáÇã Úä ÇáÅÑåÇÈ¿
muslim girl - 7 Jul 2009 9:31 PM - 4 messages
What Does Islam Say about Terrorism? ãÇÐÇ íÞæá ÇáÅÓáÇã Úä ÇáÅÑåÇÈ¿ [link] Islam, a religion of mercy, does not permit terrorism. In the Quran, ...
Score Trap Data Tier Errors?
SnapDive - 8 Jul 2009 2:56 PM - 4 messages
I have an ASP.NET Web Site that I would like to trap these conditions. I am using LINQ to SQL as the DAL to populate controls on the site. Either condition/message might appear when SQL Server is unavailable ...
Score Redirect To Login Page - Forms Authentication
Dave - 7 Jul 2009 6:53 PM - 5 messages
Using Forms authentication.  After a user successfully logs in, if they try to access a page to which they have not been granted security, I expected an error page to be displayed.  Instead, the Login Form is redisplayed.  I ...
Score progress indicator long running proc NO Button click
cindy - 30 Jun 2009 8:49 PM - 13 messages
I have a procedure long running in C# asp.net 2003 app I need to show iframe with just a graphic (bouncing ball) inside the procedure and before end of procedure close the window I know there are more complicated solutions for a progress bar but I haave ...
Score xhtmlConformance mode="Strict"
MCM - 3 Jul 2009 3:31 PM - 10 messages
I have the following line in my web.config file: <xhtmlConformance mode="Strict" /> however the form element is still rendering with the "name" attribute. I think a potential problem is that I am using precompilation for the site. Is ...
Score restrict number of users
Gerhard - 7 Jul 2009 9:54 PM - 14 messages
Is there a best practice way to restrict a web page to only one user at a time?  This is for a business page that is not used often and would be best if only one person at a time was allowed to access it.  Using vb.net version ...
Score American and European Converted from Christianity to ISLAM
muslim girl - 7 Jul 2009 2:38 PM - 7 messages
Converts to Islam [link] [link] [link] [link] ...
Score Using if on ASPX-side instead of in code behind
K Viltersten - 8 Jul 2009 9:05 AM - 6 messages
I have the following script consisting of three script-sections. <% if (true) { %> <%# MyLogic.GetName(      DataBinder.GetPropertyValue((List<MyInfo>)       Container.DataItem)[0], "PropName")) %> <% } %> I'd like to make it into a single one, similarly ...
Score Gridview render control error in content page
Julia B - 6 Jul 2009 12:58 PM - 8 messages
Hi all, Am trying to render a gridview control in anASP.Net (2.0) app. The gridview is in a content page which inherits from a master, which I believe is the problem. When I attempt to render the control I get the error Gridview must be placed ...
Score Problems adding HyperLink controls through code.
mete hanap - 5 Jul 2009 3:38 AM - 5 messages
For example, I loop through a list of strings that are paths to .pdf files and create HyperLink controls to add to a PlaceHolder control. The HyperLinks get created accordingly but when clicked, they do nothing. List<string> dirs = FileHelper.GetFilesRecursive(newsLettersPath); ...
Score Server.ScriptTimeout not being observed?
Mark - 6 Jul 2009 9:15 PM - 4 messages
Hi... We have a utility page that some users are having trouble with.  The page sets Server.ScriptTimeout = 600; // 10 minutes yet it reports a timeout error after the default 90 seconds. The page the users are seeing is compiled in Release mode and ...
Score How can the Login control stop authenticating?
HillBilly - 7 Jul 2009 3:31 AM - 5 messages
This control can be dragged and dropped from the VS2008 Toolbox and if Membership is setup correctly the Login control will login authenticated users --and-- display a message and stop the form from processing when unknown credentials are submitted, i.e. validation. ...
Score Need PHP Developer, Location: New Jersey, Duration: 6months
kin - 7 Jul 2009 4:56 PM - 5 messages
Hi, Please respond to sr***@kindlesys.com DESCRIPTION: The position involves the design and development of data-intensive business applications. Our existing applications support a variety of high-traffic financial services offered via the Internet. You will be a part of a larger team developing and extending these applications ...
Score Page refresh - Alternative to using frames
RJN - 7 Jul 2009 8:42 AM - 7 messages
Hi I've a SharePoint web site, with left navigation, top menu and footer links. All these come from a master page. The contentplace holder for the main content area(PlaceHolderMain) gets filled by the page content defined using page layouts. ...
Score How to write metainformation in asp.net dll
Toni Pohl - 25 Jun 2009 5:42 PM - 4 messages
Hi all, I´m looking for a way to write meta informations/assembly informations like productname, copyright, version etc. into a asp.net compiled file - into the ..dll (compiled with web deployment project in VS2008) In win form projects it´s easy, just to write info in the project assembly ...
Score VB.Net Developer, Houstan TX, Duration: 6months, ONLY Green Card / (1-140 & EAD approved)
kin - 6 Jul 2009 10:13 PM - 4 messages
Hi, Please respond to as***@kindlesys.com 1.      MUST have  5+ years VB.NET & SQL 2.      8 years total development experience 3.      Solid business driven application development ...
Score DAL for sharing?
someone@microsoft.com - 6 Jul 2009 7:55 PM - 4 messages
Hi, Does anybody has a DAL code to share? I really need help to create it. TIA Regards, Marcelo. ...
Score Control is null on postback?
Andy - 7 Jul 2009 12:58 AM - 2 messages
Hi, I have a page, which uses a master page template.  In the content, I have a formview control, and outside of that form view, I have a Literal control.  On initial load, the Literal control is available ...
Score Javascript question
Andy - 7 Jul 2009 1:00 AM - 4 messages
hi, I'm trying to detect changes in a textbox to set a flag in javascript.  I hook into the text boxes keypress event, which works fine except when you press the backspace key.  In this case, the ...
Score ASP.NET System.OutOfMemoryException
Pei Lu - 23 Jun 2009 11:24 AM - 7 messages
I am using Windows 2003 X86 server, which is a multiprocessor computer. ..Net 3.5 + SP1 I am getting System.OutOfMemoryException error. It seemed GC seldom release memory of w3wp.exe. Sometimes there was System.OutOfMemoryException error. Currently I set w3wp.exe recycling when memory reachs 1000M. ...
Score False Positives From String Comparison using string.Equals()
Smithers - 20 Jun 2009 6:29 AM - 12 messages
I am using the .Equals() method of the string class, as follows, to compare string properties of two different instances of a given class. if (!valuesFromUI.Other_Description.Equals(valuesAsRetrievedFromDB.Other_Description, StringComparison.OrdinalIgnoreCase)) {    return true; } What I am observing in testing is that the above .Equals() periodically ...
Score Deleting table row in table grid using ASP.NET MVC
wxl - 2 Jul 2009 2:23 PM - 3 messages
Hello, I am looking for source code example or demo on how to delete table row.   I have a table row with checkbox that renders dynamically based on selected item from dropdowlist.     How can i delete row for example, i have a Delete ...
Score Advice required
jk - 5 Jul 2009 8:17 PM - 7 messages
Hi there, I'm a very experienced developer but relative new to ASP.NET (not exactly a novice but still feeling my way around). I'm about to start development of a new (commercial) web site and would like to know what technology I should be ...
Score Entity Framework - Reassigning child entity's parent
Norm - 3 Jul 2009 11:57 PM - 5 messages
The following seems like a simple enough operation, but for some reason I can't figure it out. In a parent-child relationship I want to move a child to a different parent. I figured that it would be as easy as ...
Score Need Sr DOT NET Developer | Seatle,Washington | 2+ years
kin - 2 Jul 2009 9:47 PM - 6 messages
Hi, Title: Sr DOT NET Developer Location: Seatle, Washington Duration: 2+ years Only GC/Citizens/W2 Skills: 8+ years of .NET WCF/WPF experience SILVER LIGHT Thanks, ...
Score Gridview binding twice
Julia B - 3 Jul 2009 1:27 PM - 5 messages
All This relates to .Net 2.0 using Visual Studio 2005. I've got a gridview in a content page bound to an objectdatasource. The datasource's SelectMethod calls on a function in a sub. I do not call the gridview databind method on page load. However I do call ...
Score When does IsReusable Property get interrogated?
Joseph Geretz - 1 Jul 2009 10:26 PM - 4 messages
Can I rely on this property being interrogated after ProcessRequest has finished executing? I'm looking for an 'event' that I can use to know when the object is about to be placed into the Pool. If the .NET runtime consistently interrogates ...
Score Brwoser and screen width?
John Baima - 4 Jul 2009 10:43 PM - 7 messages
I'd like to know how wide the browser window is at any given time as well as the screen width with ASP.NET. Is there an easy way to do that? Thanks. -John John Baima ...
Score Commented codes still affect the program
Allen - 30 Jun 2009 1:51 AM - 11 messages
I have a problem; I hope someone can help me.  I have  MS Visual c++ studio.net 2003.  I notice that the compiler is acting up.  If I comment a block of code (For example if I use // ..or /* .... */), this commented ...
Score Accessing GridViewRow.DataItem outside of GridView databinding events
Andy B. - 3 Jul 2009 6:05 PM - 6 messages
How do you access GridViewRow.DataItem without having to get to it inside GridView events? I have a particular thing I am trying to do and forcing it to be done inside gridviews events wont work. ...
Score Dynamic generation of a table
K Viltersten - 2 Jul 2009 6:02 PM - 7 messages
In my asp:Repeater, i'm starting a mark-up for a table in the <HeaderTemplate> and finish it up in the <FooterTemplate>. However, i'd like to dynamically create it and i wonder how i can do so. ...
Score Space or comment between the lines can affect the program
Allen - 2 Jul 2009 12:52 AM - 6 messages
Hi Everybody, I have a problem; I hope someone can help me.  I have  MS Visual studio.net 2003.  I notice that the compiler is acting up.  The program can be affected by the presence of commented block (For example if I use // ..or ...
Score Multiple Select commands
David C - 29 Jun 2009 8:44 PM - 3 messages
I have an asp.net GridView and I would like to have more than 1 "Select" button that selects the current row.  I want all of the Select links to do a PostBack to the current page and then do something based on the ...
Score Localization issue with master page.
Savvoulidis Iordanis - 29 Jun 2009 12:42 PM - 5 messages
Starting to practice localization/globalization, I have a master page containing a autopostback combobox (XML datasource based) with all the languages my site supports. What should I write (and where, content or master?) so that when the user selects a language, the current page refreshes ...
Score System.InvalidCastException was unhandled by user code
Deven - 1 Jul 2009 7:18 PM - 3 messages
I have custom login.aspx page in which I am calling store procedure to verify if user exist in database.  For some reason, when I run application to test, it will crash on following line with error message... sqlLoginCheck.Parameters.Add("P") ...
Score Help with C# using popup pox
Artunc - 30 Jun 2009 4:02 PM - 12 messages
Hi, I have a form that people enter their 9 digit account numbers and hit submit to email them to me. They have option of up to 4 different account numbers to enter, (4 text boxes).  When they hit submit, it opens a new popup window ...
Score Referencing to LinkButton in Gridview TemplateField
Peter - 1 Jul 2009 7:26 AM - 15 messages
Hi I have the following GridView with a LinkButton in a TemplateField,                     <asp:GridView ID="ServersGrid" runat="server">                         <Columns> ...
Score GetFiles, Delete
DavidS - 19 Jun 2009 5:16 PM - 6 messages
I want the server page to remove PDF files created at an earlier stage by a web page. I'm always receiving a misleading error message - "illegal character in path", etc..., "missing character" - when I attempt to use Directory.GetFiles( ... ). ...
Score isnull ! gives error
Jim Bunton - 17 Jun 2009 4:25 PM - 10 messages
Visual Web Developer 2008 using VB D:\ . . . \WebsiteX\AppCode\WebRecordVb ** code snippet begin ** Imports Microsoft.VisualBasic Public Class WebDbRecord   Private RestaurantId As Int32   Private FromWebOrRestaurant As Byte   Private SpeedOfService As Byte   '. . etc . . Public Function IsValid() As Boolean ...
Score MSDN help for MVC
Bhavtosh - 20 Jun 2009 4:24 PM - 5 messages
hello, where can i find the msdn help for mvc 1.0? ...
Score virtual file works in VS 2008, not IIS
David Thielen - 3 Jun 2009 11:38 PM - 16 messages
Hi; I create avitars in a program Avitar.cs. Works great in VS 2008, not in IIS. In IIS https://[link] returns an error 404 In VS2008 http://localhost:2716/store/avitar-6097.png works fine. ...
Score Image does not fit correctly in a div frame
AAaron123 - 28 Jun 2009 11:56 AM - 4 messages
Suppose to be a frame with an image that just fits inside. Works well in IE8 except the frame has more space between it and the window below than above. In FireFox the frame is too big for the image, but worst than that, the ...
Score Visual Basic is Dead!
Marcus - 16 Jun 2009 6:38 PM - 87 messages
I found this: [link] It means that C# will completely replace Visual Basic. What dou you think about this, is VB dead? ...
Score Boundfield display value
Peter - 26 Jun 2009 4:06 PM - 9 messages
Hi I have a <asp:Boundfield> which returns the value of a datasource field.  Can I have the text display something else depending on the value of the field ?  Let's say Field Contents            Display ...
Score Custom ContentPlaceHolder
gerry - 20 Jun 2009 10:50 AM - 17 messages
Visual Studio 2008 SP1 ..NET 3.5 SP1 I am attempting to create a custom ContentPlaceHolder. The few google results I got for "custom ContentPlaceHolder" state that this should be a simple matter of deriving a class from ContentPlaceHolder. Either they are all referring to older versions of the framework / ...
Score Problem with AddHandler (New CommandEventHandler) under framework 2.0
Fabrice - 25 Jun 2009 3:47 PM - 8 messages
Hello This code works under framework 1.1. I add in the header an image with a command event to execute a sub on click. It work fine with 1.1. But not under 2.0. I think the problem could be with the declaration :AddHandler ...
Score Displaying a generated picture in MS Word
Jeff - 27 Jun 2009 6:44 AM - 8 messages
Hi asp.net .3.5 anyone here know if it's possible to display a. .aspx generated picture inside MS  Ofice (LIke Word, Outlook etc), if then I would like to know how.. I whould be very happy if someone could tell me there exists a markup ...
Score How to get an https url when using Forms and Default login redirect
ADNT - 26 Jun 2009 2:50 PM - 3 messages
Hello, Using Forms authentication, I have in web.config <authentication mode="Forms"> <forms loginUrl="https://wwwmysite.com/secure/login.aspx" defaultUrl="~/DefaultPage.aspx" requireSSL="false" /> </authentication> A certificate is installed and working but when a non authenticated user try ...
Score <forms loginUrl="https:// pb
ADNT - 25 Jun 2009 12:11 PM - 4 messages
Hello, I have a problem with Forms authentication and the default login page set in web.config I want to use an https secured page for it so I put in web.config authentication section <form loginUrl="https://[link] ..../> ...
Score C# / VB.NET code which takes a datetime in as parameter and returns a string
Nully Girl - 25 Jun 2009 12:27 PM - 3 messages
Hi, I am wondering if someone know where I can find some code which takes a datetime as a parameter and returns a string like many of the forums example of some return strings.. 2 seconds ago 3 minutes ago ...
Score Disable Validation For Dynamically Created Control
Steve Harclerode - 24 Jun 2009 11:16 PM - 7 messages
This is a standard .Net question, although my starting point is a Commerce Server 2007 application that I need to modify. I have a page that includes 2 user controls: a LoginView and a custom control that is generated dynamically which shows the line items in a ...
Score too many forms, what should I do?
Jeff - 24 Jun 2009 6:28 PM - 3 messages
Hi I created an Subscribe button on the PayPal website. This button I want to use on my website so that people must pay to see hidden content. On the PayPal site I got this markup: <form action="<URL>" method="post"> ...
Score Multiple Drop-Downs
John Straumann - 23 Jun 2009 1:58 PM - 6 messages
Hi all: I have a web form that has a login button, and then 2 drop downs and the action I need is thus: Login button is click, user is logged in and the first drop-down list is populated ...
Score Request.ServerVariables and master page
David C - 19 Jun 2009 7:25 PM - 6 messages
I have a master page where I want to set a Label at the top of each page that uses this master to a value based on the web page it is opening.  Below is some code from the master aspx and the page_load from the aspx.vb to help ...
Score Close web form from code-behind
John Straumann - 19 Jun 2009 1:04 PM - 10 messages
Hi all: I have a button on a web form that calls a method in the code-behind file, OnClick="cmdButton_Click" and I am wondering if it is possible to close the web form from the code-behind? Or would I have to use client-side script to call the ...
Score Is there a way to keep the StreamWriter open?
Bishop - 16 Jun 2009 10:36 PM - 16 messages
Here is my current code: Imports System.IO Partial Class _Default     Inherits System.Web.UI.Page     Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load         Dim FILENAME As String = ...
Score Sharing the Cache between ASP.NET applications
Matty J - 17 Jun 2009 6:57 PM - 5 messages
Hi I'm working on a website which has a CMS for administrators and a public website. I'm intending on implementing data caching to improve performance / reduce number of calls to DB. However, when the CMS administrators make a change, the cache in the public website should ...
Score How to use getElementById
AAaron123 - 19 Jun 2009 1:03 AM - 8 messages
This is on a content aspx page (this contents ends up in the head section) var map = new google.maps.Map(document.getElementById("ctl00_BottomCPH_map_canvas"), myOptions); map_canvas is the id of a div element in contents BottomCPH. It is on the same context aspx page . ...
Score Temporary ASP.NET Files Corruption
Chuck - 9 Jun 2009 10:40 PM - 9 messages
Sometime these files are not getting replaced after we do a deployment using a webdeployment project. We get miscellaneous errors unrelated to anything.  Can't find dll, can't find ajax stuff etc.  If we delete the directory, then the site will work ...
Score C# locked textboxes
Axel - 18 Jun 2009 10:13 AM - 8 messages
Hi, I know I can set my form's textboxes ReadOnly property to disable them, but how can I "lock" them instead? THe user still needs to be able to select the text in them so they can paste it if needed. (I think this ...
Score OLEDB unknown error in ASP.NET
GT - 18 Jun 2009 10:57 AM - 5 messages
Hello ASP.NET 2.0 trying to load CSV-File via OLEDB Impersonation is on, Basic-HTTP Authentication. It only works when the logged on user is an andministrator. ASPNET-Account and also the normal user-account has full rights on the ...
Score Hide TemplateField
David C - 17 Jun 2009 10:05 PM - 3 messages
I have a DetailsView using TemplateFields and would like to know if there is a way to hide them in code.  I have a Databound event where I am doing other things and would like to hide some TemplateFields based on whether a ...
Score Web Deployment Project - Include Files
AG - 17 Jun 2009 4:07 PM - 5 messages
Using VS 2008 SP1. I have a Web Application project (not Website project). I added a web deployment project to the solution. The web deployment project INCLUDES files that reside in folders of the WAP, but are set to be 'EXCLUDED' from the project. ...
Score Skinning Question for checkboxes
Axel - 16 Jun 2009 12:24 PM - 3 messages
Hi I would like to skin my checkboxes as the users complained that the disabled ones where hard to see. I can not find any documentation on what properties are available in the Skin file anywhere, even googling did not return anything usable for me! ...
Score PrincipalContext in class constructor
musosdev - 15 Jun 2009 2:50 PM - 4 messages
Hi I'm trying to create a static class for my ActiveDirectory functions... things like GetUsernameFromID, etc. The code works, but every function has to declare its own PrincipalContext, and what I'd really like it to have that as a static, as follows... ...
Score Load type error Datacontext object
Alex. O. Koranteng - 17 Jun 2009 10:55 PM - 3 messages
I am getting the error below when one of the pages in my solution loads. I am using objectdatasource as my linqdatssource and it  is being assessed from the code below. <asp:LinqDataSource ID="ldsCustomers" runat="server"         ContextTypeName="NwindLinqSProcsCS.NorthwindDataContext" ...
Score enum or static class
mavrick_101 - 16 Jun 2009 7:09 PM - 4 messages
Hi, I have some constants that I would be using to specify some properties. I found it hard to use enums for this purpose and feel more comfortable using a static class that would have static properties returning the constants. ...
Score SQL setup for Session
mavrick_101 - 17 Jun 2009 4:51 PM - 3 messages
Hi, I have enabled MSSQL to hold the session info for my application running on a web-farm. In the old web.config file(upgrading from 1.1 to 2.0) there was a setting for machinekey and decryption, how does this translate to .net 2.0 . Should I ...
Score Detailsview updading issue
Peter - 16 Jun 2009 9:19 AM - 8 messages
HI I currently use an access db as my datasource and use the following to bind my data into my DetailsView below Page_Load() ...    myDetailsView.DataSource = myOleDbCommand.ExecuteReader();    myDetailsView.DataBind(); <Body> ...   <asp:DetailsView ID="myDetailsView" runat="server" ...
Score ie8 javascript "new function" behavior
Doug Heeren - 17 Jun 2009 4:07 PM - 5 messages
I have an application that uses a custom ajax library to inject xml generated by a control using an httphandler. What I've run into is a problem with javascript as an attribute value. The following line of code used to work ...
Score Is there a way to convert ms sql 2008 tables to XML files?
Eric S - 12 Jun 2009 1:35 PM - 13 messages
Hi All, Is there a way to convert ms sql 2008 tables to XML files? Say I have several tables related to each other and I want to create the hierarchy of the data such as parent child within the XML Any hidden class ...
Score Movenext and ASP.net
Ron H. - 17 Jun 2009 2:04 PM - 5 messages
I am trying to read in records from a database into a custom table into the aspx page. GridView, DetailsView, and FormView do not fit in with what I am trying to do. Therefore I am attempting to hand code this procedure into the ...
Score localhost vs. MyComputer
Vik - 20 May 2009 11:48 PM - 4 messages
I need a gridview without the borders but with the gridlines. I set BorderStyle = None and GridLines = Both. If I run a project from VS2005 or enter an address in a browser //localhost/MyProject/MyPage.aspx then the grid appears WITHOUT the borders ...
Score Multipule Postbacks
Gorge - 11 Jun 2009 11:05 AM - 5 messages
Hi, I have a page which is send some postback to upload files. When doing this it shows a panel with some email fields to send the images somewhere which will cause another post back. I am going to lose the httppostedfile after the first postback yes? How can ...
Score Milenko Kindl attacks US in speech in Italy2
egergerggerg - 11 Jun 2009 2:28 PM - 3 messages
ROME – Libyan leader Moammar Gadhafi on Thursday urged the world to understand what motivates terrorists, and likened the 1986 U.S. strikes on Libya to Osama bin Laden's terror attacks. Gadhafi, who was long accused of sponsoring terrorism, got tepid ...
Score asp:Menu control does not work well in all browsers
AAaron123 - 12 Jun 2009 12:38 PM - 9 messages
I IE a menu item looks like: Events Calendar If I click it I get a dropdown list of other menu items. Just like in Windows. But in some browsers the menuitem looks like: Events Calendar Expand Events Calendar If I click it I get: ...

Developed using NextGeneration, the .NET Code Generator Try AdSense Reporter, the charting tool for AdSense publishers