|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
DropDownList VS TextBox
deepak -
31 Dec 2005 10:46 PM - 3 messages
i have dropdownlist(ddlist) and textbox(tbox) , i want that if a user types sometihing in the textbox(tbox), the values present in the ddlist should appear e.g. my ddlist has 3 values (india,indonesia,germany), if user types in text box ...
controlToValidate property of compareValidator
TS -
30 Dec 2005 11:03 PM - 2 messages
If i have a datagrid and have a textbox in 1 editItemTemplate column, and the compareValidator & another textbox in a different editItemTemplate, when the grid is in edit mode, how do i set the controlToValidate property to the textbox in the different column so that i can validate against it's data ...
Custom Treenodes in Treeview
SunSmile -
30 Dec 2005 9:26 PM - 5 messages
Hi, Iam a using a custom treeview control, taking an example from [link] I have created two hyperlink's after each node in the treeview. When i click on any one of the hyperlink's the selectednodechanged event of the custom ...
Would like to get two items from a dropdownlist
Eric W. Holzapfel -
30 Dec 2005 9:25 PM - 3 messages
Hello Webcontrol Group members, I am using Visual Studio .net (2003) and webcontrols. I have a dropdownlist webcontrol that uses the "datatextfield" and " "datavaluefield" . the text field is a company name, and the datavalue field is an index (like 1,2,3,etc). ...
Panel positioning?
Daniel -
30 Dec 2005 5:35 PM - 2 messages
Hi I have a panel in my project and have positioned it using the interface of visual studios design view. I now want to create another panel programmatically and position it x many pixels under the current panel. the problem is, how do i get the x and y position of the original panel, ...
Gridview Sorting
Matt -
30 Dec 2005 2:01 PM - 2 messages
I have sorting enabled on a gridview which changes the header text to a hyperlink. I need to specify the hyperlink style (color specifically). I can't globally set the hyperlink style at the page level due to differing ...
combo box customs
Dennis D. -
30 Dec 2005 12:57 PM - 3 messages
Need a toot on customizing web controls, especially the combo box. Thanks, Dennis, [link] ...
TreeView
Rodrigo Ferreira -
30 Dec 2005 10:56 AM - 3 messages
Hello, Anyone knows how to populate a treeview with data from a database? The database is based in Microsoft Access and i want to use C# language. Articles, code.... helps all! Greettings, Rodrigo Ferreira ...
Code to select item in dropdown populated using TableAdapter
Nahom Tijnam -
30 Dec 2005 8:38 AM - 4 messages
Hi, In ASP.NET 2.0, where do I write code to select a particular item in a dropdown control that is populated using SqlDataSource (Table Adapters)? I am developing a website in ASP.NET 2.0 for a library using Visual Studio ...
Problem in Setting SelectedValue for DropdownList in Form
Charleees -
30 Dec 2005 4:38 AM - 3 messages
Hi all, I have a Problem in Setting the Dropdown selected value. I have a Page where i get the input for the number of rows and columns and generate a dynamic table on another page ie) table page. ...
CheckBoxList - When does it actually databind?
beaudetious -
30 Dec 2005 3:48 AM - 3 messages
I've got an ASP.NET 2.0 form with a checkboxlist control bound to a SqlDataSource control. In the page's Page_Load event I want to loop through the items in this CheckBoxList and programmatically select a few items. ...
Referencing controls inside Wizard control
James Bond -
30 Dec 2005 12:20 AM - 7 messages
Hi all, I am having trouble referencing (directly) the controls (web) inside the wizard control. I have a templated Header control wherein I have a asp:Label. Eventhough the IDE shows the control in Server Objects, I am unable to reference in my ...
add dynamically multiple controls into one panel
Adriano -
29 Dec 2005 11:25 PM - 2 messages
Hi, With ASP, I can add user contrlos inside the same Panel and then programmatically change the view state of each one...but I don't want to have all the controls allready loaded into the Panel when the page starts, instead ...
newbie to creating web controls
GJH -
29 Dec 2005 9:51 PM - 4 messages
I am trying to develop some .NET web controls in VB or C# and need some help. Does anyone know any websites with a good tutorial on how to start. The MSDN site is not helping me at all. An example I have is code that will email, I simply want to create a button ...
programmatically copy table to another application
Randall Arnold -
29 Dec 2005 6:30 PM - 9 messages
I'm about to give up on what I thought would be a simple effort but figured I'd give it one more try here. I want to programmatically select an html table rendered on an aspx page (using VB) and copy it to another application (Word, Powerpoint, Excel, et ...
Closing window/page
Zamdrist -
29 Dec 2005 4:03 PM - 7 messages
Use code-behind form, visual basic, running some code behind a command button, all good...the last step though should be that the use is prompted with a message, and then the window or page should close...can't figure out how to do this otherwise simple task. ...
Adding a Directive to a dynamically created Template Column on gri
Angel -
28 Dec 2005 7:56 PM - 2 messages
I want to add a directive to a Template Column that I created at runtime using the following code: Sub CreateColumn() Dim tc1 As New TemplateColumn tc1.HeaderTemplate = New DataGridTemplate(ListItemType.Header, ...
grid postback
Cam -
28 Dec 2005 7:47 PM - 8 messages
in a grid with templates update,delete, edit. why the buttons need to be clicked twice in order to take action. grid.item command fires up every time a button is clicked. it's just the button action that don't execute.... ...
What functionality does Infragistics controls offer, which don't come with VS .NET 2005?
Rod -
28 Dec 2005 7:01 PM - 8 messages
We're looking at the possibility of replacing our very old third party controls, which we used in two Windows apps written in VB6. We've been using controls from Infragistics (they used to be called Sheridan back when ...
Datagrid
unwantedspam -
28 Dec 2005 4:32 PM - 4 messages
Hello, I have a Datareader with 2 fields from the database in it. I would like to use the DataGrid to display them. This I can do. If the DataReader has 4 rows in it I would like to display the records in 2 DataGrid ...
Hi
Holysmoke -
28 Dec 2005 3:59 PM - 2 messages
I just wonder how to capture datagrid (which is created programmatically) events. I say, Dim oGrid as new DataGrid I want to process some work on ItemDataBound event of oGrid. Not sure how to do it :( I appreciate your help, ...
Setting Hyperlink URL in Gridview
Wayne Wengert -
28 Dec 2005 1:48 PM - 2 messages
I have a gridview in which I include a hyperlink column. That link points to a document whose name is in the "urllink" field in the record for that row. I know that I can use the following to link to the appropriate document: ...
Basic formatting for HTML text in ASP.NET 1.1 ?
Jack -
28 Dec 2005 10:05 AM - 4 messages
Hi all, Is there a way for a user of a website to control the basic font size/colour of text, then upload it into a HTML text page in ASP.NET 1.1 ? For example, I want a user to log into the website, and be able to type in ...
Broswer Compatibility
MAHERNOZ -
28 Dec 2005 5:50 AM - 2 messages
Hi, I need to develop an asp.net application, is there a control which includes ie 6 in my webpage(my client's browser is opera), so that i need not ask my client to switch to ie. Opera alone has many problems ...
Listbox is overlapping the Textbox in Asp.net
santel -
28 Dec 2005 5:13 AM - 8 messages
Hi All, Is it not possible to overlap the listbox with other controls. I wanna place the Textbox above the Listbox. I searched many groups but couldn't get the answer. Any suggestions please. ...
timer functionality
AVL -
28 Dec 2005 5:11 AM - 4 messages
Hi, I'm developing an online fun game called tambola... The requirement is as follows Each logged user will have a ticket generated for him.. The system should display the numbers from 1 to 99 after every 10 secs.... Presently, I've used a timer control to display the numbers after every 10 ...
Localize control
Johndoe -
28 Dec 2005 5:07 AM - 2 messages
Hi, Any good info about the Localize class from System.Web.UI.WebControls? I just noticed that new control in ASP.NET 2.0. It seems to just inherit from Literal, and has no accessible properties in VS2005 designer (except for the ...
Is there a way to set onmouseover for a LinkButton in ASP.NET 2.0 ?
Roberto Kohler -
27 Dec 2005 9:39 PM - 2 messages
Is there a way within ASP.NET 2.0 to set the onmouseover property of a LinkButton so that when the user hovers over the LinkButton, the windows status bar displays some text instead of the javascript command ? I'd like to do something like: ...
Master Pages and Cross-Page Form Information
David R. Longnecker -
27 Dec 2005 7:08 AM - 9 messages
I'm slowly learning the new caveats of master pages and ASP.NET 2.0 and, so far, really enjoying it. A couple of questions to help kickstart my mind from the old ASP3 days. From what I've found, 2.0's cross-page posting allows me to set a PostBackURL and then Request.Form["objectName"] the information into the next page. Okay, that works up until I use Master Pages for my central header/footers. Using the Master Pages, it appears nothing is past to the Postback page; however, an error is not generated. ...
file upload control - ASP2.0
Eric -
26 Dec 2005 8:08 PM - 2 messages
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. ...
|
|||||||||||||||||||||||