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 > march 2008 > threads for wednesday march 19

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 31

Round coners around the table
Posted by Sachin at 3/19/2008 11:27:18 PM
Hi All, I have seen many web sites where they have small round corners around the tables rather than the traditional square one without using images. Would like to know what css attributes or anything else is used to have rounds (inward/outward) etc on the html page? Thanks in advance. ...more >>


problem with passing string with special character
Posted by Bob at 3/19/2008 8:35:10 PM
Hi, I want to pass a string with a special character (ê). The problem is that the starting string "enquête" arrives as "enqu". Why is this and how to solve that? Thanks Bob Dim enqna As String enqna = "enquête" Response.Redirect(String.Format("next.aspx?Item0={0}", enqna)) next.aspx...more >>

How to use Visual Studio 2008 for Mobile Website Development
Posted by PKR at 3/19/2008 5:52:03 PM
How do I use Visual Studio 2008 to develop Mobile Website Pages? I don't see Mobile Website Project or Controls? How do I access ASP.NET Mobile Controls in Visual Studio 2008? Design View is not working? Any suggestions? -- PKR...more >>

css selections
Posted by rodchar at 3/19/2008 5:21:14 PM
hey all, i have a 4x4 table where each cell has a cssClass assigned. there's a range of cells in a column that i'd like to align center. i know i can get each cell and do align center on it but i was wondering if there was other ways to get to that range of cells and set its attributes? th...more >>

some stuff private
Posted by jaems at 3/19/2008 3:29:48 PM
I want to keep some stuff just for certain web users using a secure folder with id and password which I can set up via my web hosts control panel If a visitor to my site needs to go to a page within this folder a login window appears and they have to login If I have a user who answers ce...more >>

Conditional output in Repeater?
Posted by Peter Morris at 3/19/2008 3:07:14 PM
<ItemTemplate> <tr class="DataListStyle"> <td><%# Html.Encode((string)DataBinder.Eval(Container.DataItem, "Title")) %></td> <td><a href="/Advert/Modify/<%# Eval("ID") %>">Modify</a></td> <td> <% if ((bool)DataBinder.Eval(Container.DataItem, "CanPublish")) { %> <a href="/Advert/...more >>

VS2008: should data sets be placed in App_Data?
Posted by dan at 3/19/2008 3:00:30 PM
I'm working on a small Web project in VS2008. In VS2005 it was recommended that DataSet be placed in App_Data folder (the framework did that automatically). In VS2008 the framework does not give me that option. The Add.New Item in the App_Data context menu does not even list the DataSet. ...more >>

javascript function problems
Posted by hal at 3/19/2008 2:23:09 PM
I'm creating an asp.net page using c# and javascript. I have three different controls on the page, and only when all three have been accessed i want an imagebutton to go from disabled to enabled and change its image. I somewhat got it working. I'm able to change the image and have the imagebu...more >>



Placing elements beside ListItems in a RadioButtonList or CheckBoxList
Posted by Nathan Sokalski at 3/19/2008 1:28:00 PM
When creating a RadioButtonList or CheckBoxList, the only control allowed inside the RadioButtonList or CheckBoxList tags is the ListItem. However, I want to place a TextBox beside one of the ListItems. Is there any way to do this (other than using RadioButton and CheckBox instead)? Thanks. -...more >>

Two gridviews next to each other without a TABLE?
Posted by jc at 3/19/2008 1:14:13 PM
RE:Two gridviews next to each other without a TABLE? In another post I can't seem to find somebody suggested I use use <div> with style=float:right to place two divs next to each other and this works great. However for some reason I cannot make it work when the content of the Divs are gridview...more >>

Challenging question regarding AJAX Toolkit AutoCompleteExtender and URL rewriting
Posted by mazdotnet at 3/19/2008 12:11:40 PM
Hi guys, I'm running into an issue where my AutoCompleteExtender stops working as soon as I make changes to my global.asax file for URL rewriting. I just want to take a URL http://www.sample.com/file1234.aspx and pass it to asp.net engine as http://www.sample.com/parse.aspx?id=1234 which work...more >>

How to configure a client/server in development
Posted by Bob at 3/19/2008 12:06:57 PM
Hello, I need to develop an application in ASP .NET (C#): this is my first time. The application will be very simple, but I need a third-party control for generating PDFs, and I have chosen one (Websupergoo). I have VS2005 on my PC, but I want to save the project on my development server (s...more >>

How can I find the ItemIndex in a ListView?
Posted by aleko at 3/19/2008 11:20:41 AM
Hi, I was in the middle of converting some old Repeater code to use a ListView, when I discovered that the ListViewItem class doesn't have an ItemIndex property. Is there another way of getting the index of the current list item? Thanks, Aleko...more >>

Danger Danger Will Robinson Vista SP1
Posted by Lloyd Sheen at 3/19/2008 11:03:40 AM
Just installed SP1 for Vista. Took a while but seems ok. EXCEPT for IIS7. When I looked after the update the server is not started. So I start it. Still no luck. AH web sites are not started. Attempt to start . Ok cannot do it because another (PLEASE MS WHEN YOU GIVE ERROR MESSAGES THAT ...more >>

Session State null at compile
Posted by RichB at 3/19/2008 10:56:51 AM
I have an odd problem which has me stumped around using Session state. I have an entirely dynamic page, with all controls added within the codebehind file. I save various objects to session state so that I can recreate the page on postback. This all works fine on second running, but on firs...more >>

Trying and failing to disable button in javascript
Posted by teddysnips@hotmail.com at 3/19/2008 10:06:40 AM
I'm trying to disable a button in javascript. At some point I want to do it when a check box is checked, but for testing purposes I'm doing it on the form submit. var frm = document.getElementById('Form1'); frm.oldOnSubmit = frm.onsubmit; frm.onsubmit = function() {fubar(); if (this.oldOnSub...more >>

Escaping Quotes in HMTL/ASPX? ResolveUrl?? <%
Posted by jc at 3/19/2008 9:00:50 AM
This line fails because quotes inside the ResolveUrl causes a terminatino of the style property. How can I do this? <div id="TopShadow" style="height: 10px; width: 800px; background- repeat: repeat-x; background-image: url('<%ResolveUrl(''~/App_Themes/xxxx/Images/ top_bg_shadow.gif"')%>');...more >>

Installing .NET 2.0
Posted by sheel331@yahoo.com at 3/19/2008 7:57:40 AM
Hello, I need to have .NET 2.0 installed on a production server which is serving a website. What I am wondering is if the installation requires or performs a restart of the IIS services during the install? I have installed it many times before, but I can't remember for the life of me... Th...more >>

changing imagebutton
Posted by hal at 3/19/2008 7:40:07 AM
I'm trying to change the visibility of an imagebutton on a page after all the controls have been used. When the page loads it displays a disabled imagebutton1, but it's visible and imagebutton2 is invisible. I have three controls a dropdownlist, textbox, and a checkbox. I can get imagebutton1...more >>

DIV background-repeat background-image? For shadow effect
Posted by jc at 3/19/2008 7:04:42 AM
RE: DIV background-repeat background-image? Sorry I know this is more an HTML question, but thought you guys might know. I'm trying to use style background repeat with DIV to get a shadow effect by repeating an image. I've seen people do this with TABLE, but I don't want to use table. Pos...more >>

Understanding page cache when storing an object in it.
Posted by Oleg at 3/19/2008 6:24:06 AM
Using ASP.NET 2.0 I always thought that cache has a global scope in the web application. Is it possible to save an object to the page cache so it's not in the application scope? And if I set page cache to expire, would the object expire also? Thanks, Oleg...more >>

How to populate menuitems (parent and child) programmatically
Posted by Julia B at 3/19/2008 4:00:01 AM
Hi I've got a menu control that I want to populate programmatically but I can't work out how to add parent and child menuitems. I've found loads of examples of how to do it using datasets and xml files, but I don't want to do that. I want to do it in vb code. A very simple example of what I...more >>

multiple roles in asp.net website
Posted by Jeff at 3/19/2008 1:24:49 AM
hey asp.net In my webproject I have defined 2 roles, Customer and Admin. A person registered at the website can be member of both roles. I want the Customer role to see some standard webpages, and the Admin role to see the standard webpages with some extra features... I use LoginView ...more >>

change table cell style in vb code
Posted by Keith G Hicks at 3/19/2008 12:09:54 AM
asp.net 2.0 using vwd I'm trying to chagne the border of a table cell in my vb code but cannot seem to do it. The cell has an ID of "tdAlert" If txtAlert.Text <> "" Then tdAlert.Style = "width: 547px; border-left-color: red; border-bottom-color: red; border-top-style: solid; border...more >>


DevelopmentNow Blog