all groups > asp.net webcontrols > march 2007 > threads for march 8 - 14, 2007
Filter by week: 1 2 3 4 5
FileUpLoad Control - Retrieving full pathname
Posted by marathoner at 3/14/2007 11:37:01 AM
When I use the FileUpLoadControl to select a file, I can only retrieve the
filename that was selected. I want to know how to retrieve the full
pathname of the filename selected.
Marathoner
... more >>
Inheriting from GridView
Posted by Greg at 3/14/2007 11:26:00 AM
I'm building a custom web control that inherits from asp.net GridView
control. I'm expecting that when the control is inserted into a page its
design time behavior is the same as GridView but it is not. Here is what I
mean:
<Custom:CustomGridView ID="gv" runat="server">
<Colum... more >>
Profile - what is wrong ?
Posted by goldie11 at 3/14/2007 8:12:53 AM
Hi,
I would like to use the profile - so I added the following code to the
web.config file:
<profile automaticSaveEnabled="true">
<properties>
<add name="ReplyAddress"/>
<add name="ReplyName"/>
<add name="ccName"/>
</properties>
</profile>
... more >>
Using Javascript and Validation controls
Posted by Peter Afonin at 3/13/2007 11:29:52 PM
Hello,
I'm creating an application in ASP.NET 1.1. I need to check whether at least
one checkbox in my datagrid has been checked. To do this, I'm using
Javascript - I'm adding this code to Page_Load event:
Dim iCount As Int32
Dim sClientSideValidate As New StringBuilder
iCount = dgReport... more >>
menu control browser compatiblity
Posted by Chuck P at 3/13/2007 6:31:13 PM
We average 4% Safari intranet and 24% internet (student related site).
The ASP.NET 2.0 Menu Control is not working properly under Mac OS on Safari
2.0.2 browsers. Did some searching and didn't come up with anything easy to
fix it. Tried messing with the browser caps and browser definition f... more >>
Transform data in GridView control
Posted by VancouverMike at 3/13/2007 5:11:05 PM
Hi,
I am using Visula Studio 2005, C# and ASP.NET 2.0 with SQL Server 2005. I am
using GridView control(databound to dataset) to display data from database. I
have a smalldatetime type of field in database, and I would like to display
this field in two columns in GridView control, one for M... more >>
Custom TextBox with validating
Posted by Madison at 3/13/2007 9:45:21 AM
Hello,
I’m working with large web application project. The application will have a
lot of data entry and need to validate before saving to database. I think if
I build custom textbox for each data type such as integer, currency, email,
phone number, date, and so on with validation. It wi... more >>
Make a server side but put up a Confirm MsgBox
Posted by Rod at 3/12/2007 3:40:47 PM
I have a server side button that deletes something. I want to put up a
Confirm MsgBox that says "Do you really want to delete this?"
I know how to make a client side button put up this message but I can't see
how to get a server side button to do it.
Many thanks in advance
Rod
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom controls to emit compiler warning/error?
Posted by olduncleamos at 3/10/2007 10:30:27 AM
Hi all,
Just wondering if it is possible for a custom control to emit compiler
warning or even error? It would be great to flag the user at compile
time if they made some inconsistent property settings.
Thanks in advance.
... more >>
colon or dollar
Posted by SP at 3/9/2007 5:01:46 PM
I recently upgraded one of my ASPNET project from .NET Framework 1.1 to .NET
Framework 2.0
I have the following code overriding the CreateChildControls() method
Panel panel = new Panel();
panel.CssClass = "Panel1CSSClass";
Controls.Add(panel);
... more >>
loding dynamic user control giving error
Posted by aammi NO[at]SPAM yahoo.com at 3/9/2007 3:38:21 PM
I am tired of this error and now writing a post.
My Web application has two pages.
Page one has drop down list which redirect the page to another page . where I am going to load the usercontrol dynamically according to the choice of the user.
protected void ddlViewReport_SelectedI... more >>
Repeater, RadioButton, GroupName doesn't work
Posted by David Thielen at 3/9/2007 3:19:00 PM
Hi;
Inside a Repeater I have a RadioButton with the same GroupName for each row
in the Repeater. But when I click on a button, it does not turn off the other
radio button previously selected.
Any ideas how to fix this?
--
thanks - dave
david_at_windward_dot_net
http://www.windwardre... more >>
Custom Validator Event Executes but does stop or disaplay error
Posted by NRao at 3/9/2007 8:02:08 AM
Hello,
I am using a custom validator control and wanted to validate server side and
do not have client side validation function. The server side event executes
but does not stop the page or does not display the error.
<asp:CustomValidator id="custWDEndDate" runat="server"
ControlToValid... more >>
TreeListView
Posted by Davey P at 3/8/2007 2:04:07 AM
In ASP.NET 2.0, is there any way to create a TreeListView type control (i.e.
a multicolumn TreeView that can be databound). I've searched all over the net
and can't seem to find a definitive answer. Many thanks.... more >>
|