all groups > asp.net webcontrols > october 2006 > threads for october 1 - 7, 2006
Filter by week: 1 2 3 4 5
Detailsview control for data input
Posted by Alan Morris at 10/7/2006 10:34:14 AM
Simple question.
I would like to use a detailsview control just for data input, I don't
want it to display any records from the database first. Can anyone
offer an explanation how to do this please?
Many thanks,... more >>
problem with refresh page on back button
Posted by Nishu at 10/6/2006 10:15:54 PM
Dear
Actually i m facing a problem with my application .In my 1st page there
is some dropdown menu in values are coming from javascript.i have made
a option to choose taht field n when user will click on button
according to selected field he will get the result on next page. now if
he wants t... more >>
peace
Posted by nacho NO[at]SPAM google.com at 10/6/2006 5:25:49 PM
givepeace a achance...
... more >>
gridview databinding to object data source
Posted by Allan Ebdrup at 10/6/2006 12:28:55 PM
I have a gridview that I bind to an object data source, the objects in the
object data source have a property called ContactMethods that in turn has a
property called Telephone, now I would like to show the Telephone property
in the grid, but when I select columns I cant navigat into the objec... more >>
Custom Image Button help.
Posted by CK at 10/5/2006 11:29:02 PM
Hello All,
I am trying to extend the default asp:ImageButton to include an image for an
enabled state and a second image for a disabled state. I currently did this
by extending the ImageButton class in a custom control, creating a property
for each of these images (EnabledImageUrl, DisabledImag... more >>
Configure webcontrol properties through Web.Config?
Posted by Haris at 10/5/2006 7:17:36 PM
Is it possible to configure webcontrol properties through Web.Config and
also to combine these with autorisation?
It would look something like this:
<location path="Admin">
<system.web>
<form id="newUser">
<control id="userRank">
<authorization>
<allow roles="a... more >>
datagrid in webforms
Posted by ush at 10/5/2006 4:04:02 AM
how to get the functionalities(like edit update cancel) similar to the button
column for the template column(image )
please help ,
thanks ... more >>
How can I alter the datatype of the data quiry from a database and store it into a gridview?
Posted by khoaha NO[at]SPAM gmail.com at 10/4/2006 8:47:54 PM
Thank you in advance.
This is my problem.
Assume I have a select statement SELECT Name, Gender FROM 'Database'
Name is a (varchar) and Gender is an (int)
The Gender column stored value of '1' and '0'
Now when I use the select statement to bind the value to the gridview
I wanted it to store "Ma... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HTML can't find Caption property for datagrid
Posted by Tony Girgenti at 10/4/2006 5:47:40 PM
Hello.
I'm developing and testing a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2
computer. I'm using a web form.
For a datagrid control, i used the Caption property. It displays fine on
the datagrid and allows me to run ... more >>
Paging In GridView bound to DataSet
Posted by ES at 10/4/2006 5:37:39 PM
Is there a reasonable way to implement paging in a GridView control that's
bound to a DataSet rather than a SqlDataSource? What needs to be done?
Thanks
... more >>
Javascript alert message problem
Posted by Tony Girgenti at 10/4/2006 5:35:57 PM
Hello.
I'm developing and testing a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2
computer. I'm using a web form.
Using this line of code works great. It displays a little message box with
the alert message in it.
Me.b... more >>
Nested Child Control Events Not Firing
Posted by Elroyskimms at 10/4/2006 4:49:29 PM
I have 3 User Controls...
1) Grandpa Control: Has web controls and a Panel control that has a
Daddy Control in it.
2) Daddy Control: Has a textbox, a couple of buttons and an empty Panel
control.
3) Grandson Control: Has a couple of labels and one button (Delete).
On Page_Load, Granpda Contr... more >>
Search in .NET
Posted by Umberto Coppolino at 10/4/2006 4:14:09 PM
Hi,
in ASP I make my search in 3 different types: partial search (with SQL
instruction "... LIKE '%text%'"), initial search (with SQL instruction "...
LIKE 'text%'") or integral search (with SQL instruction "... = 'text'").
Then I make my query string in this way:
<%
SearchType = Request.... more >>
inheriting code behind in web form
Posted by BillE at 10/4/2006 3:06:11 PM
Can I inherit from a web form?
I would like to reuse procedures in a web form base class code behind by
inheriting from it.
For example, I would like to have a HandleError function defined in the base
class code behind, which would then be available to any web forms code
behind which inh... more >>
DataFormatString Date
Posted by Nico VanHaaster at 10/4/2006 3:01:08 PM
Hey guys,
This should be really simple however i just can't figure it out. I am
using a GridView to display hours results from a database. Now the date
field in the database is formated as a short date (Access) mm/dd/yyyy
however when ever it is displayed back on the page it is displayed as
M... more >>
Compiler Error Message: BC30456: 'btnGAT_onClick' is not a member of 'ASP.WebForm1_aspx'
Posted by Tony Girgenti at 10/4/2006 2:24:13 PM
Hello.
I'm developing and testing a web application using VS.NET 2003, VB, .NET
Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2
computer. I'm using a web form.
I'm trying create a function in javascript to compare dates between calendar
selected dates(that's not reall... more >>
Calendar Web Control
Posted by Chris Beres at 10/4/2006 12:49:01 PM
Greetings,
By default the calendar control displays not only the current month, but
also the days from the previous and the next month (6 weeks total). Is there
a way to prevent days from other months from showing up on the calendar?
Example: If the user selects January 2007, I don't want... more >>
Object data source, setting parameter source to Page.Partner.Guid
Posted by Allan Ebdrup at 10/4/2006 12:00:00 AM
I'm trying to databind using an object data source to a dropdownlist in
asp.net 2.0, The method I'm databinding to takes a parameter. My page is a
page I've implemented by inheriting from the normal page object, and it has
a property called Partner that in turn has a property called Guid. I wo... more >>
User controls and LoadControl method
Posted by J055 at 10/3/2006 4:12:24 PM
Hi
I need to send parameters to a user control contructor. Is this what the
TemplateControl.LoadControl (Type, Object[]) is for? If so can someone show
me how to use it please?
This is my attempt so far but I get a MissingMethodException - Constructor
on type '*' not found. The control w... more >>
RegularExpressionValidator
Posted by mConrow at 10/3/2006 3:40:02 PM
I have a textbox that can take a two-digit number (15-99) OR a date in
mm/dd/yyyy format. The validation expression I am trying to use is:
(([15-99])|((0[1-9]|[12][0-9]|3[01])[/](0[1-9]|1[012])[/](19|20)\d\d)).
This does not work and the validator is firing even when valid entries are
made... more >>
RowCommand Event of a nested Gridview
Posted by NEO at 10/3/2006 1:00:02 PM
How do I handle the RowCommand event for a nested gridview? I want to be able
to detect which command (edit or delete) for the child gridview and the row
that raised the event. I don't have problems with the parent gridview.... more >>
Confirm Message in gridview
Posted by John Wright at 10/3/2006 11:22:57 AM
I have a gridview control that has a buttonfield in it. I want to show a
messagebox to the user confirming their decision to reset the row data. I
have included the datagrid specs and the codebehind that will reset the
data. When I create a template field of the button and use the onclick
... more >>
How to assign access key to MenuItem
Posted by leeyu04 NO[at]SPAM ca.com at 10/3/2006 6:21:21 AM
Is it possible to assign an access key to a MenuItem in the ASP.NET 2.0 Menu control on a web form?... more >>
Slow File Upload Speed IIS 6.0 ASP.net 2.0
Posted by SunSmile at 10/2/2006 7:18:02 PM
Hi,
I am trying to upload files to windows server 2003(IIS 6.0). I am getting
upload speed of only 20 KB/s, where as when i am inside the corporate
network, i am getting upload speed of 8 MB/S. IIS 6.0 is some how filtering
the bandwidth when i try to upload files from outside the corporate n... more >>
How to use .Net controls in regular ASP
Posted by pargat.singh NO[at]SPAM gmail.com at 10/2/2006 6:28:47 AM
Hi Everyone:
I have a reguirement to develope a user control in .Net and to use
in our portal page which is developed in regular ASP.
Is this possible and if yes can someone please give me some example or
point me to some usefull line.
Lots of thanks in advance.
Pargat Gill
... more >>
|