| Thread | Last Post | Replies |
|
| Any DataGrid Gurus out there??? | 09 Jun 2004 21:03 GMT | 2 |
I have a DataGrid that have CheckBoxes. The DataGrid allow Paging and Sorting. If I click on a CheckBox say in Page 1 and click Next to view Page 2, when I click Prev the CheckBox is UnChecked.
|
| button images in the buttoncolumn of a datagrid | 09 Jun 2004 16:16 GMT | 2 |
Hi again Hope you can help.. Is there a way to assign an image on the buttons of the buttoncolumn in a datagrid Cheers
|
| How do I know which tab is selected in IE Tabstrip Control | 09 Jun 2004 16:05 GMT | 1 |
How do I know which tab is selected in IE Tabstrip Control on the client(JavaScript)? i did like this. document.all['tabstripname'].GetTab() this is returning object. but i need to know which tab is selected. please help me?
|
| conditional loading of ascx controls. | 09 Jun 2004 12:06 GMT | 2 |
Hello friends I have 5 ascx controls on a aspx page, and i have to show one control at a time. These all controls are dyanamic and user can traverse from one control to other by some conditions ,but right now my controls gets loaded whenever i come to this page,i want to restict ...
|
| Double-click on ListBox | 09 Jun 2004 09:36 GMT | 2 |
Is there a way to recognize a douuble-click event on a web form listbox? I want a double-click on the list to execute a chosen report in SQL Reporting Services. Thanks.
|
| Problems with Webform textbox | 08 Jun 2004 21:25 GMT | 5 |
If anyone has an idea about this, I am open to suggestions.... I have a webform that has a textbox. I set it's text property in the page load area to data that is in the a dataset, but not bound to the text box. I use a data row, get the value and then set the text property to the ...
|
| ASP.NET Readonly panel function with readonly checkbox, readonly radiobutton | 08 Jun 2004 20:43 GMT | 1 |
I was recently looking for a way to make multiple controls "read-only" without graying them out and found a variety of methods. I combined them to create something that worked for me and wanted to post it here.
|
| Need to manipulate (Container.DataItem("mydbfield")) inside <itemtemplate> | 08 Jun 2004 01:30 GMT | 1 |
Inside a datalist, or repeater control <itemtemplate>, i'm trying to do an If statement with objects from my recordset : <% if (Container.DataItem("mydbfield")) <> "" then response.write(Container.DataItem("mydbfield2"))
|
| How to judge whether it is under the design mode? | 07 Jun 2004 15:54 GMT | 7 |
I want to judge whether it is currently under the design mode in the code when I was developing a web control. The question is how to achieve it? Is there any property that indicates the current mode the code was runnig under?
|
| Server Side Control ID's | 07 Jun 2004 08:08 GMT | 1 |
Hoping someone here can help me. I'm trying to change the ID that gets rendered to the browser for a server side control Example:
|
| Showing HTML content | 07 Jun 2004 07:34 GMT | 1 |
I want to show HTML content with some images. Can any body suggest me some control. I tried with HTML Text area, but couldn't do it. Please help me. Thanks in advance Regards.
|
| Set a icon to a web application | 05 Jun 2004 06:45 GMT | 10 |
I would like to set an different icon, than explorer icon, to my web application. When we visit a web page, usually in address bar appears IE icon before the address. What I want is to substitute that icon to another, like happens when we visit, for example, http://www.codeproject ...
|
| Getting a node in the "IE Web Control" TreeView to display a tooltip with mouse over | 05 Jun 2004 04:47 GMT | 1 |
Hi all, I've actually written a fair amount of .NET code including the creation of my own web controls - however, I'm from an expert. I'm currently trying to determine how to set the tooltip for a node in a treeview webcontrol And by tooltip I mean the text that is displayed when ...
|
| Programatically adding a style | 05 Jun 2004 00:18 GMT | 2 |
Does anybody know if it is possible to add a particular CSS style attribute dynamically at runtime to a webcontrol other than setting the property values provided in the Style type? I would like to add "OVERFLOW: hidden", but Style doesn't have this property.
|
| Urgent Request - TONIGHT | 04 Jun 2004 17:22 GMT | 2 |
Is anyone available tonight to help me out a wee bit? Perhaps some email or MSN instant messenger communication? I'm very pressed for time here to create a demo for a group tomorrow I'm having troubles getting an event to fire for a superclassed control and need another set of ...
|