all groups > asp.net webcontrols > february 2005 > threads for february 1 - 7, 2005
Filter by week: 1 2 3 4
Button always renders as submit
Posted by Marcin at 2/7/2005 10:31:02 PM
Hi,
Can anybody tell me why asp Button control always renders as <input
type="submit" ...>??? Or, what is more important for me, how to force it to
render as <input type="button" ...>? Any solution?
thanx
Marcin
... more >>
No Postback Just Open Another Page
Posted by Art Cabot at 2/7/2005 2:35:01 PM
ASP.NET Newbie Question:
I have buttons (<asp:button) on my page that I want to just open another
page (including some arguments from the original page), just like would
normally happen with the "action=" on a form. I can't seem to get it to stop
posting back, the HTML source always shows "ac... more >>
Dynamic Chart with OWC11 PivotTable
Posted by Eyal at 2/7/2005 2:23:03 PM
Hello all.
Does anyone know how to dynamically modify an OWC11 chart (ChartSpace) to
interact with an OWC11 PivotTable?
I'm not looking to genorate a static gif/jpg with a result from the server..
I'm actually looking to have the Chart reflect direct responses from the
OWC11 PivotTable o... more >>
Help newWindow
Posted by JDP NO[at]SPAM Work at 2/7/2005 2:01:32 PM
How do I control my new window to enable standard toolbars with the following
code?
Each report description gets a three character prefix.
So if a report description is....
SEV Sales Events By Representative
It will display in the litSEV has a hyperlink passing in the report ID.
The fo... more >>
calling Javascript function for runtime webcontrols
Posted by gmalai at 2/7/2005 12:26:33 PM
Hello,
I am generating textboxes at runtime and adding to a table cell when a
particular IF condition is not satisfied. The visibility property of
the textboxes are set to false. When the user double clicks a
particular table cell, the textbox should become visible(this idea was
given by some... more >>
timer and time out
Posted by John Hopper at 2/7/2005 11:19:03 AM
I use a timer in a web form to perform an event handler every 8 hours. After
about 16 hours I get a 404 error. I've set the session not to time out. Any
idea what is going on?
Thank you,
... more >>
Help with Code to Execute a Stored Procedure
Posted by Jeff Thur at 2/7/2005 10:53:15 AM
I am trying to Execute a simple Stored Procedure using
ASP/VB. I have spent numerous hours with this,
researching
books and looking on the internet. I can't get a direct
answer. THis is my program, followed by the errors, Can
anyone Please Help, Please, Please, Please.
Sub cmdGO_Click(s... more >>
Building validators programatically
Posted by Trillium at 2/7/2005 8:39:06 AM
I need to build controls and their associated validators dynamically,
depending on requirements from a database query. The database provides the
text of the questions, the type of control needed (textbox, radio buttons,
etc), and validation for the control (required, number, string etc).
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
send ascx file's html code as email
Posted by Sabri AKIN at 2/7/2005 5:02:50 AM
Hi,
I want to send ascx file's html code as email.this ascx
file is summary of customer sale.and at last iwant to
send email to customer.how can i get and past ascx file's
html code to mail body.... more >>
add eventhandler at runtime in VB
Posted by SteveR at 2/7/2005 2:23:06 AM
I want to add an imagebutton control into a datagrid at runtime and use the
click event to navigate to another page. I can do this in C#
imagebutton.click += new eventhandler... but how do I do this in VB?
--
Steve... more >>
RequiredFieldValidator not Work with DropDownList Control - Netsca
Posted by Ganesh babu at 2/6/2005 10:47:07 PM
I added a RequiredFieldValidator for a dropdownlist control. Even if some
value is selected in the DropDownList the Page.ISVALID returns "FALSE".
On doing some research, I found that some of the articles were claiming that
this is a problem with RequiredFieldValidator when it is being used a... more >>
Order of controls loaded
Posted by et at 2/5/2005 7:35:53 PM
What dictates the order of user controls loaded? If I have 3 user controls
on my default page, for instance, say a header control, menu control, and
details control.
Why is it ALWAYS that the menu control is loaded last, so that the details
page is not loaded according to the menu item sel... more >>
regarding drop down lists
Posted by Tony Jo at 2/4/2005 8:33:08 PM
Hi
I'm new to ASP.NET and I have recently had trouble with DropDownLists. I am
binding the list using the following code:
DataSet ds = new DataSet();
adapter.Fill (ds,"Table");
availBeds.DataSource = ds.Tables[0];
availBeds.DataTextField =
ds.Tables[0].Columns["bedname"].ColumnName.To... more >>
DataGrid Column number format
Posted by Michael at 2/4/2005 3:21:45 PM
How does one format a number as follows:
<> 0 : YES
= 0: NO
I've tried {0:YES;;NO} to no avail.
--
Michael White
Programmer/Analyst
Marion County, OR
... more >>
Reading Referrer
Posted by Thom Little at 2/4/2005 11:03:42 AM
I am trying to capture the identification of a user from ...
Form request
<a>Tag request
ASP redirection
JavaScript window.location call
I have a simple (I thought) application to capture the referrer. This
application throws an exception stating the "Object reference not ... more >>
Center text in Web Server TextBox control
Posted by David K. at 2/4/2005 1:34:12 AM
Hi,
I wonder how can I center a text in a Web Server TextBox control (or
even Label control).
Same question for an HTML Server TextBox control.
Any help will be appreciated.
Tkanks,
David
... more >>
web custom control not keeping the inner collection !!
Posted by Samy Hamdy at 2/3/2005 3:11:48 PM
hi all,
i am making a custom control that contains collections to be added in
design time like the DropDownList in the asp.net , the problem is after
adding it to the project and adding the collections , i close the project
then re-open it and the collections aren't there .. also when i a... more >>
Find a toolbarcheckbuttoncollection control on a IE toolbar contro
Posted by William Main at 2/3/2005 3:11:01 PM
I have an Internet Explorer Toolbar with a ToolBarCheckButtonCollection on
it. I am trying to access this collection so that I can check the Selected
property of one of the buttons. I tried
ToolbarCheckButtonCollection grpMove = this.Toolbar1.Items[12];
but I get an error on compile
C:... more >>
Help with using a Text Box to pass parameters to SQL
Posted by Jeff Thur at 2/3/2005 11:42:41 AM
I need help with the following:
> I am doing a lookup screen for users.
> I am accessing a SQL Query.
> The User can enter either a State or the first 6
> characters of the first name and the first name initial.
> Passing a parameter of the State code is not a problem,
> as I can do it with a ... more >>
Suppress repeated values in DataGrid/DataList
Posted by Holysmoke at 2/3/2005 6:39:01 AM
Anyone handled supressing repeated values in DataGrid/Datalist?
TIA,
Holy... more >>
Issue with generating webcontrol dynamically...
Posted by scsharma at 2/3/2005 6:35:04 AM
We have 508 compliance issues where every <input> tag should have associated
label. The label have to speicfy the control that it is associated to, in
this case the checkbox. This is done by setting the associatedControlID
property of label.
I am using data grid and i want to have a checkbox... more >>
Full Year Calendar
Posted by ruca at 2/2/2005 5:29:28 PM
Hi,
Can anyone tell where can I get a full year calendar (not only for current
year) control?
--
Programming ASP.NET with VB.NET
Thank's (if you try to help me)
Hope this help you (if I try to help you)
ruca
... more >>
How do I pass an object to webcontrol that is loaded using the "LoadLontrol" method ? .NET 2005 Beta.
Posted by Da Rabit at 2/2/2005 3:48:03 PM
Hi all,
Because of the nature of my application, I have a web control that is being
loaded and added to my form at runtime using the LoadControl method.
Beacuse of the new framework, it is impossible to inherit from my own
version of the "System.Web.UI.UserControl" class as the code seems to b... more >>
Disabling radio button client - side
Posted by John Hopper at 2/2/2005 11:47:08 AM
Hello,
I'm using client-side script to enable/disable a series of web controls. All
except radio buttons can be enabled by
document.getElementById.controlName.disabled = false.
How do I enable the asp radio buttons in this script?
Thank you... more >>
Problem with dropdown list and autopost
Posted by Robin at 2/1/2005 5:58:04 PM
When using AutoPost on a dropdown list that has some code on the
SelectIndexChanged function.
When the value in the dropdown list is changed the CPU for the Web Browser
goes to 100% for about 20 seconds. The code that is executed is the
Page_load and the SelectedIndexChanged.
Is there any... more >>
System.Net.WebClient
Posted by CHIN NO[at]SPAM KD at 2/1/2005 9:22:58 AM
Hey all... i have to login a page and upload a file to that page ( cant
access to the code ) , Patrice and Kevin told me i could do it with
System.Net.WebClient, i could, but with a test site here in my intranet,
that website ( HTTPS ) detects i m not using the login form.. and i cant log
in tha... more >>
ShowMessageBox on ValidationSummary
Posted by Philip at 2/1/2005 9:15:08 AM
I am setting ShowMessageBox=true on the ValidationSummary control.... and
this works fine when used in conjunction with the RequiredFieldValidator
control... however a client message box is never displayed when used in
conjunction with a CustomValidator control.
Any ideas ?
Thanks
-... more >>
datagrid newbie 3 questions
Posted by jon L at 2/1/2005 9:11:07 AM
have developed a webform using a datagrid, pulling data from the database. I
pull the data into an adapter then into a view so that I can have sorting and
paging. I have a few questions about the dg. Prety simple. Trying some
obvious embellishments:
in the update event I grab each value f... more >>
Giving Web User Controls designer support
Posted by SimonH at 2/1/2005 4:55:33 AM
Hi all,
I know its possible to give custom controls designer support, but is it possible
to give this functionality to a user control.
I have a user control that I use a lot and the properties that I've created
inside it don't show up in the property inspector even though I have
[Categ... more >>
|