Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Cant Render Page Control with Visual Studio 2005 Beta
ebo beecham via .NET 247 - 9 Apr 2005 11:44 AM - 2 messages
Wrote some code with VStudio Professional 2003. Worked perfectly until I installed VStudi 2005 Beta. Now it gives me this error Message: Stack Trace: [HttpException (0x80004005): Request is not available in this context]    System.Web.UI.Page.get_Request() +3137059 ...
Score DataGrid1 UpdateCommand calling DataGrid2 UpdateCommand
srathin - 9 Apr 2005 3:17 AM - 3 messages
When the UpdateCommand gets called on a DataGrid(1) i need to call the UpdateCommand on DataGrid(2), and when complete proceed with the reminder on the DataGrid(1) UpdateCommand. Could someone help me on how this can be done. thanks ...
Score Custom Templated Control not rendering asp.net controls correctly
news.microsoft.com - 8 Apr 2005 6:19 PM - 2 messages
If I have an ASP.net button inside a template for a custom control and use the code below, everything works fine and it generates the correct id and the asp.net button calls serverside click event as it should: ...
Score Enter Key form with many UserControls
jaqueline - 8 Apr 2005 5:38 PM - 2 messages
Hi All, I´m having this strange behavior and on´t know what else to try: - I have a aspx page with embeded usercontrol for header with some imagebuttons for pages in my site; - Other User Control for left navigation ...
Score Dynamically resize a DropDownList in a grid when dropped down
Keith-Earl - 8 Apr 2005 1:12 PM - 4 messages
Not sure if you can do this, but we would like to dynamically resize the width of a DDL in a grid when the DDL is dropped down.  For example, please consider this data: AL - Alabama AR - Arkansas FL - Florida ...
Score How to call javascript when click update command(it Edit command c
prakash - 8 Apr 2005 9:15 AM - 3 messages
hi can any one help out.... It is possible to call the javascript..when i click update command in datagrid. (in Edit Command Column) For validation. eg:- like button.Attribute.Add("onclick","function name()") I am  using EDIT Commnad Column. ...
Score set dropdownlist value in datalist
lydia sista via DotNetMonster.com - 8 Apr 2005 4:12 AM - 2 messages
hi! does anyone know how to set dropdownlist value in datalist? here's my code.. in editprofile.aspx: <asp:datalist id=mydl runat=server> <asp:dropdownlist id=title runat=server> <asp:listitem value="ms.">ms.</asp:listitem> ...
Score IE6 Style Buttons
Jon Delano - 7 Apr 2005 7:07 PM - 4 messages
Hello I an using the webcontrol button on my webform (go figure). In IE6 they have a nice rounded and silver look to them. I want to change the backcolor of the button to indicate what section of data the user is looking at. ...
Score Urgent User COntrol
Prince Mathew - 7 Apr 2005 5:26 PM - 3 messages
Hi All, I have a requirement. I am throwing an exception from my user control I want to catch this in my container page. Is this possible? I don't want any event to be raised. PLEASE HELP ME. Thanks ...
Score src attribute of the TagPrefix Page directive
Richard - 7 Apr 2005 4:37 PM - 2 messages
Hi, is there a way of injecting a string which can be used to be assigned to the src attribute of a web user control on an aspx page. instead of this <%@ Register TagPrefix="MyControl" TagName="MyTag" Src="someusercontrol.ascx" %> ...
Score ASP datagrid not passing text to Excel
Eric - 7 Apr 2005 2:57 PM - 3 messages
I have an asp.net datagrid that when a user right clicks on in IE has the option to export to Excel. everything works great but the input textbox values come through to Excel as blank. the datagrid values in the text box ...
Score Call Page from Control
Ahmed Hashish - 7 Apr 2005 2:55 PM - 4 messages
I have created a web control library which have a custom control CC.vb and a web page wp.aspx. How I could deploy and distribute the page with the control?, and what is url of the page in this case?. ...
Score Parser Error
Emmweb - 7 Apr 2005 2:07 PM - 4 messages
I am relatively new to the whole .NET environment. If I am posting this to the wrong newsgroup, I apologize; please direct me. Could anyone point me in the right direction for finding my error in the following code? The error I get is a Parser Error on the line that starts ...
Score How can I access an MSTextbox via Javascript?
aaa - 7 Apr 2005 12:31 PM - 3 messages
I was unable to get this to work with MS Web Textbox only html. In other words the javascript says the object doesn't exist when I try to reference the Textbox1: document.all["Text1"].setAttribute("value", oCell.getValue()); ...
Score the process cannot access the file because it is being used by another process
bala - 7 Apr 2005 11:10 AM - 3 messages
Hi All, I have a popup for image upload with a upload button,save button and one close button I am uploading images with a file control after browsing when I click on upload button it upload the file to some folder /xyz/temp/ folder with name 101.jpg ...
Score Looking for sorted list webcontrol
Rasmus - 7 Apr 2005 6:59 AM - 3 messages
Hi, Instead of developing my own webcontrol i'm looking for one to download. I need an orderlist with the following requierments: - add items - remove items - move up items - move down items Does anybodu know of such a webcontrol? ...
Score Formatting columns of a Datagrid
Kelly - 6 Apr 2005 9:13 PM - 2 messages
I'm having trouble figuring out how to set column widths on my datagrids...does anyone have a link or an example? I'm pretty new to .NET, especially ASP.NET. Thanks so much!! ...
Score Get Value of a control from my Own Control
David - 6 Apr 2005 7:23 PM - 6 messages
Hello, i have this code: public class MyControl :System.Web.UI.Control, INamingContainer {     protected override void CreateChildControls()     {         TextBox myTextBox = new TextBox();         myTextBox.ID = "txtMyTextBox"; ...
Score asp:button Text=
Steve Houghton-Burnett via .NET 247 - 6 Apr 2005 7:15 PM - 4 messages
Hi This is probably a really simple question, but with the asp:button control is there any way to give it multi-line text? For example I have  text="check villa availability" and I would like the word availability to be on a second line on the button. ...
Score ASP makes me angry as a clown ;)
Indianiec - 6 Apr 2005 4:15 PM - 2 messages
Hi All, My problem is a bit sophisticated. I work for a company that sells gadgets. We got huge website based on ASP.NET and Microsoft Commerce Server 2002 SP2 and our database is based on Sequel Server 2002. The ...
Score Validations for dynamic radiobuttons -- Please help
Mike Asp via DotNetMonster.com - 6 Apr 2005 4:03 PM - 3 messages
Hi ! I have several dynamic radiobuttons on form like  For each question i have 3 radio buttons (Yes, No, May be)  . I need two types of validations.  1. If user selects (No) then it should give some alert saying enter some ...
Score Binding to listbox / using data access object
Jordan - 6 Apr 2005 3:40 PM - 2 messages
I'm trying to teach myself how to use a class to handle all my database access needs (add, update, delete, etc), as opposed to using spaghetti code in my aspnet webforms as I have done up to now. So far my class "CabinetSpec.vb" has Update, Add, and Delete methods that ...
Score Viewstate
Mike - 6 Apr 2005 1:22 PM - 4 messages
Hi, I'm developing a Composite Control that have a <div>, inside a Table, that can be moved by the user with the limits of the table. What I want, is that when postback raised the <div> maintain the position seted by the user. ...
Score Disable ButtonColumn button control through code
Sameeksha - 6 Apr 2005 12:27 PM - 4 messages
Hello, Is there any way to disable a button control inside a ButtonColumn of a datagrid ? I could get the button by using syntax like grid.Items[rownum].cells[columnnum].controls[0] and set its enabled property to false (((Button)grid.Items[rownum].cells[columnnum].controls[0]).Enabled = ...
Score dynamic control event not firing
Ganesh Kumar via DotNetMonster.com - 6 Apr 2005 12:22 PM - 3 messages
hai all! In a web button click event iam creating a new web button and adding handler to it. But that event is not firing when iam clicking a dynamic button! plz reply... ...
Score Can I find answer for attached questions?
Ahmed Hashish - 6 Apr 2005 12:19 PM - 2 messages
[attached file: Open a web from a server control.nws] [attached file: Output script.nws] ...
Score Problem programmatically creating tabstrip webcontrol
Nasir Mansoor via DotNetMonster.com - 6 Apr 2005 8:29 AM - 3 messages
I am trying to programmatically build a tabstrip (creating a template class for my site that contains a tabstrip in the header).  I'm using the tabstrip from "Microsoft.web.ui.webcontrol" (iewebcontrols). Now my problem is how to add HTML for this control to my asp.net page using ...
Score IE COntrol
wawan - 6 Apr 2005 4:08 AM - 2 messages
Dear Master How to disable controll in IE browser such as help, refresh button, navigator button, address bar? Thank for your advise. B'regards wawan ...
Score ) expected erro when trying to create a popup
aaa - 5 Apr 2005 9:51 PM - 8 messages
I have never had this much trouble creating a popup can someone give me a heads up? Here is how I am trying to create a popup but I keep getting this error: Compiler Error Message: CS1026: ) expected code: <asp:LinkButton id="lnkDetail" runat="server" ...
Score RE: java script error on postback
ShepardBerry - 5 Apr 2005 5:53 PM - 3 messages
Did you ever figure out what is going on here?  I'm getting the same error however it's only when using the WebBrowser control.  The actual IE page by itself doesn't give me the error. Thanks for any help. ...
Score DataList inside a datalist.
Nevyn Twyll - 5 Apr 2005 4:15 PM - 2 messages
I have a series of data, each of which has children. I want to be able to display them hierarchically, and edit them. I put 2 datalists on my webform, got them both working. Then, I put the child datalist in the ItemTemplate of the parent, and in the ...
Score Mimic Access Continuous Form in ASP.NET with VB
Bubberz via DotNetMonster.com - 5 Apr 2005 3:50 PM - 2 messages
We have a desktop application in Access, but are converting it to ASP.NET. How do we mimic the continuous form that access provides, or something very similar with VB code in ASP.NET. Thanks! ...
Score Which event?
Steve Schroeder - 5 Apr 2005 2:42 PM - 4 messages
I have a working form/datagrid/search page working...was trying allow the user to enter search criteria in a textbox, hit enter, and fire off the same event my command button runs. How might I do that? There doesn't seem to be an obvious event tied to the ...
Score A bulleted list in an ASP.NET Texbox
Dave Harrington - 5 Apr 2005 1:27 PM - 2 messages
Hi all - Does anyone know if/how this can be done.  A kicker would be a bulleted list with hanging indents, but i'd be happy enough with bullets. Thanks in advance! Dave ...
Score using XMLHTTPRequest object without JavaScript--------Plz help
Shafia - 5 Apr 2005 12:51 PM - 2 messages
Hi, Can we instantiate and utilize an XMLHttpRequest object in C# code without scripting. Please let me know of the related namespace.  I need to populate my GridView object from the xmlHttpRequest     responseXml. Javascript wont ...
Score Capturing event from other custom control within another custom control
Jonah Olsson - 5 Apr 2005 11:08 AM - 3 messages
Hello, I'm trying to build an "add-on" to an already existing custom web user control. The old control collects some user data and saves it to a database. The new control should collect some extra info from the user and add it to a ...
Score Textbox interpreting html tags (like the label)
studen771 - 5 Apr 2005 4:51 AM - 2 messages
Thanks in advance to anyone whom can help :) I'm assuming if this is possible, it would have to be through a custom control... the <asp:label> is able to interpret literal html tag input into its .text ...
Score click on TreeNode
Micha B via .NET 247 - 4 Apr 2005 1:31 PM - 4 messages
Hello, I'm trying to catch a mouse click on a Microsoft.Web.UI.WebControls.TreeView. Is there a possibility to call a function when I click on a TreeNode? If I use the SelectedIndexChanged nothing happens until I reload the website... ...
Score Free TreeView Controls ?
Rajesh via DotNetMonster.com - 4 Apr 2005 1:01 PM - 4 messages
Hi Where can i get a Free daynamic TreeView Control...... Please help me? Rajesh ...
Score TreeView Control
Rajesh via DotNetMonster.com - 4 Apr 2005 11:56 AM - 2 messages
Hi Friends Where can i get a free Dynamic TreeView Control Please Help me........ Cheers Rajesh ...
Score Hiding Email address
me - 4 Apr 2005 6:05 AM - 2 messages
Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). TIA Aaron ...
Score User Control, vanishes
MrFile - 3 Apr 2005 8:53 PM - 4 messages
I have a very strange problem. I have a user control within an ASP.NET C# application that puts navigation on a page based on a DataSet. There is one page in my site that if i click on the navigation to go to ...
Score edit font problem
smart - 3 Apr 2005 4:27 PM - 2 messages
are there any methods to change the font in a textbox and then put it into database ? thx ...
Next » 2 3