all groups > asp.net webcontrols > december 2005 > threads for december 22 - 28, 2005
Filter by week: 1 2 3 4 5
Basic formatting for HTML text in ASP.NET 1.1 ?
Posted by Jack at 12/28/2005 6:05:35 PM
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
text, give it a colour, fontsize and basic layout, etc. The hit sub... more >>
What functionality does Infragistics controls offer, which don't come with VS .NET 2005?
Posted by Rod at 12/28/2005 12:01:29 PM
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
we purchased them) controls, so we're likely to stay with Infragistics.
... more >>
Adding a Directive to a dynamically created Template Column on gri
Posted by Angel at 12/28/2005 11:56:03 AM
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,
"TEST")
tc1.ItemStyle.CssClass = "datagridcel... more >>
grid postback
Posted by Cam at 12/28/2005 11:47:03 AM
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....
anyone else had that issue?... more >>
Datagrid
Posted by unwantedspam at 12/28/2005 8:32:29 AM
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
rows. So I would have the following:
ColHeader1 ColHeader2 ColHeader1 ... more >>
Hi
Posted by Holysmoke at 12/28/2005 7:59:02 AM
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,
TIA,
Holy... more >>
Setting Hyperlink URL in Gridview
Posted by Wayne Wengert at 12/28/2005 6:48:56 AM
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:
DataNavigateUrlFields="urllink"
But how do I code that if I want... more >>
Broswer Compatibility
Posted by MAHERNOZ at 12/27/2005 9:50:01 PM
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
esp. in crystal reports. Any Help? Thanx, Mahernoz
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Listbox is overlapping the Textbox in Asp.net
Posted by santel at 12/27/2005 9:13:32 PM
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.
... more >>
timer functionality
Posted by AVL at 12/27/2005 9:11:02 PM
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 ... more >>
Localize control
Posted by Johndoe at 12/27/2005 9:07:50 PM
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
ID).
Thanks.
... more >>
Is there a way to set onmouseover for a LinkButton in ASP.NET 2.0 ?
Posted by Roberto Kohler at 12/27/2005 4:39:23 PM
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:
<asp:LinkButton ID="LinkEdit" Runat="server" Comma... more >>
Master Pages and Cross-Page Form Information
Posted by David R. Longnecker at 12/27/2005 1:08:22 AM
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"]... more >>
file upload control - ASP2.0
Posted by Eric at 12/26/2005 9:08:49 PM
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.
To by-pass this I let the user click on a linkbutton to show the p... more >>
Adding Access keys to menu items in the Menu control
Posted by Mike Tavares at 12/23/2005 1:05:09 PM
Could someone point me in the right direction as to how I could go about
adding an access key to each menu item within the new menu control?
Currently it appears that the access key can only be assigned to the control
itself, and not each individual menu item.
Thanks,
Mike
... more >>
Inherit from a custom ListControl
Posted by Chris Burge at 12/23/2005 11:59:39 AM
Ok, I have just spent the past little while trying to figure this out.
I think I know what my solution may have to be but I'm not sure how to
even to go about to do that. Anywho, here is my Christmas question.
All of my lsitcontrols (dropdownlist, listbox, etc.) have the same set
of custom attr... more >>
Repeater Grouping
Posted by Digit24 at 12/23/2005 9:23:12 AM
Hi
I have a repeater section on the page, but want to be able to group results
by a particular field and give each group a heading.
Any ideas how this can be done?
... more >>
extended Label webcontrol, doesn't populate it's children ??
Posted by KK at 12/23/2005 8:28:13 AM
Hi,
I am extending couple of existing controls in ASP.NET
like LinkButton, Label, TextBox etc..
I require these controls to contain a child control of MyControlType
so ideally in HTML view for a label
<asp:Label id="" [other properties...] >
<cc1:MyControlType id="" [other properties... more >>
GridView: Update is just not working for me
Posted by beaudetious at 12/22/2005 12:23:01 PM
Can an eagle eye help me fix whatever is causing me pain here? When I click
the update command button, the page refreshes but the new values do not make
it to the database or back into the gridview.
I'm getting the dreaded "Must declare the variable @original_RoleId"
exception message. My... more >>
Wizard Control and IsPostBack
Posted by rdlauer NO[at]SPAM gmail.com at 12/22/2005 12:17:31 PM
I'm in a catch-22 with a wizard control and wonder if anyone has any
ideas:
It appears as though every time you load a wizard control step, you are
doing a postback, which makes sense. That causes problems, though, when
you have actions in a step that should only be executed if IsPostBack =
F... more >>
Styling DetailView or FormView
Posted by Larry Charlton at 12/22/2005 5:30:02 AM
Does anyone have sites or references on applying layout and style to
DetailView and/or FormView controls?
It just seems like microsoft made these a bit rough to apply style sheets
to. DetailView you can apply a style to the label, but to format the data
you have to apply a format to the ro... more >>
Event Sequence
Posted by Axel Dahmen at 12/22/2005 4:57:11 AM
Hi,
in ASP.NET control events are being fired *after* the Page_Load event. I
need it the other way around. Is this possible?
Here's my example (just pseudo code):
Page_Load()
{
DataGrid.DataSource="...";
DataGrid.DataBind();
}
RemoveButton_Click()
{
SqlComman... more >>
|