Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score HTMLInputFile Control for Multiple Files
Corey Erkes - 27 May 2005 8:02 PM - 3 messages
I am using ASP.Net with C# as the code behind and am trying to upload multiple files with the HTMLInputFile Control.  I am able to browse, select a file, and finally upload, but only one file at a time.  Is there a way to ...
Score Infragistics Web Control
developer - 27 May 2005 4:28 PM - 2 messages
Hi, I am trying to use the infragistics web control. To be more specific the tree control. My experience is that the documentation available is poor but any how. If any body has worked with this control please help me out. ...
Score Submit form
Tlink - 27 May 2005 12:07 PM - 3 messages
New to asp.net so this has probably been asked a few times, but I have a number of server-buttons that the user can press to update the page with, the problem is that all is well till I have to reload the page. Can I force ...
Score Accessing multiple instances of a control on a form
Vivek Sharma - 27 May 2005 1:59 AM - 2 messages
Hi, I have a form with multiple instances of a dropdownlist user control.  How can I access the selected value of each in my aspx.cs? Thanks Vivek ...
Score ascx event to parent aspx: howto ?
Support - 26 May 2005 8:07 PM - 3 messages
Hello: Using vb.net I have a web page home.aspx that has a placeholder: myplaceholder. on Page_load: depending a conditions, I either have: myplaceholder .Controls.add(MycontrolA) or myplaceholder .Controls.add(MycontrolB) MyControlA contains a submit button and MyControlB contains a submit button ...
Score ASP.NET absolute path to file
Jovo Mirkovic - 26 May 2005 5:44 PM - 6 messages
Hi, I want to play a MIDI file in browser, but I must give a full path to WMP control... In that case everyone can simple type full path in browser and save my midi file... I do not like it... I wont thet they ...
Score howto: bubble-up events
Support - 26 May 2005 1:04 PM - 3 messages
Hello: using Vb.net .. I have an asp.net web page: home.aspx, with a placeholder that loads Inspections.ascx UserCategories.aspx has a button MySubmit that submits information: what I want is some code that I would place in home.aspx that would detect ...
Score Microsoft.Web.UI.WebControls
subh chat via .NET 247 - 26 May 2005 11:13 AM - 2 messages
Hi I am using Microsoft.Web.UI.WebControls to display a TOC in a tree format. My problem is whenever I am expanding or colapsing the tree it is making one server trip. Is there any way to stop that? I need to open a html on clicking the leaf of the tree. ...
Score Problems with HTMLInputFile Control
Nayak - 26 May 2005 8:47 AM - 3 messages
On my web page, I want to let the user be able to browse for a file and select it. For this i have used HTMLInputFile Control. But here I want to restrict the type of the files the user can select. The user should be ...
Score two grids with validators
latha - 26 May 2005 4:56 AM - 2 messages
Hi I have two datagrids (master - detail) in one page and I have required field validators for both the grids template columns. My problem is if click on the add buton in the footer of details grid, it is also firing required field validation in the master grid which is not valid. ...
Score Type.GetType("System.Web.UI....)
TR - 25 May 2005 10:40 PM - 3 messages
Is it possible to use Type.GetType(...) with the types in the System.Web.UI.? My attempts always resolve to Nothing. Is this legal, or is the Web.UI assembly of the kind Type.GetType doesn't work with? Type.GetType("System.Web.UI.WebControls.TextBox", False, True) ...
Score Web server controls not shown on a web form
abcd - 25 May 2005 8:58 PM - 3 messages
I have a working ASP.NET web page which uses some DSNs and a COM components...the project works great on my machine...I have given the project to another developer when he opens the project and run the web page ...
Score Help developing a RegularexpressionValidator for a numeric field
amazononthemoon - 25 May 2005 6:17 PM - 2 messages
Help,  I am wanting to use a RegularExpressionValidator on a webform to only allow a numeric value with 2 decimal points.  I want to make it flexible so the user can enter commas and numbers. ie 1,000.00 or $1000.00 or 1000.00 or ...
Score FindControl by type?
TR - 25 May 2005 6:14 PM - 5 messages
I have an asp:Panel that contains a variety of controls, including checkboxes and HtmlGenericControls. I can find the panel in codebehind using FindControl(id), but then I want to either: a) iterate all of the controls in the panel's Controls collection and, if ...
Score DATASET DATAGRID ITEMINDEX DATASETINDEX
Jose Fernandez - 25 May 2005 4:53 PM - 5 messages
Hola Tengo un nuevo problema. Tengo un datagrid (dg) que lo "filleo" con un Datatable(Tables[1]) de un Dataset (Ds). dg.DataSource=Ds.Tables[1]; El datagrid tiene activado los eventos Delete, Update, Edit. Eso va bien. Ahora. esta es la situacion. Ese dataset tiene 3 records. Cuando borro en el ...
Score VB.NET Compact Framework
Nilesh Patel via .NET 247 - 25 May 2005 12:12 PM - 2 messages
(Type your message here) Hello Every one !       I have an problem during the fill Dataadapter with DataSet & table name when it's running that time it's gving SqlCeServer.dll Error. and i writen the code like this ...
Score ASP.NET Tree View Control
Shiva - 25 May 2005 11:21 AM - 5 messages
Dear All, Can anybody tell me is there any Tree Control for ASP.NET for using in Version (1.1)  if so can you kindly send me the link to my mail id comsh***@hotmail.com Thanks and Regards, ...
Score OpenFileDialog in ASP.NET
Nayak - 25 May 2005 11:00 AM - 2 messages
On my web page, I want to let the user be able to browse for a file and select it. The file should be either on his client. I will in my ASP parse the content of the file. The user should be presented the File open dialog ...
Score How can I get selected Checklistbox Items to Literal in Placeholde
Christiaan Nieuwlaat - 25 May 2005 10:00 AM - 4 messages
Hi, I'm in need of a solution for the following problem: I've got an ASP.NET page which contains a placeholder. The placeholder will contain a dynamically added checklistbox control where the request["mode"] == "edit", and it should contain literal controls for ...
Score Which is better User Control or Frame?
Chi - 25 May 2005 7:52 AM - 3 messages
I want to have same page header  Frame or User Control is much better? And what is the different between then? Thx ...
Score Acces controls on aspx page from usercontrols
fabrice - 25 May 2005 7:14 AM - 2 messages
Hello, I'm trying to access a Label Control on my .aspx  page from a User Control. But I don't manage it. Do somebody help me to do that ? My aspx is mypage.aspx a control label in it : ...
Score Datagrid Listbox please help
latha - 25 May 2005 1:51 AM - 3 messages
Hi I have two listboxes in the datagrid. Based on the value selected in the first listbox, I need to filter the second listbox. I have used onselectedindexchanged for the firtst and able to retrieve the value of the first list box. ...
Score Problem using Response.Redirect from a User Control
Nathan Sokalski - 25 May 2005 1:26 AM - 3 messages
I am using the Response.Redirect method in a User Control to allow visitors to click an ImageButton to take them to another page. However, when I click the ImageButton I recieve the following error: Response is not available in this context. ...
Score asp.net custom server control not showing when dragged onto web fo
SpencerW - 24 May 2005 7:34 PM - 6 messages
I've created a custom composite calendar server control in asp.net.  I've compiled the dll and added it to my toolbox, but when I drag and drop it onto a web form, I don't see the control in the designer.  All I can see is a tiny ...
Score Checkbox within a datalist
UJ - 24 May 2005 5:42 PM - 2 messages
I have a datalist with a checkbox in it to tell whether something is selected or not. Once somebody changes the checked value and I call the OnCheckedChanged routine, there doesn't seem to be enough information to figure out which row the record belongs to. I've look at the sender object ...
Score Please...Expert needed.
Tim Farrell via DotNetMonster.com - 23 May 2005 7:13 PM - 11 messages
I have a webform that uses a linkbutton control for the purposes of obtaining a detailed view of the record. <asp:LinkButton Runat="server" ID="detail" CommandName="get_detail" CommandArgument='<%# DataBinder.Eval(Container.DataItem, "ItemID")%>'> <%# DataBinder.Eval(Container.DataItem, "Cust_Name")%> ...
Score Problem with FindControl
lisa - 23 May 2005 3:09 PM - 2 messages
I've been trying to build a tab control, as an alternative to the MS IE TabStrip and MultiPage. It works great.  Except for anything that's actually put onto one of the tabs. Controls on the tabs render fine, but their postback events and ...
Score fill dropdown list thru dataset
K R Lal - 23 May 2005 12:53 PM - 2 messages
Hi, Any idea how to fill a dropdownlist thru dataset I done like this ddLst1.DataSource = myDataSet ddLst1.DataMember = myDataSet.Tables(0).Columns(1).Caption ddLst1.DataValueField = myDataSet.Tables(0).Columns(0).Caption but it is not working ; my dropdown list showing blanck ...
Score anyone who has used the FreeTextBox ?
Kylin - 23 May 2005 10:11 AM - 2 messages
I want to save the FreeTextBox.Text into Sql Server database , and how do I set the field attribute? I think it may be ntext ? but how to save the FreeTextBox.Text into the field ? any help? the best,please give me a document ? thanks ! ...
Score Changing the document.title from a user control
Nathan Sokalski - 23 May 2005 5:09 AM - 3 messages
I would like to change the <title></title> of a page from a user control. I have been unable to find any property in VB that allows me to do this. The only thing I have been able to find that might be related is when in Design ...
Score Handling Events for Dynamically Created Controls
Nathan Sokalski - 23 May 2005 1:07 AM - 3 messages
I have several Button controls that I created dynamically that I need to handle the Click events for. How do I specify the event handler for dynamically created controls? Thanks. ...
Score Validation not working in paging
Vivek Sharma - 23 May 2005 12:18 AM - 3 messages
Hi, I have an issue of the validation not working. I have a web user control where the validation sits.  I have the user ontrol within the web ie control "paging".  It works fine on my local machine but does not work when the ...
Score File uploaded to server....How can I delete it?
daiski - 22 May 2005 12:34 PM - 2 messages
Hi, I have uploaded an image to the web server using the code below. Note that 'FileUpload' is the name of my HTML input control. if (FileUpload.PostedFile != null) {    String virtualPath = "~/uploads/" + Path.GetFileName (FileUpload.PostedFile.FileName);    String phyiscalPath = Server.MapPath(virtualPath); ...
Score Click checkbox's label - javascript onclick gets called twice
dotnw - 22 May 2005 9:29 AM - 6 messages
This is intriguing - I've copied over my old fully working ASP.NET project from a Win 2000 Pro box to an XP Pro box.  Everything seems to work fine, except I've noticed one difference.  I have a server side ...
Score Using a Stylesheet in a User Control
Nathan Sokalski - 22 May 2005 12:04 AM - 3 messages
I have a user control that uses classes from a CSS Stylesheet. Because a User Control does not have a <head> section, I do not know where to put a link tag to link it to the stylesheet. If I manually place a a link tag in ...
Next » 2 3 4 5 6 7 8 9 10