|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Nathan Sokalski -
18 Jun 2005 2:12 AM - 2 messages
I want to make sure that the SelectedDate property of the Calendar control is later than the current date or that a certain checkbox is selected. I tried to use a CustomValidator control with the following code: Private Sub validTimeFrame_ServerValidate(ByVal source As System.Object, ...
Jewelboos -
17 Jun 2005 11:05 PM - 2 messages
Hi - I have a webpage that needs to trigger a script that will send me an instant message when users open that page. Is this possible?? Many thanks ...
Rob R. Ainscough -
17 Jun 2005 9:14 PM - 8 messages
Does ASP.NET support frames? I'm having a hard time trying to figure out how I can create a frame ASP page? Thanks, Rob. ...
Derek -
17 Jun 2005 8:36 PM - 2 messages
I am working on an ASP.NET page where I need to perform a procedure when the user enters data in a textbox. Ideally, I would like to be able to run the procedure when the user moves the cursor focus AWAY from the textbox. ...
Yoshitha -
17 Jun 2005 1:17 PM - 2 messages
I want to create license protection for a web based application. when any user logging into the application it has to check the key enterd by the user against the database where the key along with the cpuid is stored. ...
mattsthompson -
17 Jun 2005 11:42 AM - 2 messages
I am trying to change the look of a panel but only if that panel's ID is returned by a database lookup. I've tried using FindControl but this returns Controls and not WebControls and I'm having difficulty converting items. ...
Saket Mundra -
17 Jun 2005 9:40 AM - 2 messages
I am designing a web application to offer services to customers. In form1 I have listed all the services available using CheckBoxlist control. I have a different webform for customization of each of the services that is being offered. I want that when a user makes selection of services in the checkboxlist ...
Jet -
17 Jun 2005 7:52 AM - 3 messages
Hi,all I have a asp.net programme,and it include a datagrid contorl in it.And all the data from the datagrid is come from a access mdb.And I had use like <$#DataBinder.Eval(Containter.DataItem,"name")%> to binding data. And in ...
Lee Marsh -
17 Jun 2005 1:36 AM - 3 messages
I am used to programming with PHP, but recently my employer has requested that I make some webapps for him in ASP.NET since that's what they run on their intranet server, and that's all they're willing to run. Soooo...as a ...
TCORDON -
16 Jun 2005 11:13 PM - 6 messages
I have a DataGrid with this properties set: AllowPaging = True PagerStyle/Mode = NumericPages In my form_Load: If not(me.ispostback) then ' Some code to get the data into DS... grdItems.DataSource = DS.Tables(0).DefaultView ...
Tim Greenwood -
16 Jun 2005 9:22 PM - 3 messages
Why would this entire namespace be missing?? I don't see any missing references that would make sense. Am I missing something really obvious here? The entire namespace is just not present in the intellisense when ...
Matthew.DelVecchio -
16 Jun 2005 6:58 PM - 5 messages
hello, i am attempting to do some databinding of an XmlNodeList to a DropDownList. id like to avoid looping thru my nodelist and hoped to do a simple .DataSource/.DataBind technique. for simplicity, lets say this is my xml: <people> ...
Lefty -
16 Jun 2005 6:49 PM - 4 messages
Our client wanted delivery of the code using inline scripting, but for obvious reasons, we developed the ASP.NET 1.1 app using codebehind. We have an issue now when trying to convert the codebehind code to an inline format. ...
Özden Irmak -
16 Jun 2005 2:26 PM - 4 messages
Hi, I created a usercontrol and dropped it onto my aspx... But from CodeBehind of that aspx I can't reach to that UserControl...I just want to reach to it just like when I dropped for instance a textbox onto ...
Tim Meagher -
16 Jun 2005 1:47 PM - 9 messages
In order to reduce my development time, I would like to acquire a suite of tools for ASP.Net development that provide grid, treeview, menus, and other similar web controls. I would like a tool that provides good documentation ...
huseyin_akturk -
16 Jun 2005 12:07 PM - 2 messages
Hi, I am using a template column. There is an image in that template
column. But if I change the url of the image, image does not shown. I
debugged program and I see that there is no wrong in path. I mean that
my image is in true folder. ...
Saket Mundra -
15 Jun 2005 7:21 PM - 8 messages
I am designing a web application to offer services to customers. In form1 I have listed all the services available using CheckBoxlist control. I have a different webform for customization of each of the services that is being offered. I want that when a user makes selection of services in the checkboxlist ...
Rob R. Ainscough -
15 Jun 2005 7:20 PM - 5 messages
Have a very strange problem. I have a Web Forms Panel that contains an HTML GridLayout Panel, if I add a button to the HTML GridLayout Panel it will not permit me to set the Visible property = True. What is even more strange, I have another Web forms panel ...
Jay Douglas -
15 Jun 2005 7:04 PM - 4 messages
I'm trying to add a property to a Web Custom Control that behaves just like the ControlToValidate string property on the built in .net valuators. I basically want the list to show the various different textboxes on the ...
Jason Ferguson -
15 Jun 2005 3:14 PM - 3 messages
I am looking for a free/open source pdf control that has the functionality of acrobat. Basically I want to programatically convert an existing document/web page to pdf. The controls I've seen so far require you to ...
Edwin Knoppert -
15 Jun 2005 2:57 PM - 8 messages
I seen a lot of examples but it doesn't work out since they are in c. In VWD i want to prepare a usercontrol. At this time i use a usercontrol and place a textbox upon it. Not handy, i lose all direct properties, only with wrappers i can reach them ...
John Roper -
15 Jun 2005 11:29 AM - 4 messages
Hi, I have a tree control using Microsoft.Web.UI.WebControls.TreeView. We use this to display a file/folder hierarchy. We only populate the top level on page load, but we do add a single node for every folder with the text ...
dl -
15 Jun 2005 8:41 AM - 2 messages
Hi How can I trigger a button_click event in c#, please? I have tried calling the event directly, but it event was looking for some parameters such as sender and eventarguments which I don't know what to send?! TIA ...
Frédéric Mayot -
15 Jun 2005 8:03 AM - 8 messages
Hi I'm trying to define a skin for a custom control. I can't see how to do it... My custom control inherits from a TextBox but it doesn't recognize the skinID defined for asp:TextBox. Any idea ? ...
Gorka -
15 Jun 2005 7:47 AM - 3 messages
Hi, I'm trying to design a full web control with many web controls inside. With Events, Public Properties,.... I'm looking for full information of this type of proyects, apart of the one in de msdn library. If someone knows about any book or any webs, please tell me. ...
Vishwanathan Raman -
15 Jun 2005 3:10 AM - 2 messages
I am having a DataGrid that uses a template to display information. One row of the tamplate has Info1,Info2,Info3. Info1 sometimes gets too long resulting in increase of the width of the DataGrid.I tried putting in a fixed ...
John Bankhead -
14 Jun 2005 7:04 PM - 2 messages
I have a customer web control that displays data in the user prescribed format on an aspx. I create it in Page_Load and add it to the page.Controls list in the correct place between the form tags. The data looks good. The ...
corndog -
14 Jun 2005 5:56 PM - 4 messages
I have a Datagrid control with an edit command column, which has a PushButton ButtonType. I am trying to apply formatting to the button, to set the font-size and the font name. I have only been able to come up with the following... ...
Nevyn Twyll -
14 Jun 2005 4:53 PM - 4 messages
I have a datagrid on my webform. I am programmatically adding columns to it and hooking it up to a dataset. In my ItemDataBound(), I am adding some text and background coloring to the Items, and to the Header as well. ...
Rob R. Ainscough -
14 Jun 2005 4:49 PM - 3 messages
I'm trying to use panels but it appears that within the panel there is no support for Grid Layout -- it only supports Flow Layout? Is this correct? Thanks, Rob. ...
bull2000@newsgroup.nospam -
14 Jun 2005 4:20 PM - 3 messages
we have two dropdownlist controls in a program. both of them have the same data items in the list. these dropdownlists are populated in Page_Load and set selected value using SelectedValue. the odd thing is when one is changed the other one will be changed as well. ...
robin9876 -
14 Jun 2005 4:03 PM - 2 messages
Using the builtin validation controls, how do you raise an error message if the selected text or value of a drop down list is a specific option? ...
Jimmy -
14 Jun 2005 9:12 AM - 4 messages
Hi Is it possible to build a datagrid with one column having test1 as a datasource and another column having test2 as a datasource: string[] test1 = new string[]{"1", "2", "3"}; string[] test2 = new string[]{"John", "Marc", "Tom"}; I just want a table that looks like this: ...
danob7 -
14 Jun 2005 4:22 AM - 2 messages
To all .Net gurus out there; I have a simple ASP.Net Form, in which I added a ListBox control. I populate the content of that ListBox at run time. To save on footprint size, I set EnableViewState=False. ...
Rob R. Ainscough -
13 Jun 2005 10:04 PM - 4 messages
I'm new to ASP.NET and Web Development (Primarily a VB6, VB.NET, SQL Server developer). I've got an ASP.NET Form (Web Form) that contains various info/controls. One of these controls is a "Continue" button. I want to load another ...
John Walker -
13 Jun 2005 8:36 PM - 2 messages
Hi, In my ASP.NET datagrid I have a TemplateColumn which contains an asp:Checkbox control. Sometimes this checkbox will be disabled, and when it is disabled, when the user tries to click on it, I would like to popup a ...
Amelyan -
13 Jun 2005 6:46 PM - 3 messages
When we want radio button to belong to a group name we say, radio1.GroupName="GroupA". In this case, radio1 will be unselected if another radio button is selected in "GroupA". Is there a way (trick, or javascript) to make radio button (radio1) belong ...
Steve -
13 Jun 2005 6:36 PM - 8 messages
I have created a Custom Control and I need to populate 2 fields with data that I am grabbing from a control on the parent form. I need to use Javascript to grab the data on the parent form & populate the data in the ...
Forch -
13 Jun 2005 4:27 PM - 2 messages
Hi guys, I have an ASPX page with one custom control, and the custom control has a button in it. When the user clicks on the button in the custom control, I would like to call a method in the page that is parenting the custom control. ...
dl -
13 Jun 2005 4:26 PM - 5 messages
Hi I have a datagrid defined which I would like to make it editable. So I put in some editcommand and BoundColumn and template column with item template. I don't have problem in setting a column to textbox in edititemtemplate, but ...
Rob R. Ainscough -
13 Jun 2005 3:29 PM - 6 messages
I'm working on an ASP.NET with VB.NET web application (Web Forms) and I can't find an Alignment property for the TextBox nor the Label control? What am I missing? Thanks, Rob. ...
Nayak -
13 Jun 2005 10:23 AM - 2 messages
On my web page, I want to let the user change the order of items in the LISTBOX. I could do that using the javascript , but when the page is submitted the listbox is reset to its original values. what happenig here ? ...
Hema S via DotNetMonster.com -
13 Jun 2005 7:33 AM - 2 messages
Hi , I am trying to create a usercontrol I have requirement like embedding a dropdownlist in a dropdownlist. when i tried <B> mydropdownlist.control.add(new dropdownlist) iam ...
Nigil LaVey -
13 Jun 2005 7:24 AM - 2 messages
Hi guys, I have been having issues getting the Global ApplicationInstance in webcontrol.... within my global.asax, I have a public method test(). now how do I access them in a webcontrol.... normally I just using ((MyGobal.Class)HttpContext.ApplicationInstance).test(); ...
Nathan Sokalski -
13 Jun 2005 4:17 AM - 3 messages
I am sure most of us have enough experience with HTML to know that most HTML elements allow you to specify the width and/or height attributes as percentages. However, I have noticed that when setting properties for an object on a webform (such as a TableCell) programmatically, the only way to ...
Vivek Sharma -
12 Jun 2005 10:02 PM - 5 messages
Hi, I am using a tab and multipage control on my webapge to diaplay various sections of the form for a user to fill out. Although, a user can click on the tabs and navigate through the pages but I intend to have a next and ...
huseyin_akturk -
12 Jun 2005 6:29 PM - 3 messages
Hi, I have a web application using C#. In my application, I am creating a
process. This process can be progresses several minutes. But I need
that when user clicks close button(X), that process should be killed.
So, I think that I have to catch the event when user clicks close
button. How can I do?
--
huseyin_akturk
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
|
|||||||||||||||||||||||