Home All Groups Group Topic Archive Search About

ASP.NET web controls

microsoft.public.dotnet.framework.aspnet.webcontrols
Score Can't get the Microsoft Web Library
Waleed Seada - 25 Jun 2005 2:41 PM - 5 messages
Hi all I want someone to give me the url to get the Microsoft Web Library Thanks and best regards Waleed Seada ...
Score Dragging and Dropping HTML instead of text
Sammy Snyders - 24 Jun 2005 10:16 PM - 2 messages
I'm trying to drag content into a rich text control and have it render the formatted HTML instead of dragging in the plain text of the HTML.  It seems like the javascript event.dataTransfer object can only handle text and URLs.  ...
Score binding - DropDownList flaw/bug?
Matthew.DelVecchio - 24 Jun 2005 6:43 PM - 3 messages
hey gang, ok so i experienced something that doesnt operate as i would have expected. in a component i build up a ListItemCollection in function ..GetGalleries() like so: Dim galleries As New System.Web.UI.WebControls.ListItemCollection    'loop & add to collection ...
Score Validation controls validate before form submits
TS - 24 Jun 2005 6:29 PM - 6 messages
I have a page that spawns a new window. You select an item in it and it sets a hidden input box on the parent page using javascript, then it submits the parent and closes itself. There are required field validators on the parent page. During this ...
Score asp 2.0 wizard control (how to set focus on button)
Ken Nipper - 24 Jun 2005 4:23 PM - 4 messages
Does anyone know how to set the focus on the next button or set a default button?  As it stands now I have a "Previous" button and a "Next" button.  The "Previous" button is of course on the left hand ...
Score DropDownList replaces the & with &
KS - 24 Jun 2005 8:48 AM - 3 messages
Hi, May I know whether it is possible to disable the dropdownlist from replacing the "&" (stored in the passed-in datasource) with the "&"? Thanks & Regards, KS ...
Score Right Justify Amounts in TextBox
RichieRich - 23 Jun 2005 5:56 PM - 2 messages
Anyone has any idea on how to right justify numbers in a web page asp:textbox control.  I'm using VS 2003. ...
Score dropdownlist selectedindex changed in code -postback?
ECathell - 23 Jun 2005 3:42 PM - 4 messages
How do I initialize a postback when I have changed the selected index through code? The dropdownlist.selectedindex event does not fire, therefore I assume I need to do a postback after I change it in my code. When I change it with the control at runtime it works fine(autopostback enabled) ...
Score Disable ButtonColumn inside DataGrid through logic
sheidt - 23 Jun 2005 1:35 PM - 3 messages
What I am looking to do is disable a column of ButtonColumn type inside my DataGrid when another column of ButtonColumn types is pressed. For instance, I have a button in my first column of the DataGrid that I am using to select my row and do a little extra logic. I also have a button in the last column of the DataGrid that I am going to use to do some other logic that will display a hidden panel that has a message with an OK and Cancel buttons asking them for confirmation to delete the row. ...
Score Implicit conversion from one object to another
Ben S - 23 Jun 2005 11:48 AM - 3 messages
Hello, I am sure there must be a way to do this but I have not found it yet. I want to be able to loop through all rows in a data grid, check the state of a checkbox column - and if it is checked for that row then perform some ...
Score DropDownList_SelectedIndexChanged event not being fired??
Rob R. Ainscough - 22 Jun 2005 10:54 PM - 2 messages
I have a frameset with two .aspx web form pages Form1.aspx (contain frameset)    Form2.aspx  (contains DropDownList control - WebForm control)    Form3.aspx I place a breakpoint in the Form2 DropDownList_SelectedIndexChanged event and the event is NEVER triggered when I change values in my Form2 ...
Score HtmlInputFile issue
PK - 22 Jun 2005 7:53 PM - 6 messages
Hi, I've a HtmlInputFile control in my aspx file. I browsed Winword.exe from the Program files dir and included that file in that HtmlInputFile control. I use that HtmlInputFile control to just get the path of the applications that ...
Score Easy way to use bound combo with foreignkey id/value on webform?
Adjo - 22 Jun 2005 7:09 PM - 2 messages
Okay, I've seen all the examples of using comboboxes on webforms when using simple values. And in the issue-tracker starterkit there is a way to use comboboxes with id/value foreign keys in a smart (but hard!) way. ...
Score set focus
dl - 22 Jun 2005 4:38 PM - 2 messages
Hi How do we set focus onto a textbox control ?  (in c# please!) TIA ...
Score List'o MyProj CSS Elements?
JDP@Work - 22 Jun 2005 3:37 PM - 2 messages
Does anyone know of a way or a page that I could drop into my projects that would show and list all of the CSS elements in my project? I know it sounds trite, but I seem to waste alot of time near the end of the ...
Score check if image or file exists
Filip De Backer - 22 Jun 2005 10:41 AM - 3 messages
Hi everyone, I want to check if a certain file or image exists. The picture exists when I use th eurl in my IE, but in my C# code, the if statement returns false. Is there another way to do this? ...
Score DataGrid edit mode
JezB - 22 Jun 2005 8:50 AM - 2 messages
Anyone know if I can allow my DataGrid to be put into Edit mode so that all rows and all columns (or those that I choose) are editable? I know standard DataGrid facilities exist to edit one row at a time but I wondered if it's ...
Score how to insert text into middle of textarea
Rick Csucsai - 21 Jun 2005 8:42 PM - 2 messages
Here is my dilemma: I have a text area where a user will type in a story. I want them to be able to hit a button that will insert some text (reference to an image that I will later parse) into the textarea at the point of the ...
Score View DataSet Relational Data
Evan M. - 21 Jun 2005 3:47 PM - 2 messages
Hello everybody, hopefully someone can help me with this, or point me in the right direction. I have a DataSet that I've read in from an XML file with an associated schema. The DataSet ends up with two tables: document and category. ...
Score get the value of dropdownList
Wen Ou - 21 Jun 2005 12:36 PM - 5 messages
hi i got a problem about dropdownlist. i set autopostback true. when its index changed, i would like to get its value before changed and compare with the value after changed. i don't have any idear about that. anyone can help me ...
Score Strange Error when viewing page
Nathan Sokalski - 21 Jun 2005 8:02 AM - 6 messages
When I view my index.aspx page any time after the first time, I recieve the following error: [HttpException (0x80004005): Multiple controls with the same ID 'TitleBanner:_ctl0' were found. Trace requires that controls have unique IDs.]    System.Web.TraceContext.AddNewControl(String id, String parentId, String ...
Score Target property of ASP hyperlink?
Rob R. Ainscough - 20 Jun 2005 5:01 PM - 3 messages
Is there a way to specify a frameset (HTM) frame in the Target property? Rob. ...
Score reset input screen
dl - 20 Jun 2005 5:45 AM - 2 messages
Hi I have an input screen for user to key record details and to click a submit button to create the record, and after the record is successfully created I would like to reset ALL the controls to default / blank!  (now the key in ...
Score Disable Submit Button
jack-e - 20 Jun 2005 1:26 AM - 7 messages
Hi, Can someone please provide me with an example of how to disable the submit button once clicked (using javascript i guess). Keep in mind I also have to invoke a server side function which processes the form. Thanks in advance. ...
Score TreeView ASP.Net subtree.all is null or not an object -- Pls HELP!
Vishwanathan Raman - 20 Jun 2005 12:30 AM - 2 messages
Hi I am facing a peculiar problem.My tree structure keeps changing every time the page is loaded.I dynamically construct the XML and bind to it. The first time it runs fine.The next time when I select a node and it gets ...
Score Wich is the best control
Nico - 19 Jun 2005 5:49 PM - 3 messages
Hi all, Just started working on my second (small) project.. I want to create a page that will show some Articles and a pictures wich will be retrieved from a database.. It got it all (add, deleting, uploading articles,...) working expect for ...
Score Inline Expression Resolution
Darin - 19 Jun 2005 2:50 PM - 2 messages
Hi everyone: I have a particular situation where I'd like to serve up the content of essentially static html coming out of a database for a website. I've created a generic user control to actually handle retrieving the ...
Score Max. No. of procedures
Vishesh Vyas - 19 Jun 2005 7:07 AM - 2 messages
Hi, Is there any limitation on the maximum number of procedures/functions that can be written in the Code Behind. Thanks in advance, Vishesh Vyas. ...
Score how to get client cpu id
Yoshitha - 19 Jun 2005 5:06 AM - 3 messages
hi How to get the cpu id of the client from where the request came to the server. for e.g am sending a request to a server from one system then i want to capture the cpu id of that system ...
Next » 2 3 4 5 6 7 8 9 10