all groups > asp.net webcontrols > november 2005 > threads for november 29 - 30, 2005
Filter by week: 1 2 3 4 5
DropDownList resets in ASP.NET2.0
Posted by conset23 at 11/30/2005 8:09:29 PM
after filing DropDownList, i click on Imagebutton, and DropDownList resets
like i reinicialize it. This occurs even if DropDownList filing perfors
once. EnableViewState is set to true.
Any sugestions?
... more >>
Losing Session Values
Posted by ruca at 11/30/2005 3:48:04 PM
Hi,
I have a question for you all...
I have two pages, where one it's for user fill some fields information and
the second page ia a confirmation page.
Here I have a problem, I'm using session variables to pass some values from
one page to another. The problem is that some times (yes, I... more >>
gridview.boundfield.dataformatstring doesn't work
Posted by Abraham Andres Luna at 11/30/2005 2:14:46 PM
i tried the following code:
<asp:gridview id="gvRDK" runat="server" autogeneratecolumns="false">
<columns>
<asp:Boundfield DataField="DateCreate" DataFormatString="DateCreate:
{0:d}" HeaderText="Date Created:" />
</columns>
</asp:gridview>
but i got the following output:
Dat... more >>
Lost with User Controls
Posted by larry at 11/30/2005 1:41:55 PM
Hi,
I'm a newbie to ASP.NET.
I'm having difficulty create user controls in Visual Studio.NET. I
have tried to use the User Control template provided by Visual
Studio.NET but the intellisense won't let me use basic UI controls.
So far to create User Controls, I have been creating web forms ... more >>
issues using webbrowser in a service
Posted by ScottLR at 11/30/2005 12:01:40 PM
Hello,
I am using the Webrowser control in an mfc application. It succeeds when run
as an application but not when run from a service that allows the user to
interact with the desktop:
I invoke Navigate.
I catch the DownloadComplete event.
I successfully call get_LocationURL and retr... more >>
Checkbox and Javascript
Posted by tabbykitty at 11/30/2005 6:52:39 AM
Hi there
I have created a record update form. All of the controls are databound.
One of the controls on the form is a checkbox and determines whether
the record is 'Active' or not. What i want to happen is that when the
checkbox is checked (or unchecked), that another field on my form
(Start... more >>
Pls help me
Posted by cjcool at 11/30/2005 4:22:18 AM
I just installed dot net frame work but when i try to open a new web
project it prompt that the IIS Server error Internal server error,
how can i get over with this problem
pls help me............
--
cjcool
------------------------------------------------------------------------
Po... more >>
BoundField and DataFormatString in ASP.NET 2.0 - Bug ?
Posted by Ing. Winkler Bernhard at 11/30/2005 1:11:08 AM
Hello all,
I found an interesting phenomenon with an incorrect interpretation of
the DataFormatString in a BoundField in ASP.NET 2.0.
In the example below the prices 4, 5, 6 and 7 should all be equally
formatted with the Euro sign and 2 decimal digits. That is done as
expected with the .NET... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS2005 DataList with Nested GridView using ObjectDataSource
Posted by Sam Loveridge at 11/30/2005 12:00:00 AM
Hi All.
I have been loving the easy binding of a straight forward GridView directly
to a web service method using the ObjectDataSource, however I've come into a
tangle trying to apply a more complex binding solution with a DataList.
Let's say the simple method described above is a full lis... more >>
Custom control that ingerits from textbox
Posted by Warren Patterson at 11/30/2005 12:00:00 AM
Hi Guys,
I have a huge problem....I think.
I have created a control called Textbox2 which basically inherits from
Textbox. Now my problem is this.
The Textbox2 retains its state when I submit a form and it posts back.
However when I place a Textbox2 in the footer of a gridview, it lose... more >>
asp mobile.net : infinite loop error
Posted by SJ at 11/29/2005 7:41:23 PM
I'm developing a WAP client which presently works fine on most mobile phone
browsers, but gives me an Infinite loop error (error 1025) when i try to
access it from a couple of phones(motorola for instance.)
Any idea why the WAP client will work with some phones but give this
infinite loop error... more >>
GridView whole row select
Posted by p3t3r at 11/29/2005 6:09:03 PM
In .NET 1.x it was possible to add an onclick callback to invoke the
selection of a row in the grid providing there was a Select command.
This still works in .NET 2.0 but now the cell with the Select command must
be visible. The users are accustomed to being able to select without seeing
an... more >>
Problem with Custom Web Controls in Visual Studio 2005
Posted by swesorick NO[at]SPAM gmail.com at 11/29/2005 11:04:22 AM
So, I have a custom web control that inherits from the standard asp.net
Textbox control.
When I add this control to my web page in Visual Studio 2005, I get the
following errors in my Error List:
Error 1 Request for the permission of type
'System.Web.AspNetHostingPermission, System, Version=2... more >>
Problem with delete in FormView control
Posted by Karl-Inge Reknes at 11/29/2005 5:50:07 AM
I use FormView to View, Edit and Insert customers details. The formview
control is connected to a Object (ObjectDataSource), CustomManager. The
Object, CustomManager, have method for select, update, insert and delete.
Select, update and insert works, but delete dos not.
Can anybody help m... more >>
|