|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP.NET web controlsmicrosoft.public.dotnet.framework.aspnet.webcontrols
Formview DropDownList bug??
Karl-Inge Reknes -
3 Dec 2005 7:52 PM - 6 messages
I have a page with a formview control who datasource is a objectdatasource. In edit mode template I have tree dropdownlist; Year, Month and Day. Each dropdownlist i populated from an objectdatasource object and is bind to column in the formview control objectdatasource. The objectdatasource object ...
ObjectDataSource .net 2.0
Joe Reiss -
3 Dec 2005 7:15 PM - 2 messages
Hi all, I'm using a gridview with a embedded dropdownlist and a objectDatasource as its DataSource. The objectDatasource uses a DataObjectType for its data instead of the parameter collections for Select,Update,Insert and Delete methods. In this Gridview I have a dropDownList which displays a value from another ...
validation summary not always showing message box
TS -
2 Dec 2005 9:33 PM - 5 messages
i have a form with val summ on it and most of the time it displays the errors on the screen as well as a popup. If all validators are passed and execution goes to the server, on certain conditions, i will dynamically ...
uniqueidentifier and updating record
Al -
2 Dec 2005 6:39 PM - 2 messages
Hi, I am using the GridView control to display membership info. However I cannot get it to update a record. I think the issue has to do with uniqueidentifier and have tried some things I found around the Internet to no ...
DataGrid and ViewState
mfergu98 -
2 Dec 2005 3:50 PM - 3 messages
Hello: I have several dynamic datagrids being created with editable templatecolumns. I have a button added at the end of each datagrid which fires off an update event. The event fires fine, but I can't seem to be able to retrieve the datagrid. I have tried placing it in ...
Why usercontrol won't allow Request.Cookies
Andy Sutorius via DotNetMonster.com -
2 Dec 2005 2:55 PM - 2 messages
I'm getting an error, Request is not available in this context, when I run a usercontrol and instantiate a class and call a property in that class which calls Request.Cookies. The instantiated class inherits the Page class. Why ...
client side access.
kishor -
2 Dec 2005 5:53 AM - 3 messages
hi, i have used Page.RegisterHiddenField to implement some client side functinality in my application. after the page is loaded I have manuplated value of the hidden field using javascript. now how will i get the changed value on server side. can any one let me know. I have earlier trie with by ...
Display an images in Datagrid
sameer -
1 Dec 2005 8:16 PM - 4 messages
Hi All, heres an easy question which for benig new , i cannot figure it out. A datatable pulled from the database which has 10 columns is binded to a datagrid and it shows all of them in the datagrid successfully. Now i want to ...
drop down list box - client side code won't execute OnSelectedIndexChange
ezelasky -
1 Dec 2005 6:55 PM - 6 messages
I am trying to get a client side javascript function to invoke when the selection changes in a drop down list box. I have tried : ddl_specs.Attributes["language"] = "javascript"; ddl_specs.Attributes["OnSelectedIndexChanged"] = "return OnChangeSpec();"; with & without the "return"; and with & without AutoPostBack = true on ...
VS2005 is a PIECE of Garbage and is bug Ridden
Rob Dob -
1 Dec 2005 4:32 PM - 56 messages
VS2005 is a PIECE of Garbage and is bug Ridden, I wonder how many others feel the same, I am so sorry that I have moved away from VS2003, VS2005 is unstable, and half the stuff doesn't work, Microsft has spent so ...
Lost with User Controls
larry -
30 Nov 2005 9:41 PM - 2 messages
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. ...
issues using webbrowser in a service
ScottLR -
30 Nov 2005 8:01 PM - 6 messages
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. ...
gridview.boundfield.dataformatstring doesn't work
Abraham Andres Luna -
30 Nov 2005 7:14 PM - 2 messages
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: ...
DropDownList resets in ASP.NET2.0
conset23 -
30 Nov 2005 6:09 PM - 4 messages
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? ...
Losing Session Values
ruca -
30 Nov 2005 3:48 PM - 5 messages
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 ...
Checkbox and Javascript
tabbykitty -
30 Nov 2005 2:52 PM - 13 messages
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 ...
Pls help me
cjcool -
30 Nov 2005 10:22 AM - 2 messages
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
------------------------------------------------------------------------
Posted via [link]
------------------------------------------------------------------------ ...
Custom control that ingerits from textbox
Warren Patterson -
30 Nov 2005 6:24 AM - 4 messages
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. ...
VS2005 DataList with Nested GridView using ObjectDataSource
Sam Loveridge -
30 Nov 2005 5:38 AM - 6 messages
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. ...
GridView whole row select
p3t3r -
30 Nov 2005 2:09 AM - 5 messages
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 ...
BoundField and DataFormatString in ASP.NET 2.0 - Bug ?
Ing. Winkler Bernhard -
30 Nov 2005 12:11 AM - 4 messages
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 ...
Problem with Custom Web Controls in Visual Studio 2005
swesorick -
29 Nov 2005 7:04 PM - 4 messages
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 ...
Validators in composite control firing prematurely
Brad -
29 Nov 2005 1:43 AM - 5 messages
I have a custom composite control with some text boxes, which have validators (requiredfieldvalidators + regularexpression validators). The problem is the validators are working to well and seem to be firing even on a postback which is set to not cause validation.....and the postback ...
datagrid pixel height not respected
TS -
28 Nov 2005 5:01 PM - 4 messages
I have a datagrid that i have set the height to. Its table that it is contained in does not have the height set. It seems that no matter what i put in this property for the datagrid, the height never changes. ...
ReadOnly (HTML) controls to stay black and not grey
Michael @ SGMS -
28 Nov 2005 4:35 PM - 4 messages
I have a panel that I am using to display several server side controls. I am attempting to make some of the (HTML) controls readonly without getting the light grey effect that is hard to read and is almost unreadable when you ...
Dynamic user control Event Handling (VS.NET Ent 2003)
Developer_Software -
28 Nov 2005 4:24 PM - 2 messages
Thanks in advance to anyone who can help :) I've got a placeholder control WITHIN A USER CONTROL that has its contents dynamically added and removed at runtime by a regular .aspx page. At runtime, the placeholder control adds a dropdownlist where I would like ...
TreeView Control
lwhitb1 -
28 Nov 2005 3:50 PM - 3 messages
I am using a TreeView Control inside a master page template. I am populating the TreeView control with items from a database. What I would like to do is figure out a way to keep track of the items the ...
Usercontrol - Problem in Designer
Gellert -
28 Nov 2005 2:07 PM - 2 messages
Hello, I made an UserControl, when I drag and drop it into my webform i see the following: [MatrixQuestion "MatrixQuestion"] on my designer. If I switch to the HTML Source I see this: <cc1:MatrixQuestion ID="MatrixQuestion1" runat="server"> ...
How to cycle through checkboxes in a datagrid and find out which ones are checked?
Tim Zych -
28 Nov 2005 3:17 AM - 3 messages
I am trying to add a repeating checkbox to a datagrid and have some code that can cycle through them and associate them with each row in the data grid. I was able to add the checkbox and I can see them, but I can't get a handle ...
repost: custom control client values gone with postback -- no solution found...
Pipo -
27 Nov 2005 9:02 PM - 3 messages
Nobody knows how to get the values provided in the client can be read in the user-control? If have made a Web Custom Control with 2 textboxes and 1 dropdownlist. The user fills in my control (the textboxes and the dropdownlist) and lots ...
VS2005 C# is very BUGGY, please hlp
Rob Dob -
27 Nov 2005 7:23 PM - 11 messages
Hi, I'm amazed!!! I am using VS2005, I create a new web project, c# and then within the default.aspx form right mouse click and select "View Compnent Designer" , I then select and drag a SQLDataAdapter onto the designer. I then go through ...
Help on rendering a control from page ???
serge calderara -
27 Nov 2005 4:29 PM - 2 messages
Dear all, I get a control named CTRLA in an Assembly. the name space in the assembly is "Test" . my control is defined as follow in my page : <%@ Tagprefix="MycontrolLib" namesapce="Test" Assembly="myAssembly" What is the correct way to render that control on my page : ...
Maintaining "id" attribute value in server controls
markarichman -
27 Nov 2005 11:47 AM - 2 messages
Because of my CSS selectors, I need to maintain the "id" attribute's value for a server control. The control is as follows: <%@ Control Language="C#" AutoEventWireup="true" CodeFile="NavControl.ascx.cs" Inherits="NavControl" %> <ul id="nav" runat="server"> ...
|
|||||||||||||||||||||||