all groups > asp.net webcontrols > december 2005 > threads for december 29 - 31, 2005
Filter by week: 1 2 3 4 5
Any hints on how to do frames in ASP.Net 2.0?
Posted by Jim at 12/31/2005 10:08:47 PM
What would be cool as hell, would be a designer interface like Dreamweaver -
with drag and drop elements like frames and such.
Why isn't ASP.Net as easy to use as Dreamweaver. Certainly Microsoft has
looked at them (if nothing more than as competition for FrontPage). What
would be the rea... more >>
DropDownList VS TextBox
Posted by deepak at 12/31/2005 2:46:02 PM
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
like "i" then dropdown control should go to "india... more >>
Panel positioning?
Posted by Daniel at 12/30/2005 5:35:46 PM
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,
... more >>
controlToValidate property of compareValidator
Posted by TS at 12/30/2005 5:03:24 PM
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'... more >>
Custom Treenodes in Treeview
Posted by SunSmile at 12/30/2005 1:26:02 PM
Hi,
Iam a using a custom treeview control, taking an example from
http://fredrik.nsquared2.com/viewpost.aspx?PostID=299.
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
treeview control ... more >>
Would like to get two items from a dropdownlist
Posted by Eric W. Holzapfel at 12/30/2005 1:25:22 PM
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).
I can display the compan... more >>
TreeView
Posted by Rodrigo Ferreira at 12/30/2005 10:56:39 AM
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
... more >>
Gridview Sorting
Posted by Matt at 12/30/2005 6:01:05 AM
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
requirements throughout the page. I can't figure out how to change this ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
combo box customs
Posted by Dennis D. at 12/30/2005 4:57:24 AM
Need a toot on customizing web controls, especially the combo box.
Thanks,
Dennis,
http://www.dennisys.com/
... more >>
Code to select item in dropdown populated using TableAdapter
Posted by Nahom Tijnam at 12/30/2005 12:38:02 AM
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
2005 and SQL Server 2000. I have already built a middle tier with o... more >>
Problem in Setting SelectedValue for DropdownList in Form
Posted by Charleees at 12/29/2005 8:38:00 PM
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.
If i select edit button in table page , the page is redirected to Input
page .
In the input pa... more >>
CheckBoxList - When does it actually databind?
Posted by beaudetious at 12/29/2005 7:48:03 PM
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.
However, when I do this in a foreach block I find that the ItemsCollection
... more >>
newbie to creating web controls
Posted by GJH at 12/29/2005 4:51:06 PM
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
that has all the email code in... more >>
Referencing controls inside Wizard control
Posted by James Bond at 12/29/2005 4:20:02 PM
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
code directly. ... more >>
add dynamically multiple controls into one panel
Posted by Adriano at 12/29/2005 3:25:02 PM
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
I want to call each control (from outside the page) as needed. I hav... more >>
programmatically copy table to another application
Posted by Randall Arnold at 12/29/2005 12:30:41 PM
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
al)... probably using the Windows cl... more >>
Closing window/page
Posted by Zamdrist at 12/29/2005 8:03:25 AM
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.
I imagine DHTML could do it, but I... more >>
|