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 > december 2005 > threads for monday december 26

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

FileUpload control.
Posted by Eric at 12/26/2005 8:38:28 PM
I'm using the fileuploadcontrol for the user to select a file, in this case a image file. I would like to see the little preview image to be shown right after selection, but there seems to be no event from the fileupload control. To by-pass this I let the user click on a linkbutton to show the...more >>


create 3d graphs
Posted by Vikram at 12/26/2005 7:48:15 PM
is there any clean way of creating 3d graphs in asp.net, i dont want to use anyy component ...more >>

Reload user control?
Posted by Mats Lycken at 12/26/2005 5:06:45 PM
Hi, I'm working on a webproject where I have several different user controls loaded on a WebForm. A problem arises when I in one webcontrol makes a change that should be picked up by another user control. For example a webshop. I have a datagrid of products in the shopping cart in one user ...more >>

remote scripting
Posted by Pierre at 12/26/2005 4:19:37 PM
Hello, A long time ago, with ASP3.0, I used remote scripting to do some data refresh in the page without having to reload the whole page. What is the method nowdays, with ASP.NET to achieve the same result ? I use webservices with a java applet on the client browser, but I wonder if there w...more >>

'Container.DataItem' is not declared
Posted by Antony at 12/26/2005 3:12:15 PM
Hello, in my aspx.file I have this code inside a datagrid: <asp:TemplateColumn HeaderText="Picture"> <ItemTemplate> <asp:Image id="Image1" runat="server" ImageUrl='upload/<%# Container.DataItem("photo")%>'></asp:Image> </ItemTemplate> </asp:TemplateColumn> When I try to exec...more >>

Images and Themes and MastePages
Posted by Javier Martinez at 12/26/2005 2:53:11 PM
Hi It is possible to use images, themes and Master pages in the same time? I have my theme set in the web.config and all the pages (even my master page) of my application are loaded with my favourite look and feell, all works fine. But I want to set a image control in my master page and t...more >>

How do i make my asp.net app "searchable" via google?
Posted by news.microsoft.com at 12/26/2005 12:23:39 PM
Hello, I need some basic understanding of how dns/search engine and all theses work work with my web site. I have my ownn win2k3 server and has registered a ..com domain . I have configured dns on the server and my site can be accessed through the url. I have added appropriate meta tag...more >>

MsgBox in ASP.NET 2.0 / VS2005? How?
Posted by Carlos Albert at 12/26/2005 11:49:34 AM
Hello everybody, The code for msgbox I always used with ASP.NET 1.1 and VS2003 doesn't work anymore... and when I create a class called 'msgbox.vb' it goes straigth to designer view... strange... anybody would tell me how can I do a msgbox in ASP.NET 2.0 and VS2005? Tnx. ...more >>



vs2005 clobbers converted project
Posted by GaryDean at 12/26/2005 10:46:56 AM
(my original post was inaccurate but this post accurately describes what I think is a very bad vs2005 bug) short description... Deleting a dataset and recreating it from the dataadapter causes VS.Net 2005 to render the associated .resx and .vb file inoperative. detail... I converted an a...more >>

List Box Populated Client Side
Posted by math.kiran NO[at]SPAM gmail.com at 12/26/2005 9:55:56 AM
I have a list box which gets populated client side (Javascript). Now when I submit the page - I need to capture all the list item and store it in database. What is the elegant way to do it in asp.net? Thanks KM ...more >>

Free hit counter?
Posted by brett at 12/26/2005 9:55:53 AM
Where can I find a free (graphical) hit counter that will increment with every unique visit? Thanks, Brett ...more >>

Can I use more than one style in a treeview control at the root no
Posted by p3t3r at 12/26/2005 9:26:01 AM
I have a treeview sourced from a SiteMap. I want to use 2 different CSS styles for the root level nodes. The topmost root node should not have a top border, all the other root nodes should have a top border. Is it possible to have more than 1 style at the same level (parent node) when using...more >>

Personal Site Starter Kit - Photo Gallery role question
Posted by rpm at 12/26/2005 9:18:09 AM
I have started using Personal Site Starter Kit with Visual Web Developer 2005. I realized that for the photo gallery portion, I can have an album set to be public or not. And if I set it not to be public, it defaults to Friends role. I have more roles like 'Family' and I want to be able to cho...more >>

Site Statistics - Need Display Package
Posted by Mr Newbie at 12/26/2005 8:18:32 AM
Does anyone know of a GOOD but FREE package which will parse my web logs and display standard information about hits, top visitors, referrers etc etc. Cheers -- Best Regards The Inimitable Mr Newbie º¿º ...more >>

Set selected node in Treeview control in ASP:NET 2.0 ? Anyone know this ?
Posted by jesper_lofgren NO[at]SPAM yahoo.se at 12/26/2005 7:43:35 AM
Hello, Iam using Treeview control in asp.net 2.0. But have a problem. I use NavigateUrl BUT then viewstate is lost when clicked on a link i the menu. And the selected node is lost. Then i have to set the selected node manually, how can i do it ? i have tried but without luck :( I have po...more >>

Internet Explorer Crashing after .Net 2.0
Posted by Matt at 12/26/2005 7:21:03 AM
Hey Folks, We discovered an interesting behavior last week and after failing to find anything in the Knowledgebase or MSDN, I thought I would ping the community. We are in the process of developing a new ASP.Net application using VS2003 and during unit testing, Internet Explorer crashed......more >>

pushing data from the server (disconneted aspnet server approach)
Posted by radiax at 12/26/2005 6:59:33 AM
I have been trying to find a way for a server to push data to a client (aka disconnected server approach) but iam still stuck. This is the scenario: a client is using a webclient to communicate with the aspnet server. Is there a way for a server to send data to a client without a client requestin...more >>

confirm dialog , return value
Posted by Priya at 12/26/2005 6:50:02 AM
Hi, Is it possible to set the text for a asp:label based on the value returned by the confirm dialog(javascript) from aspx page? Thanks & Regards, Priya...more >>

Receving usercontrol and page
Posted by h-h at 12/26/2005 5:31:56 AM
i have a class that take usercontrol and page as parameter like this makeSession( UserControl [or Page] object) { /// To do something } could i use usercontrol and page together? how can i implement this? makeSession(Object object) { UserControl uc = (UserControl)object; } i...more >>

AxWebBrowser Downloads
Posted by Thom Little at 12/26/2005 2:30:25 AM
I have a windows application that has an update form that uses AxWebBrowser to connect to a distribution site. This site uses a Response.Redirect to download of either a .msi file or a .zip file. I have tried this under four systems Windows XP, Windows 2000, Server 2003 with mixed results....more >>

Trace - AutoFush - potentional problem
Posted by MilanB at 12/26/2005 12:54:02 AM
My web application writes custom log file using Trace. I attached Listener to Trace and turn of Autoflush option. Sometimes I got Server Error that access to log file is denied because it is used by another process. Is it posible that application ifself locks file while writing one trace.wr...more >>

How to catch Server Error?
Posted by MilanB at 12/26/2005 12:49:03 AM
Hello I have application that is hosted at hosting company. I implemented Application_Error at global.asax, but it does not catch all errors. Errors that are labeled like: Server Error. I wish to catch all errors. Any suggestions? Thank you Milan...more >>

dynamic Web Forms........
Posted by AdeelAlvi at 12/26/2005 12:16:05 AM
iam working on a project called service desk that automates the departmental services online .one major component i have to create is that to convert paper based forms into dynamic webforms . i want to design a module that will create dynamic web forms that will convert paper based forms into ...more >>


DevelopmentNow Blog