Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score unhandled exception in custom web control (PS:PSGridView)
R.A.M. - 20 Oct 2007 8:04 AM - 3 messages
Hello, I am writing ASP.NET application with will use custom web control PS:PSGridView (insertable grid view) downloaded from [link] My problem is that when user inserts/edits/deletes row in the control, an ...
Score Position of a dynamic table
KSO - 19 Oct 2007 4:28 AM - 3 messages
By C#-code I want to place a table UNDER my last WEB control - witch I placed with the designer. My problem is that the table is inserted in the topleft of the IE window - on top of my other WEB controls. ...
Score BulletedList Control
KSO - 17 Oct 2007 6:47 PM - 12 messages
I can't get my BulletedList control to work properly ! I wish to change it's displaymode by clicking on a "bulleted list of choices" and her is the click-event: protected void BulletedList1_Click(object sender, BulletedListEventArgs e)     {label1.Text = "Now it should bel " + BulletedList1.Items[e.Index].Text; ...
Score Editing/Deleting/Inserting Records using ASPxGridView
WebGuy - 17 Oct 2007 9:56 AM - 2 messages
I'm using Visual Studio 2005 and SQL Server 2005, and I've created an AJAXenabled ASPx.Net Website.  In one of my SQL Server tables, I have Social Security Number as my PrimaryKey, and I'm using this field as a Seach ...
Score How to make to RadioButtonList on the same group
John Dow - 17 Oct 2007 5:05 AM - 4 messages
I have two RadioButtonList that binding two seperate lists.  However, I would like to make them in the same group, which means when one RadioButtonList has any selected item, the other RadioButtonList will have no selected item. Is there any way to do that easily? ...
Score Re : GridView Error
BB206 - 16 Oct 2007 6:42 PM - 2 messages
I got the below error when click the Page No. when paging : Microsoft JScript °õ¦æ¶¥¬q¿ù»~: Sys.WebForms.PageRequestManagerServerErrorException: ¥Ñ GridView 'GridBooking' ¤Þµo¦ý©|¥¼³B²zªº¨Æ¥ó ...
Score Display a Web Form then Do Something
Larry Rebich - 16 Oct 2007 4:33 PM - 2 messages
Is there a way to display a web page then do something else - similar to the DoEvents in VB6? I have a rather long running process and I'd like to display the web form but during PageLoad I'd like to go off and do the process. ...
Score Is there a 3rd party text editor control that is approx as scripable as Word?
sandal - 15 Oct 2007 3:55 PM - 2 messages
Does anyone have exposure to a programmable asp.net editor control that can approximate basic aspects of Word's programability? I have an existing system that utilizes Word and vba to build a customized document out of text snippets and then let the user complete the ...
Next » 2 3 4 5 6 7 8 9 10