all groups > asp.net webcontrols > october 2006 > threads for october 8 - 14, 2006
Filter by week: 1 2 3 4 5
how to map the given name to different domain
Posted by Yoshitha at 10/14/2006 12:00:00 AM
Hi
recently i've gone through this site http://www.nuvvo.com/signup
in one of the fields in the form we need to enter our website name
http://.learnhub.net
so entered some name in textbox (abc for eg)
so later it redirected me to
http://abc.learnhub.net/......
how it mapped to that sit... more >>
ITemplate
Posted by Ben Schumacher at 10/13/2006 2:01:09 PM
Ok smart guys and gals ...
I have a GridView control with a dynamically created checkbox column. The
checkbox is created using ITemplate interface. In my class that implements
the ITemplate interface I set the AutoPostBack property of the checkbox to
True. When the checkbox is clicked, I wa... more >>
FormView problem with Templates and Tables
Posted by ~john at 10/13/2006 12:49:23 PM
I've got a FormView with Templates used to edit records. I was using
<asp:Parameters> to send off my data back to the Update method of my
class. Everything worked as expected until I through in an <asp:Table>
to position my TextBoxes inside my FormView. None of the
<asp:Parameters> were getting ... more >>
IConvertible Error
Posted by TJHerman at 10/12/2006 3:25:02 PM
I've got two dropdowns which are unbound and which I bind the values of when
I update or insert. My method works on all of my other pages, but for some
reason is not working on this page. When I try to update the record (it's in
a formview), I get an IE message saying "Object must implement IC... more >>
IE-7
Posted by ashim at 10/12/2006 1:55:02 PM
Is there any to turn of information bar on ie-7 and allow all activeX?
thanks in advance... more >>
Design View when using an ASP:Panel to show/hide groups of <tr>'s
Posted by Nathan Sokalski at 10/11/2006 9:46:49 PM
I have an HTML table in which I am using ASP:Panel controls to group
together <tr>'s so that I can more easily show/hide them (by setting the
ASP:Panel's Visible property). This works fine, but Visual Studio .NET
2005's Design View always hides the <tr>'s regardless of whether the
ASP:Panel'... more >>
Where the webforms forums?
Posted by Dominique at 10/11/2006 4:33:02 PM
This thread was posted on another forum and I was asked to try to get more
feedback on the webform,s forum..
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.dotnet.framework.windowsforms&mid=09603ea4-2a02-411e-9ef5-2a593f697e9b
Thanks
Dominique... more >>
Failed to load viewstate.
Posted by polabear at 10/11/2006 11:03:04 AM
I get this error message:
Failed to load viewstate. The control tree into which viewstate is being
loaded must match the control tree that was used to save viewstate during the
previous request. For example, when adding controls dynamically, the
controls added during a post-back must matc... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DropDownlist in EditItemTemplate Gridview Problem
Posted by den 2005 at 10/11/2006 4:34:02 AM
Hi everybody,
I created a Gridview with a TemplateField and there is Label control in
ItemTemplate and a DropdownList control in EditItemTemplate, I was to
displayed them ok when I click the Edit Command button. But when I about to
get the value of this template field I get an empty stri... more >>
TabStrip change by javascript
Posted by mathiasfritsch NO[at]SPAM gmx.de at 10/11/2006 3:16:47 AM
I am working with ie webcontrols
I need to change the selected Tap by clientside code. Is it possible?
regards
Mathias
... more >>
Javascript changes not saved
Posted by ken s at 10/10/2006 3:05:02 PM
I'm using Javascript to change a value in an asp:textbox control on an
asp.net page, then submitting the page and persisting the data using c# code.
I can see the value in the textbox change when the Javascript runs, but when
the page is submitted, the c# event code still sees the original val... more >>
Are there any updates released for IE7?
Posted by Nathan Sokalski at 10/10/2006 1:51:48 AM
As many of us know, IE7 supposedly follows the W3C standards more closely. I
am wondering if there are any updates for Visual Studio .NET 2005
(specifically ASP.NET) that have been released for this. Not that I noticed
any specific differences that require updating (although I also didn't do
... more >>
DropDownList question
Posted by RBM at 10/9/2006 11:29:53 PM
Dear ASP.NET users,
The default drop down list in ASP.NET does not support typing in the
box where the selectedvalue is stated. Does anyone have an idea about
to make such a drop down list. It must work within a gridview. The
typed values does not expressly have to be in the list.
I want to... more >>
Wizard - setting the size
Posted by David Thielen at 10/9/2006 4:50:02 PM
Hi;
Whats the best way to set the size of a wizard so each page has the
next/prev buttons in the same place? I thought the control would have those
properties but either I'm blind or they are missing.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle ... more >>
Detecting the browser once IE7 comes out
Posted by Nathan Sokalski at 10/9/2006 1:26:43 AM
I want to make sure I am doing a browser detection that will work once IE7
is released. My current detection statement (written using VB.NET) is:
If Me.Request.Browser.Browser.ToUpper() = "IE" Then
'Code to use for Internet Explorer browsers
Else
'Code to use for browsers other tha... more >>
WebControls and sub controls... problem with FindControl... Why?
Posted by ThunderMusic at 10/9/2006 12:04:43 AM
Hi,
I have a custom WebControl. I fire an event and send, as the EventArg,
another WebControl that contains sub controls (ParseChildren(true))... It
can contain anything, but I want to find one control... Let's say the
control I want to find is "myControl". So I call
e.theObject.FindContro... more >>
Preset fields in detailsview.
Posted by Alan Morris at 10/8/2006 10:56:54 PM
I am trying to preset some values on a detailsview for inserting a
record. If I try:-
DetailsView1.Rows(0).Cells(1).Text = "My text2"
then the text looks like a label and is not editable - not in the
textbox of the field concerned. Am I right in thinking I have to
'cast' the boundfield in s... more >>
ClientCallbak and Databinding, how can I do?
Posted by ThunderMusic at 10/8/2006 8:51:27 AM
Hi,
I want to do a tabstrip control which can work with Client Callback to load
content dynamicaly... The thing is, the tab pages could contain data
bindalbe objects such as DataLists, DataGrids and even custom controls that
could use databinding... How can I do to ensure the data can be bi... more >>
building CMS
Posted by Erry at 10/8/2006 1:25:35 AM
Hi All,
I'm try to build Content Management System by using ASP.NET 2.0, is there
any book or step by step guidance for it?
Thanks,
Erry
... more >>
|