Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > november 2004 > threads for sunday november 28

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

formview control in asp.net2.0
Posted by raju at 11/28/2004 11:43:03 PM
Hi Everybody, I have a formview and in it I have inserted an image button.I have connected both to the access database.I want to display an image there from the database such that whenever the page loads the image should change, I mean i should display a random image from database. I was una...more >>


Insert <link rel="stylesheet"....>
Posted by Islam Elkhayat at 11/28/2004 11:11:42 PM
Hello everybody Ihave few .CSS files, I let user select the color schema of the whole site using a radiobutton and save it in a cookie.. I want to retrieve the value of the cookie <link href=" HERE " rel="stylesheet"> i try to put it using InnerHtml or InnerText but it fail using div, sp...more >>

ASP to ASP.NET
Posted by Patrick.O.Ige at 11/28/2004 11:07:01 PM
I have an old way of doing this in ASP below.. Can anybody help to change this to ASP.NET.. THannks!! <script runat="server"> ' Insert page code here Dim l, d, c 'Read in the querystring value Dim cardtype as String = request.querystring("c") select case c case "...more >>

Confusion About DataBinding
Posted by Ross Holder at 11/28/2004 10:42:25 PM
This is a multi-part message in MIME format. ------=_NextPart_000_002A_01C4D59B.882D3DD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Am trying to bind a textbox ASP.NET web control to an UPDATE stored proc = in the codebehind and can't seem t...more >>

stange anchor ref behavior
Posted by Jack Fox at 11/28/2004 10:22:58 PM
I am saving some formated html fragments (text, some formatting tags and anchor tags) in a SQL text column then writing it to a page. Something strange is happening with the anchor tags within the saved fragment. <a href="mypage.aspx">stuff</a> comes out looking perfect in the browser sour...more >>

adding javascript to radial button group
Posted by Darrel at 11/28/2004 10:21:30 PM
I've added javascript function calls to an HTML control, but I can't seem to get the syntax to work for individual radio buttons as part of an ASP:RadioButtonGroup control. Here's the syntax I'm using on the page_load function: radioGroup_emailGroup.Items(0).Attributes.Add("onClick", "emai...more >>

How change aesthetics of normal input/text box
Posted by VB Programmer at 11/28/2004 9:52:52 PM
In my ASP.NET application I have 1 standard HTML page. How do I: 1. Use a background image in one of my table cells? 2. Use a standard HTML text/input box with a specific font, size and height? Thanks! ...more >>

IE and NN - Appearence Differs?
Posted by ChristManIn at 11/28/2004 9:31:04 PM
I am using VS.NET to design my web form. <asp:button id="Button1" style="Z-INDEX: 102; LEFT: 213px; POSITION: absolute; TOP: 253px" runat="server" BackColor="White" BorderColor="White" Text="Welcome" Font-Names="Arial" Font-Size="X-Small" CssClass="style1"></asp:button> The above code gi...more >>



How to store connection string in congif file
Posted by Perin at 11/28/2004 9:25:04 PM
Hi, I am using SQL Server as a Database in my ASP.NET application. Can anyone tell me, how to store my connection string in web.config file and access it from my application. It is very urgent please.. -- Perin...more >>

TextWriterTraceListener
Posted by Sean Feldman at 11/28/2004 9:15:03 PM
Hello, I'm trying to insert TextWriterTraceListener to web.config file, but it fails all the time. This is my web.config file: <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.web> <compilation defaultLanguage="c#" debug="true" /> <customErrors mode="RemoteOnly" /> <...more >>

closing the page... after n seconds...
Posted by Nish at 11/28/2004 8:37:57 PM
How to close a web page after n number of seconds. I am using .Net Framework 1.1 and IE6+. Thanks, Nish ...more >>

Assembly Question
Posted by Patrick.O.Ige at 11/28/2004 8:23:01 PM
I have a control that i want to use and when dragged to a web form and complile it i gives me error:- "The located assembly's manifest definition with name 'Microsoft.Web.UI.WebControls' does not match the assembly reference." (I'm using it together with the 'Microsoft.Web.UI.WebControls' ...more >>

Access form from a user control
Posted by Christian Ista at 11/28/2004 7:46:28 PM
Hello, I have a usercontrol on page, this one is place on a panel. On the page there is some others panel and controls on it. I'd like from the user control use a another control on the form. For example, I have a panel, with a Label to display the error message generated by the user c...more >>

drop down control
Posted by seep at 11/28/2004 6:04:58 PM
Hello, Does anyone have an idea on how I can provide a drop down or a popup control when the user places their mouse over a button. Thanks, seep...more >>

how is this done?
Posted by mattie at 11/28/2004 5:47:02 PM
hello, i was wondering how something was done on an msn page: http://content.health.msn.com/content/tools/1/tiyh_fast_food.htm The order and avoid buttons don't seem to do a post back. The screen doesn't flicker or anything. Any ideas on how this was done? thanks, mattie...more >>

UserControl, use it in .cs file
Posted by Christian Ista at 11/28/2004 5:34:35 PM
Hello, In an aspx page (default.aspx in the HTML), I use an uercontrol <%@ Register TagPrefix="CTest" TagName="Test" Src="~\controls\Login.ascx" %> ...... <CTest:Testid="MyTest" runat="server"></CTest:Test> ...... no problem when I start this application, I see it. Now I'd like hide t...more >>

Skin theme color Question(CSS)
Posted by Patrick.O.Ige at 11/28/2004 5:19:02 PM
Any ideas how to have users select different color for a website in ASP.NET? Any artticles would be appreciated! ...more >>

.Net application startup question
Posted by mokles at 11/28/2004 3:46:06 PM
Hi all, I am trying to start writing programs in VB.Net and ASP.Net for Windows and web applications. I have background in VB and classic ASP. The windows applicaiton will be database related ( displaying data from database, updating etc.), so Grid component will be big part of it. The windows...more >>

How to store HTML code in SQL server table
Posted by Peter Afonin at 11/28/2004 3:39:58 PM
Hello, I'm creating something like a web site builder in ASP.Net, and I need to store an HTML code in the SQL server table. If my customer just enters an HTML code, it is stored in the SQL server table like this: &lt;table cellSpacing=&quot;0&quot; cellPadding=&quot;0&quot; width=&quot;760&quo...more >>

Omitting the .ASPX Extension
Posted by RC at 11/28/2004 3:24:26 PM
I'd like know what it takes to enable users to open a specific page by typing the page name into the browser's address bar without having to also include the .aspx extension. Example: WWW.MySite.COM/Login and NOT WWW.MySite.com/Login.aspx Thanks! ...more >>

Persisting form data across page load
Posted by jhoge123 NO[at]SPAM yahoo.com at 11/28/2004 3:07:35 PM
A common problem in database updates in the maintenece of "domain tables". For example, a product database has an option for color. When entering the specifications for a new product, a domain table is used to populate a drop down list of available colors. Simple so far. But what if the user w...more >>

encryption in web.config
Posted by Edward W. at 11/28/2004 2:24:46 PM
any good articles out there on using encryption in web.config? i'd like not to store sql server names and passwords, or conn strings for that matter in plain text. sorry - nt authentication isn't applicable in this app. ...more >>

asp:boundcolumn
Posted by rj at 11/28/2004 1:00:05 PM
Can I get the vaue of a boundcolumn at runtime using javascript? I use var lQty = document.getElementsByName("edtQty"); for(i=0;i<textBox.length;i++) { if (textBox [i].value > 0) .... to get the value from an asp:templatecolumn\itemtemplatecolumn and it works as expected, b...more >>

what is the fasted way to read a csv file
Posted by DaveF at 11/28/2004 11:46:32 AM
I need to import a LARGE csv file. I need a fast way to do this??? -- David Helixpoint LLC. http://www.helixpoint.com ...more >>

Ineriting from WebControls.Button
Posted by WebMatrix at 11/28/2004 11:21:04 AM
Hello, Here's what I am trying to accomplish: In my web application users can belong to the following roles; 1) System User 2) Adming User. If a user is not in any of these roles (means not a system user), he/she will only be able to view some content, however buttons like "Edit", "Add",...more >>

select a single node from an xml file ?
Posted by Patrick F at 11/28/2004 10:33:04 AM
how do i select a single node value from the list? ive tried with this, but it dosent work =/ private string FetchFieldFromXml(string strId) { string strText = ""; XmlNode fetchnode; XmlDocument mydoc = new XmlDocument(); try { ...more >>

Using <asp:label font-size=16px...> ist not showing size in FireFox Browser
Posted by Andreas Klemt at 11/28/2004 10:15:39 AM
Hello, when I use <asp:label font-size="16px" text="Hello World" runat="server" /> and run FireFox Browser the output of "Hello World" is not in Size 16px. The size will be ignored and I can not find it in the HTML Source Code. Why is it a problem with FireFox and what is the solution how...more >>

codebehind (c#) not working same as a .vb file
Posted by louise raisbeck at 11/28/2004 10:07:06 AM
hi, i am trying to get to a point where i can use intellisense. i have everything else sorted apart from my codebehind. Is it me or does .NET seem really biased towards vb.net? even though i have default langauge set to c# in my web.config it still creates all codebehind files as aspx.vb file...more >>

firing events
Posted by sara at 11/28/2004 9:29:06 AM
hi all i need to fire a click events of a button that i add at run time what can i do?? i need to get a property value of other controls that i add also at runtime i want to get this property when i click this button any ideas ?? thanks...more >>

web user controls
Posted by sara at 11/28/2004 9:25:04 AM
hi all when i add web user controls to a panel at runtime there is a big space(number of line) between each controls and the other what can i do ?? thanks ...more >>

No intellisense
Posted by louise raisbeck at 11/28/2004 8:43:01 AM
Hi, I am using c#. i have my server code within script tags on my aspx page i am not using code behind. Do you not get intellisense when working like this? it would speed up my work considerably but nothings happening. I may have a setting turned off but dont know where to look (have tried ...more >>

How do I open a new window select from dropdownlist?
Posted by jacobryce at 11/28/2004 8:11:04 AM
Hi, I'm new to .net and I want to accomplish something I used to do in javascript...When a user clicks on a selection from a dropdownlist, I want to open a different page in a new window (while keeping the original window open). The value of the selected option must be passed to the new pa...more >>

no autopostback on a grid?
Posted by Tina at 11/28/2004 8:05:10 AM
I have a grid with a select button. I went to turn off AutoPostBack and there is no such attribute. Is there any way to make a grid behave as would a listbox and not autopost back upon the selection? Thanks, T ...more >>

online Report output to Excel
Posted by Megs at 11/28/2004 5:35:02 AM
Is there a way to display the output of an online data query from SQL2000 to be in excel sheet instead of the web?...more >>

isInRole Problem
Posted by arjun.chakraborty NO[at]SPAM gmail.com at 11/28/2004 4:55:03 AM
Hi All, I am developing a A webpage to be seen in a page viewer webpart(Sharepoint 2003). The page is supposed to check for the current user name and then check the user membership in some local group membership.But here I am failing .The isinRole call on the Principal object is returning true ...more >>

Can't Run
Posted by Mark Oliver at 11/28/2004 3:36:08 AM
Hi, When i try to run without debugging from the ide i get : Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to servic...more >>

creating web user controls
Posted by sara at 11/28/2004 3:09:03 AM
Hi all i create a web user control i need to create one at runtime when i fire some events any ideas?? thanks ...more >>

Mixing VB & C# in the same DLL
Posted by gg at 11/28/2004 12:59:56 AM
Hi, I'm sure this must be one of the most popular questions... I've developed the application in VB and have some C# code which I want to incorporate. Visual Studio seems to allow you either a VB or C# project, neither of which can contain files from the other language. The official me...more >>

Memory Usage
Posted by RC at 11/28/2004 12:52:07 AM
I'm trying to get an idea of the amount of memory is being used by my ASP.NET application. Here's what I did: I rebooted my machine and fired up VS.NET 2003, opened the project in question (without running it), then opened Task Manager (machine is Win2000 Pro). Task Manager showed aspnet_wp....more >>

asp.net running problem
Posted by godfader at 11/28/2004 12:15:22 AM
I've instaled framework 1.1. When i try to build asp.net web aplication and do the setup in IIS virtual dir i get message : you are not running specific asp.net version 1.1 what do i need to download? ...more >>


DevelopmentNow Blog