all groups > asp.net webcontrols > march 2007 > threads for march 15 - 21, 2007
Filter by week: 1 2 3 4 5
really dumb question!!
Posted by Rod at 3/21/2007 2:24:45 PM
I have a server side button that when clicked does stuff then if that stuff
has worked out OK I want it to load another page.
Somehow I can't figure out how to look this up.
Sub myButton_Click
do stuff
if stuff_OK then
Load new page somehow????
endif
end sub
... more >>
Use textbox to filter a DropDownList
Posted by Rob at 3/20/2007 6:58:20 AM
Hi,
I'm trying to duplicate a page from Classic ASP to ASP.Net 1.1.
In Classic ASP, I have a <select> box populated by a recordset that
holds a list of parts and I have a textbox and when I enter a part
number in this text box...I have a javascript onchange event that calls
a javascript functi... more >>
WebBrowser question
Posted by WT at 3/20/2007 12:35:14 AM
Hello,
The url I use for webbrowser has a button thta closes the browser.
How to catch this event ? WebBrowser is notr closing but stay inactive after
closing.
Is it possible to have something like window.showModalDialog(url)?
CS
... more >>
how can i open a new explorer from an aspx page
Posted by Horacio Grischinsky at 3/19/2007 5:01:36 PM
I need to open a new explorer from a page .aspx with c# as a lenguage.
I dont find how to do
... more >>
Dynamically access the table cell control's
Posted by sivagururaja NO[at]SPAM gmail.com at 3/19/2007 5:10:35 AM
Hi All!
There is one doubt in ASP.NET.
There is one suituation to create a table dynamically and add the
values based on the selection made in the previous page.
And also create some check box dynamically for corresponding values.
For ex.,
If A is selected then create 2 checkboxes and
... more >>
Button that just calls a sub (and does NOT submit the form)
Posted by paul.richards NO[at]SPAM shropshirefire.gov.uk at 3/19/2007 4:18:46 AM
Hi,
I want a button that just calls a subroutine (rather than submitting a
form). So, I have done this:
<asp:Button id="btNewNetworkProvider" text="New"
commandname="newprovider" onclick="newprovider" runat="server"/>
and:
Sub newprovider(sender As Object, e As EventArgs)
...
En... more >>
Please... I need to acces to a textbox in a FormView
Posted by Marcos Galaviz at 3/16/2007 12:32:31 PM
Hi i want to asign a value to the Text property in a textbox inside a
FormView when i am adding a new record ¿how can i do that? i want to use a
ComboBox to select a value and this value goes to the textbox ¿any
suggestions?
Thanks...
... more >>
Changing the color of cell on mouse over event in calendar control
Posted by Garg at 3/15/2007 11:32:13 PM
Hi,
I want to make the color of a cell change in my calendar control,
whenever mouse is brought over that particular cell. How can I achieve
this functionality??
Thanks,
Shivani
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using a custom character as the bullet in a BulletedList
Posted by Nathan Sokalski at 3/15/2007 3:36:24 PM
I am creating a BulletedList and would like to use a - as the bullet.
However, I could not find a way to do this using the properties for the
BulletedList control. Is there a way to use a specific character for the
bullet without manually adding it to each ListItem? Thanks.
--
Nathan Sokals... more >>
Adding namespaces to webcontrols
Posted by daokfella at 3/15/2007 1:58:04 PM
How do I put my webcontrols into specific namespaces? I'm a little
confused now with the partial classes and the .ascx.designer.vb file.
In 2003, I would just add the NameSpace declaration in my code-behind
page. Is this how it's done in 2005, but to both the designer and
partial class? Is not t... more >>
control object is in a read only state
Posted by Duke at 3/15/2007 5:40:43 AM
I have an ASP.Net 2 page with a Report Viewer control (sp1) that displays a
local report. The report uses the results from a SQL Server 2005 stored
procedure. It was running fine but given that ASP.Net supports asynchronous
processing I thought I'd make the stored procedure call asynchronous, ... more >>
CustomValidator not working with FormView?
Posted by darkmage1975 at 3/15/2007 4:47:46 AM
Hi to all!
I've got this problem, I'm thinking on it for about 2 days, searching
info on the web ... but nothing.
Here's the problem: I've got a long FormView control that works fine. I
added a lot of RequiredFieldValidator on a lot of fields and all works
fine: when I click the FormView "I... more >>
|