|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
dl -
11 Jun 2005 4:33 PM - 5 messages
Hi Should we use hiddenfield control ie. <asp:hiddenfield ... /> or the htmlInputHidden <input id=... input="hidden" .../>? if we were going to use htmlInputHidden How do I declare a htmlInputHidden field manually in code-behind file ? TIA ...
Jimmy -
11 Jun 2005 9:06 AM - 3 messages
Hi Is it possible to define more than 1 webroot for your virtual directories on a machine? if yes how to do that? ch Jim ...
Manrique -
10 Jun 2005 9:10 PM - 2 messages
Hi all, i´m looking for a way to create an Image Control that displays images reading the image from a SQL Server table and presenting each image as a Slide show. The control must be able to loop through the recordsets and display the image. Also the control must be able to keep accessing the database to find new records on the table and show the image.
tnks!!!!! ...
dl -
10 Jun 2005 4:24 PM - 2 messages
Hi Can we set allowpaging as well as allowsorting together? TIA ...
Ron Wallegie -
10 Jun 2005 10:54 AM - 9 messages
Hi, I developed a website using c#. I have a dropdownlist wich is filled with database values. When i click on a button on the same page all values are lost in the dropdownlist. The most common answer is to populate the ddl in "if !is postback" which i ...
Davey P -
9 Jun 2005 2:08 PM - 2 messages
I have a datagrid that is made up of template columns(containing dropdownlists and textboxes). I don't have an explicit edit mode, so values in any/all of the rows can be changed at any time (as it is basically a data ...
UJ -
9 Jun 2005 1:48 PM - 6 messages
I have a placeholder where I dynamically add radio buttons based on values from a DB. It's all one group. How can I access them so that I know which one is selected? I've tried both input type="radio" and asp:radiobutton ...
Ravi Ambros Wallau -
9 Jun 2005 11:50 AM - 9 messages
Hey guys: What can I do when an "Error Creating Control" is displayed on the form (instead of the control), and a tooltip indicating the error never is displayed? Is there some log, some hidden message, some entry in registry where a ...
Davey P -
9 Jun 2005 9:19 AM - 2 messages
I have an asp.net table which I am populating with controls dynamically at runtime. The controls themselves get/set values in a datatable which is stored in viewstate over postbacks. Here is basically what I am doing: pull datatable out of viewstate ...
Mark -
9 Jun 2005 2:33 AM - 4 messages
Hi, I currently use a radiobuttonlist to display a selection of choices a user needs to make. However, the requirement has changed somewhat in that now I need to create the following situation: with some of the items displayed, if ...
jack-e -
9 Jun 2005 1:46 AM - 2 messages
Hi, An easy on I'm guessing! How do I restrict the length of a label? I have tried setting the width to say 200px but if the user inputs a continuous line of characters it's doesn't wrap. ...
Mythran -
8 Jun 2005 11:10 PM - 2 messages
I'm trying to get the version of the web page my webcontrol is on. When I use the following code, I get the correct class, but I get the assembly located in Temporary ASP.Net Files directory, instead of the assembly that ...
Ashish -
8 Jun 2005 10:01 PM - 6 messages
Hello All, I recently migrated to ASP.NET 2.0. I also migrated a toolbar control that I had made in ASP.NET 1.1. The toolbar table sets a height of 100% so the toolbar spans the whole page height incase of less buttons in a band. ...
Nathan Sokalski -
8 Jun 2005 9:12 PM - 4 messages
I am using the AddHandler statement to add a CheckedChanged event handler to a series of RadioButtons that I create in a loop. However, the handler is not being called for a reason I cannot determine. What is the problem? Here ...
Net Developer -
8 Jun 2005 7:27 PM - 2 messages
I want to have three 'buttons' that let the user choice alignment choices. I'd like to have it so that the one that is selected is 'depressed' so that they can visually see which one is selected. Is there a better way to do it ...
UJ -
8 Jun 2005 7:18 PM - 2 messages
If I have a total choice, should I use html controls (like a select list) or use the same type of thing in ASP (asp:dropdownlistbox). I guess what I'm asking is if I don't need all the extra stuff the asp ...
Brent Borovan -
8 Jun 2005 6:07 PM - 5 messages
Good day, I am attemping to develop an ASP.net page that dynamically adds rows containing text box and/or listbox controls within each row. Each control within the table needs to be "wired" to the correct event handler. However, ...
mrtan -
8 Jun 2005 8:32 AM - 2 messages
Hi, I'm using a datagrid with template column using check box. when user click on the check box in datagrid, i need to refresh the data in the datagrid. how do i capture the click event ? thanks. tan ...
Jimmy -
8 Jun 2005 7:59 AM - 3 messages
Hi I am trying to find code for a wizard object. I am not using ASP.net 2.0 which contains a webwizard control.... ch Jim ...
Nathan Sokalski -
8 Jun 2005 6:51 AM - 3 messages
When using a System.Web.UI.WebControls.Image object, how do I control both vertical and horizontal alignment? Both directions are controlled using the ImageAlign property, which prevents setting both a vertical and horizontal direction. Why isn't there something like a VerticalAlign and ...
Ken Varn -
7 Jun 2005 9:36 PM - 5 messages
I am using the IE Web Controls Toolbar. One of the toolbar items I am using is a ToolbarDropDownList. I have set AutoPostback to true for the ToolbarDropDownList. The page does a postback as expected when the ...
Sandro -
7 Jun 2005 7:48 PM - 2 messages
Does anyone know how to iterate through a TreeView node by node? Thanks in advance ...
Net Developer -
7 Jun 2005 7:07 PM - 4 messages
I have a list of radiobuttons that I need to display to the user in a specific format. They want to see: Option One Option Two Option Three ...
Richard -
7 Jun 2005 6:43 PM - 4 messages
I have a Webform with a dropdownlist for selecting reports to process. When the user click's a linkbutton to process the report, either a datagrid is filled and made visible on the same form, or another form opens to show the ...
David Alexander -
7 Jun 2005 6:21 PM - 4 messages
I need to write a web app that has multiple panels that can be resized. I wrote a demo using frames, but maintaining state between the frames was difficult and messy. I have seen online that MasterPages in ASP.NET can replace frames. Does this ...
HAlx -
7 Jun 2005 4:12 PM - 2 messages
Hello When I use an element like <SELECT ... DISABLED>, and then try to get its value when processing form - I get Request.Form.Item("Select1")=Nothing. Is there any way to get its data ? Or maybe other way to disable/lock the html SELECT item ? ...
TS -
6 Jun 2005 9:55 PM - 6 messages
Is it possible to have more than one field assigned to a datagrid's datakeyfield in the case of a clustered primary key for a table? thanks ...
mkiger -
6 Jun 2005 9:22 PM - 3 messages
Hey Guys, Here is my problem: 1. I have a site with a page that allows users to create trial accounts. 2. I have 2 textbox controls set to 'password' for trial users to type and then retype thier passwords. ...
Ken Nipper -
6 Jun 2005 8:08 PM - 3 messages
I am trying to use a div as a quasi button and need to use server side code to navigate. Any ideas on how to accomplish this? Thanks Ken ...
cindy -
6 Jun 2005 6:35 PM - 4 messages
I have a webform, click on link "one" and usercontrol page1.ascx loads. Page1.ascx has the dropdrop list. The data loads when control first displayed. The postback fires when item selected. The data does not do a ...
Timo -
6 Jun 2005 4:28 PM - 3 messages
How to achieve the blurred-text effect that "forgot my password" pages use? User is asked to look at a picture of a word, and type it into INPUT box. Thanks Timo ...
sabeesh me via .NET 247 -
6 Jun 2005 8:58 AM - 2 messages
Hi, I am using Infragistics textbox control in my application in that mouse down event is not happening ,can any body give me solution. ----------------------- Posted by a user from .NET 247 ([link]) <Id>xwoUWe65kUifHEuROu71qg==</Id> ...
ck388 -
6 Jun 2005 5:21 AM - 2 messages
For some reason when I enable the callback feature of the gridview I still get a page refresh, that is it seems like there is a postback that occurs, not a callback which is just supposed to update not the ...
Parrot -
5 Jun 2005 3:57 PM - 7 messages
With Microsoft's legions of programmers why must I go to a third party source to get a richtextbox that allows the creation of webpages in a textbox? The ability to design a standard webpage using a textbox control seems like an ...
dl -
5 Jun 2005 12:05 AM - 6 messages
Hi I saw an example that we can limit file selection type to image only with accept="image/*", but how do I limit the selection to only 1. comma separated file (.csv) 2. text file (.txt) please?! TIA ...
|
|||||||||||||||||||||||