| Thread | Last Post | Replies |
|
| treeview control not expand until reload | 28 Apr 2004 09:28 GMT | 2 |
Has anyone found that their asp.net treeview control initially fails to expand when you first click on a crosshair? The page reloads and it then any further clicks activate the control correctly. It appears to be a bug because it only seems to affect some nodes but
|
| Passing ID to UserControl which builds dynamic textboxes | 28 Apr 2004 09:20 GMT | 3 |
I've been having some fun with the following, and hopefully someone can help out: I have a UserControl used to display customised Address Fields. The address fields are just textboxes which are built up dynamically from
|
| ListBox problem - by design? | 28 Apr 2004 04:24 GMT | 2 |
I have a page with two WebControls.ListBox controls. The first listbox is for unassigned staff, the second is for assigned staff. I use client-side JavaScript to let the user move items back and forth between the two lists. The client side code works fine.
|
| Extracting dataset components | 28 Apr 2004 04:16 GMT | 1 |
How can I extract components like dataset from the web page? I'm talking about the components that are stored in the bottom part of the page. (non visible components) As far as I could see, they were not in ControlCollection of the page.
|
| HTML Forms 2 WebForms | 28 Apr 2004 01:37 GMT | 1 |
Please, is there any app that converts my HTML Forms 2 a Web Form? I would like to change every control inside a legacy ASP page, and convert it into a ASP .NET
|
| SVG Web custrom control | 27 Apr 2004 19:59 GMT | 1 |
I have a question regarding web custrom control to show dynamicaly generated SVG using Adobe SVG Viewer. Have any body tried to build such a control? I've tried by connecting web user control with web form, but how to
|
| Dropdown list Quick Search | 27 Apr 2004 14:46 GMT | 1 |
Good day. Need some helps on the 'Quick Search' function. Apparently I am using Standard Visual Studio .Net 2003 Dropdown list box and Infragistics webControls, anyway to achieve quick search function?
|
| Edit Item Template ... Help Please! | 27 Apr 2004 09:20 GMT | 2 |
I have a datagrid control with a template column. I am trying to get the text out of the textbox control. The FindControl method finds the control but it always brings back "" as the text value regardless of what I enter in the text box?
|
| Datalist and RadioButton | 27 Apr 2004 07:09 GMT | 10 |
Is there a way to use a RadioButton web control in a datalist template column without the button getting a unique name? It doesn't allow a single radio button to be clicked. Thanks,
|
| Picture in DATAGRID | 26 Apr 2004 13:59 GMT | 1 |
help: I have a datagrid with a hyperlink columns edit and delete but instead of hyperlinks I want to have a pictures.... How can I do that ?
|
| derived control doesn't maintain state | 26 Apr 2004 09:08 GMT | 5 |
I've made my own DropDownList by deriving the WebControls.DropDownList control. So far, all I did was to override the Render procedure and fill the control with some pair of values/strings Protected Overrides Sub Render(ByVal html As HtmlTextWriter MyBase.Items.Add(New ...
|
| Can a WebService execute a LONG process? | 26 Apr 2004 08:27 GMT | 1 |
I need to expose a WebService that, when called, will execute a very long process. It's possible the process can take two to six hours to execute. What I need to know is, how can I have a client tell the WebService to
|
| retrieve value of textbox | 26 Apr 2004 06:54 GMT | 1 |
hello evrybody i have a textbox where a user can enter a value which i want to retrieve and use in my SQL QUery. i have tried the following format but it does not work .Any help on this would be greatly appreciated.thanks Dim ID as integer = CInt(txtAppID.text ) Dim strSQL1 as ...
|
| Update Anomaly in DataGrid Control | 26 Apr 2004 06:53 GMT | 1 |
I have a problem where I am trying to update a DataGrid command in place pretty much as outlined in the various samples in MSDN: private void InitialGrid1_UpdateCommand(object source, System.Web.UI.WebControls.DataGridCommandEventArgs e)
|
| Autopostback | 26 Apr 2004 06:19 GMT | 1 |
I have set the Autopostback property for some of the controls on my page as True. However, if client side scripting is disabled in the browser, then the postback does not happen for the controls even though autopostback is set to True Is there any workaround for this Thank D
|