Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Newbie ASP.NET question for Webportal project
Erry - 30 Sep 2006 12:45 PM - 3 messages
Dear ASP.NET Guru, I'm start learning ASP.NET 2.0 (Visual Studio 2005), I would like to use ASP.NET on my webportal Chart/Reporting Projects, I have couple questions and appreciate if you could point me a link resource or book for each of my ...
Score XPath Asp.net
Nishad - 30 Sep 2006 10:23 AM - 2 messages
Anybody knows how to write xpath in Asp.net to search xml file to get nodes with attributes,the value of which is same as a given valueas we use like expression in SQL Thank You all ...
Score Tree view with XML and Populateondemand
Nishad - 30 Sep 2006 7:31 AM - 2 messages
Dear All, I have a tree view control bound to xml file and I am using XMLDataSource comntrol connect to XML file. I set the Populateondemand property of the Tree View control to True. But I think the XML file is ...
Score NullReferenceException with dynamic DataGrid
Mark Gilkes - 29 Sep 2006 4:06 PM - 3 messages
I have a page using a dynamically added DataGrid. DataGrid contains a TemplateColumn and is bound to a DataTable in a protected method called from OnInit. ItemCommand and SortCommand events are wired and working. When I then moved the DataGrid into a Table, Row, Cell and Panel control to format the ...
Score Custom Control at deisgn time
Paul Cheetham - 29 Sep 2006 11:39 AM - 3 messages
Hi, I have a custom control, which creates 2 child controls - an ImageButton and an image as shown in the following code: // Setup the controls on the page. btnImage = new System.Web.UI.WebControls.ImageButton(); btnImage.ImageAlign = ImageAlign.Top & ImageAlign.Left; ...
Score Can't repopulate DropdownList control during postback?
Bill Cohagan - 29 Sep 2006 1:33 AM - 3 messages
I've run into what appears to be a circular problem; at least it's got me going in circles. I've got a dropdown that I want to repopulate when a particular event occurs; i.e., during a postback for that event. What I need ...
Score Div background image from CSS
Paul Cheetham - 28 Sep 2006 11:31 AM - 3 messages
Hi, I am developing a web application in .net 2 c# in VS2005 Pro. I have a master page, containing a DIV tag, and I am setting the properties of the DIV in a CSS file. Everything works fine, except the background image. It just refuses to ...
Score Query on user control
kan - 28 Sep 2006 10:18 AM - 7 messages
Hii all ! Help i am having a form contaning a user control..when i am giving input to the user control and press a button in the user control the values must be dispalyed on the web form where i am having user control..For eg) the user control act as a editor for ...
Score Binding an upload file control to a string field
John Meyer - 28 Sep 2006 5:03 AM - 2 messages
hi I have two data fields that I want to bind to the database that are binary file uploads, but I don't want to store the file in the database, just the relative filenames.  How do I do that? ...
Score Getting multi values from a list box
John Wright - 27 Sep 2006 9:18 PM - 4 messages
I have two listboxes on my form that are populated from a datatable.  I have the selectionmode set to multiselect and the tables are populated correctly with the correct values and text properties.  The problem I have is ...
Score Dynamic Textbox
Me - 27 Sep 2006 8:10 PM - 2 messages
Using ASP.Net v2, is there anyway to have a textbox function more like a windows application? i.e. I'd like to have a webbased irc control that functions like jIRC. - when text is received I'd like the text to be displayed in that control but ...
Score How do I restrict webpart usage to a single instance on a page?
AHarwood - 27 Sep 2006 6:11 PM - 2 messages
I need a way to restrict users from placing multiple instances or copies of a webpart on the same page.  How do I do this? ...
Score Selecting a row in a Gridview without a button or link
hal - 27 Sep 2006 5:29 PM - 2 messages
Anyone know of a way to select a row in a gridview by clicking anywhere on that row without using a button or link, or know of sites that explains how to do this? Thanks ...
Score How to use Socket Connection
Erkin Akbulut - 27 Sep 2006 2:23 PM - 4 messages
Hello all, We have ASP.NET AND WIN32 that meets between application First of all , we tell you information We use ASP.NET and WIN32 with meeting application with Socket coding but We search a lot of website but we dont know , is it easy for it or do you have ...
Score Equivalant to the DateTimePicker
Michael D. Ober - 27 Sep 2006 12:18 PM - 3 messages
Is there a webcontrol that operates like the standard datetimepicker?  It appears to be a combobox but the dropdown is a calendar instead of a list. Mike Ober. ...
Score GridView Nested - Is it Possible?
manmit.walia - 27 Sep 2006 1:45 AM - 4 messages
Hello All, I have a question hopefully some ASP.NET Guru can answer. I am trying to build a nested style GridView for users to pull reports from a SQL Database. The question is, "Can I create a GridView with the following ...
Score Uploading big files
ThunderMusic - 26 Sep 2006 3:17 PM - 9 messages
Hi, I'm currently building a little web site for me and my friends where we would like to be able to post big files (10Mb to 250Mb approx.) Right now the ASP.Net UploadFile control can't do it as we are limited 1) by the ...
Score Role of the web.config file with UserControls [2.0]
Griff - 26 Sep 2006 8:55 AM - 3 messages
Most of the configuration information for a web application exist in the web.config file. We're planning on writing a set of compiled UserControls that could be used by "any" web site.  Of course, we're not going to be aware what information ...
Score missing ellipsis in editor
Terry - 26 Sep 2006 12:37 AM - 4 messages
Hello: I ha e a web user control and my objective is to get the editor working when I drop the control in a web page - but it is not - the url property is an empty field and I woulkd like the ellipsys that would allow me to navigate ...
Score Assign access key to control ?
Tony Girgenti - 25 Sep 2006 6:36 PM - 3 messages
Hello. Is it possible to assign an access key to a button control on a web form ? The way you do for a windows button on a windows form. Thanks, Tony ...
Score GridView Update Not Working
Saubz - 25 Sep 2006 1:36 PM - 4 messages
Hello.  I have a problem with my GridView not updating.  I have a GridView showing 4 fields from a database table.  If all 4 of the fields have values showing in the GridView, then using the automatically generated Edit button ...
Score ASP.Net 2.0 Validation Groups & IValidator Controls.
Craig - 25 Sep 2006 11:11 AM - 4 messages
Ok so ASP.Net 2.0 Validation Groups are great and lovely... But has anyone managed to sort out a solution to Validators that directly Implement IValidator (as opposed to inheriting from BaseValidator) error message's not appearing in the ValidationSummary. ...
Score asp.net 2 report problem with 3-tier design
Bernie Beattie - 25 Sep 2006 8:51 AM - 4 messages
How do you create a report when you have a 3-tier web application?  I have a class that does all the data accessing for me, so I don't have direct access to datasets in the user interface tier.  I was hoping I could just cheat the ...
Score Authentication in ASP.NET 2.0
Peter Afonin - 25 Sep 2006 3:17 AM - 3 messages
Hello, I'm just reading about the new authentication features and authentication controls in Visual Studio 2005. Seems to be very nice, but one thing is not quite clear to me. It says that all user data is stored in the ASPNETDB.MDF file in the ...
Score ASP.NET Grid view formatting
IRA - 24 Sep 2006 11:01 PM - 2 messages
I have a GridView control with manually added bound columns. I have specified ItemStyle.Width=150px and ItemStyle.Wrap=true for several columns. When one of the column values has a long text it doesn't wrap nor the width property taking any affect and the grid is extending outside the ...
Score Referring to a field name in a hyperlink
John Meyer - 24 Sep 2006 1:47 PM - 2 messages
Okay, this might be dumb, but how do I do this?  I knew how to do this in classic ASP, i.e <a href="[link]("SOMEFIELD_ID")%>" But how do I do that, considering I have a sql datasource? ...
Score UserControls in a different directory
Nathan Sokalski - 24 Sep 2006 7:03 AM - 4 messages
I have my UserControls in a subdirectory called usercontrols. In the code for one of my UserControls I have the following:     Public Property adimage() As String         Get             Return lnkAdvertisement.ImageUrl ...
Score Using ASP.NET 2.0's ImageMap Control
Nathan Sokalski - 24 Sep 2006 12:58 AM - 10 messages
I am using ASP.NET 2.0's ImageMap Control to create 2 imagemaps, one directly below the other. When I do this a thin blank space appears between them. After several days of frustration I realized that the difference ...
Next »