| Thread | Last Post | Replies |
|
| how to make original control work from iframe's control | 31 Jul 2003 23:29 GMT | 2 |
Hello, everyone, I have a web page that has a IFRAME(because I need the scroolbar for this area), and other server side controls (such as Button(butNext), Image(img1)...)
|
| WebControls in Runtime | 31 Jul 2003 18:14 GMT | 2 |
Please, In my webform I use this for include control : ( design time ) <%@ Register TagPrefix="inc" TagName="public" Src="public.ascx" %> But Can I define control in runtime ? How ?
|
| Web Controls not displayed | 31 Jul 2003 17:55 GMT | 2 |
When I run my ASP.NET application, the web controls (e.g. buttons, calendar, radio button) are not displayed on the page. I do see text, however. Any ideas what is causing this?
|
| Dynamic controles | 31 Jul 2003 17:31 GMT | 1 |
im trying to get a dynamic questionnaire running on asp.net. But i get a stack overflow exception. this is my code, in the tblQuestions datatable there are only 4 datarows. foreach (DsQuestionList.tblQuestionsRow dr in
|
| Caching of dynamic loaded usercontrols | 31 Jul 2003 17:13 GMT | 1 |
I load usercontrols dynamically and bind them to placeholders, depending on the querystring. If I add an Caching-Tag in the UserControl I load dynamically I get an error. Is there a way to cache dynamic loaded usercontrols
|
| treeview.htc - Class not registered | 31 Jul 2003 16:54 GMT | 1 |
I have an ASP.NET application that uses the Treeview (IE WebControls), and some (1 of 100) users encounters a "Class not registered" exception which appers in the treview.htc. I recived a "fix" that solved it - for a while - on the machines that had the problem. The "fix" was to ...
|
| Custom WebControl. | 31 Jul 2003 16:26 GMT | 1 |
Hi. I am writing my own Validation control to validate the length of the inputted string. Use RegExp seems to me an overkill for such simple task. Anyway I declared my control as public class GLengthValidator : WebControl, IValidator
|
| Text returned from a textbox. | 31 Jul 2003 07:02 GMT | 3 |
I have a strange problem, I think. I have a web page with a text box. In the page load function I set the Text property to a value (the value is received from a SQL query).
|
| drag and drop in a custom web control | 31 Jul 2003 05:37 GMT | 1 |
I wrote a custom web control that exposes two panel controls as public properties. I would like them to support drag and drop funtionality in design mode. Is there an attribute setting that will allow this to work?
|
| TreeView: Checkbox data not appearing in Request / POST data | 30 Jul 2003 15:27 GMT | 1 |
I am creating a TreeView programatically in C# and then using the RenderControl() method to send it back to the browser. I am attempting to use the resulting checkboxes in an existing form, but when the data is submitted back to the server for processing, none of the checkbox ...
|
| TreeView control not working with SSL | 30 Jul 2003 07:27 GMT | 1 |
Can anyone tell me how I can get the Internet Explorer TreeView control to work in https (SSL). It won't render. It gives an error message saying "The data at the root level is invalid".
|
| custom layout : RadioButtonList | 30 Jul 2003 07:24 GMT | 1 |
I'm wondering how I can add extra html to a radiobuttonList, so that I can control how: -the whole radioButtonList is rendered. -each of the radiobutton elements are rendered.
|
| Closing Webforms - kalai | 30 Jul 2003 02:41 GMT | 1 |
I have an update button in a webform. When i click the button i want the content to be updated and at the same time the form should get closed. How come i can do that in code behind file using VB.NET... Thx,
|
| Repositioning controls on a web page | 30 Jul 2003 02:38 GMT | 1 |
I have a web page that the pageLayout property is "GridLayout." I also have 2 DataGrid controls on the page. Since the number of records can vary, how can I position some information and then the 2nd DataGrid
|
| Calling a javascript function from server script URGENT HELP | 29 Jul 2003 23:17 GMT | 1 |
Ok I am about to pull my hair. I have an active x control in an object tag which, as you know cant have runat=server. So what I need is to not loose what is in this box everytime a postback happens. So
|