Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score How to render script code at the end of Page?
Jeff - 30 Apr 2005 9:35 AM - 2 messages
How can a custom control render script at the end of page source? Through render function inherited from WebControl,I can only render script just above before or under my custom control,but cannot locate script under all controls in the page. ...
Score HELP! TabStrip with Multipage is not working!
Phin - 29 Apr 2005 10:52 PM - 8 messages
Hi, I have spent some time trying to get the tabstrip and multipage to work (from the IE web controls). I read the article from: [link] ...
Score Confirm Delete in DataGrid
Amelyan - 29 Apr 2005 9:02 PM - 2 messages
I found an example (below) in [link] showing how to enable DataGrid's delete buttons with confirmation.  However, the example didn't explain why the complicated if-condition is the way it is. I tried just having the one line of code that adds confirmation script ...
Score Converting XMLDocument To String
Vishesh Vyas - 29 Apr 2005 5:46 AM - 2 messages
Hi, Is there any way to convert the xmlDocument object to an XML String. Thanks in advance. Regards, Vishesh. ...
Score Rollover from Image Ready
Rudy - 29 Apr 2005 3:44 AM - 2 messages
Hello all! How can I take a rollover button that I made in Adobe Image ready, in put it in ASP.net, and get it to work. Or how can I do the same effect in asp.net Thanks! Rudy ...
Score How to use Microsoft Rich TextBox control 6?
Sean - 28 Apr 2005 9:30 PM - 4 messages
Hi, I have a project which is to display RTF content on web pages.  I add the Microsoft Rich TextBox control to ASP.NET page, and it works in some computers.  However, in other computer, it only shows the icon.  ...
Score Arrow keys and the datagrid...
Bob Morvay - 28 Apr 2005 8:13 PM - 5 messages
My users want to be able to use the Web Datagrid like an excel spreadsheet. This means a fully editible grid with arrow key navigation between cells. The grid seems to support horizontal tabbing between cells but nothing for the arrow keys.  I have googled for sample code but the best that I could ...
Score How do you display and process confirmation dialog?
Amelyan - 28 Apr 2005 7:21 PM - 6 messages
What is the common way in ASP.NET C# to pop up a confirmation dialog box? E.g. Are you sure you want to delete this item?     Yes    No ...
Score Short-cut to New chromeless aspx page ?
JDP@Work - 28 Apr 2005 6:00 PM - 2 messages
I want to add a short-cut to a windows app similar to launching from a windows run line a New window, to prevent changing an existing browser window from moving off a current logged in session to another web application. ...
Score how to use winform in IE
msNews - 28 Apr 2005 5:57 AM - 3 messages
hi,all i want to use a winform control in IE,just like ActiveX how to realize? Thanks jecky ...
Score HowTo Loading ActiveX dinamically at runtime ?
Leo sailer - 27 Apr 2005 10:50 PM - 5 messages
Hi, The point is the following I need to add ActiveX control dinamically in a Webform. Currently I'm doing this using a literal control and "writing the HTML Code" for example: lit.Text = "<OBJECT id=Dtpicker1 name=Dtpicker1 height=24 width=90% ...
Score Problem with ViewState
Matteo Migliore - 27 Apr 2005 7:49 PM - 7 messages
Hi. I'm building a custom control that contain a property that is a custom collection. This custom collection return as element an object of class A. Class A contain a property that is of the same type of the collection up. ...
Score TabStrip sample displays text only
NevilleT - 27 Apr 2005 8:22 AM - 3 messages
I downloaded the Webcontrols for IE sample from the Microsoft site including the tabstrip.  When I try to run the sample, it just displays text. Home About us Products Support Contact us There are no tabs.  Am I missing something? ...
Score Textbox error
Vishesh Vyas - 27 Apr 2005 5:31 AM - 2 messages
Hi, I am getting the following error when i place "<a>" text in a text box and submits the value.. "A potentially dangerous Request.Form value was detected from" Thanks and Regards, Vishesh. ...
Score createuserwizard refuese to add users due to password
Boyan - 27 Apr 2005 3:42 AM - 6 messages
I am using microsoft web developer express beta a to try our the new features of asp.net 2.0. When working with the the createuserwizard control, I found it always showed a "select a different password" message when I try to add a ...
Score How to implement a property like ControlToValidate property?
Jeff - 27 Apr 2005 3:26 AM - 7 messages
I want to implement a property in a custom web control. The property is like ControlToValidate property of standard validators. My problem is how to implement the design-time function of this property. ControlToValidate in the property window will show a dropdown list which ...
Score Any Descent Gantt Chart ASP.NET Webform Components?
Altemir - 27 Apr 2005 12:05 AM - 4 messages
I can't seem to find any kind of ASP web charting component that will produce a descent Gantt chart that is capable of showing the percent complete status of each task. I've looked at ChartFX, iLOG, Nevron, and many others, but I don't ...
Score Submit Form on Enter Pressed
TCORDON - 26 Apr 2005 3:34 PM - 2 messages
Why does the click event of an image button that submitts a form does not get fired when ENTER is pressend on a textbox of that form? How can I make this happen? Thanks ...
Score Treeview IE Web Control and Mac
Joe Abou Jaoude - 26 Apr 2005 1:55 PM - 3 messages
hi, I have a website that must make it compatible with Mac. One of the biggest chalenges I m facing is the treeview control. It's not working properly at all. Note that on Mac , I m browsing with Internet Explorer. ...
Score Client side dynamic graphing problem
Nevets Steprock - 25 Apr 2005 11:07 PM - 3 messages
I am familiar with application programming, but only started web-programming a month ago. I want to have a graph on a webpage that the client can click on and interact with. Specifically, I want the client to see a bar chart ...
Score TabStrip/Multipage using UserControl (.ascx) contained within a UserControl(.ascx)
shaileenpatel - 25 Apr 2005 9:21 PM - 3 messages
Hi All, I need some help. This is a bit detailed and hopefully I explain it completely. Please let me know if you have any questions. I have successfully written an application in which I have a single main page ...
Score Copy Paste label textbox aspx code
tlasher - 25 Apr 2005 8:11 PM - 4 messages
First off, I have a huge aspx file for an application form. The form has several fields per division item. For example:  Basic Information               Employment Information ...
Score Adding Event Handler to Dynamically added Controls
John Kilgo - 25 Apr 2005 7:03 PM - 5 messages
I'm dynamically adding literals and .net controls to a Placeholder control.  Everything works to a point(my literals are added and my controls are added). But I need to add an event handler, specificall for a checkbox.  My code is something like this: ...
Score How do I transfer a value from a Querystring (codebehind) to a JavaScript function?
aaa - 25 Apr 2005 2:15 PM - 6 messages
I'm a little baffled on how I transfer a value from a Querystring in code behind and then transfer it to a javascript function. Any help is appreciated. ...
Score How to get the file's name after click the Browse... in HtmlInputFile
Kylin - 25 Apr 2005 8:20 AM - 2 messages
click the Browse... button, and choose a image from local disk,OK. and how to show the image in the webpage . before it be uploaded ? ...
Score Form Post Back in ASP.Net 1.1
Sundararajan - 25 Apr 2005 6:39 AM - 3 messages
Dear Folks,      I have a hyperlink in my page - webform1.aspx on click of this i want it to post back to the second page -webform2.aspx. is this possible in ASP.Net 1.1. if so how can i go about it. ...
Score ASP.NET project and Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Amelyan - 25 Apr 2005 2:20 AM - 3 messages
VisualStudio is trying to copy older version of Company.Interface.dll into runtime directory from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\  and I get this warning. Warning: The dependency 'Company.Interface, Version=1.0.1940.30685, ...
Score How to Remove item from DropDownList ?
Kylin - 25 Apr 2005 1:14 AM - 2 messages
Just The Title ! Thanks! ...
Score Referencing to .ascx
Tomas Kepic - 24 Apr 2005 10:16 PM - 3 messages
Hi all, in my application I create a USER CONTROL with name "test.ascx" with one textbox named "User" and one button "Submit". In my default page "default.aspx" I add this user contorol to page with using: Control AAA = LoadControl("test.ascx"); ...
Next » 2 3 4 5 6