The tag has no wiki summary.

learn more… | top users | synonyms (2)

1
vote
0answers
10 views

Awesomium WebControl Hang

I have a tabcontrol and in the tabcontrol I have two tabitems, and both of them contain an awesomium Webcontrol. However after some random time the Webcontrols don't display anything. When I try to ...
0
votes
0answers
21 views

Server side dynamic XML file

I am working on an asp.net project where I have to create on the server side a XML file dynamically. The data comes from the server and I have to sent that to the client as a response to a request. ...
1
vote
1answer
45 views

Checkbox group not detecting if checked

So I am recieving some postback data back from a form and need to get the checkbox values for a group of checkboxes in a parent control. I coded it up and it was working but now no longer works and I ...
0
votes
1answer
30 views

Wrong ClientID for dynamically added child control

I am trying to rework asp.net usercontrol with .ascx markup to WebControl(only .cs). In my_new_webcontrol.cs I have: private readonly DropDownList _source = new DropDownList(); protected override ...
-1
votes
1answer
9 views

What was this live filtered table implemented with? [closed]

I was just browsing http://plugins.netbeans.org/PluginPortal/ I like the way that the table at the bottom of the page works, with its various live filtering & sort options. Particularly its ...
2
votes
1answer
32 views

Validate distinct controls on a web page

I have a web page that has 40 odd controls like text boxes, radio buttons, check boxes, drop downs. I have to implement a scenario where if a user changes the state of any of the controls and wishes ...
0
votes
1answer
45 views

WebBrowser does not display content correctly

I use vb.net + wpf+ System.Windows.Forms.WebBrowser to display web content on a wpf form. This website "http://manuim.com/laisha/" does not display correctly on the control. When I checked on ...
1
vote
1answer
58 views

Button OnClick event not firing from inside a WebControl

I have a WebControl that contains some Textboxes and a Button. Everything displays beautifully. When the Button is clicked, I need the server to do some stuff with the contents of the Textboxes. So ...
0
votes
0answers
39 views

web resources not loading for user control on update panel update

I am working with a legacy user control that is not playing well with update panels. Essentially, this user control loads several web resources into the parent page. The problem is, if the user ...
0
votes
0answers
26 views

Page.Form property is Null even page.Controls.Add(form) was called in class library project

I have a class library project in which I have a method in a class. In that method, I have to create a hidden control then put it in a form control. After that, I must put the form control in a page ...
0
votes
2answers
78 views

Set SelectAction on all tree nodes for ASP.NET TreeView control

I have a TreeView web control on an ASP page. I am programmatically populating all the tree nodes. I want to disable the link on ALL tree nodes. I can do it one at a time, like this (using a string ...
0
votes
0answers
35 views

Unable to get at Textbox via WatIN

I am trying to get at a username and password box in a website via WatiN and type in some text via the .TypeText but no matter what I do I cant seem to get at them. I know I have the WatiN setup ...
0
votes
1answer
42 views

jQuery and reloading server control

I am new to jQuery and have some questions. I have created a server web control (it implements a webControl) and wanted to know how to refresh the control when an event fires. In other words: I ...
0
votes
0answers
27 views

Visual Studio changes case on my web controls names

When I'm editing an ascx control and I use the visual studio command Edit.FormatDocument, it will change the type on my controls to all lowercase instead of the camel case I was using. Changes from ...
0
votes
0answers
62 views

Using web browser control Manipulate elements within div

I am trying to manipulate a page within a web browser control. This is the 3rd site in my program and the only one my current method does not seem to work and I think it is due to it being within a ...
0
votes
1answer
60 views

Log-in to a website on button click within the web browser control

I have a program I have created for work that keeps track of information. We get this information from various intranet sites. I am wanting to include a form on my program that will essentially be a ...
2
votes
1answer
37 views

Could the repetition of Ids cause random errors concerning viewstate?

The asp.net accept repetitive Ids for asp.net server controls in different template fields . <ItemTemplate> <asp:HiddenField ID="HDN_MainCode" Value='<%#Eval("v_main_code")%>' ...
0
votes
1answer
129 views

Microsoft.Web.UI.WebControls Treeview not rendering on some machines

We have a simple web page which displays a treeview ( Microsoft.Web.UI.WebControls ) Now, on some machines (mainly the clients ones ;-) ) the treeview isn't rendered properly : I've tested this ...
0
votes
1answer
41 views

Shady practice with a web control

I have created a custom web control that I must embed in a page layout inside SharePoint. Basically, the page layout will be used only by pages with a webforms inside and the control act as a kind of ...
2
votes
0answers
36 views

ClientScriptManager loads scripts later, after the client script is loaded

I am creating a custom webcontrol, in that control's OnPreRender registering the Jquery script like this clientScriptManager.RegisterClientScriptResource(typeof(mycontrol), "jquery") in my ...
1
vote
1answer
81 views

Dynamically create different kinds of web controls

English is not my native language; please excuse typing errors. I am creating a survey type application, and I'm not sure how I should approach so I've been doing some trials and errors. I have a ...
0
votes
1answer
52 views

How can I connect up my UserControl properties in such a way that they retain state on postback?

In an ASP.NET Webforms application I have a submission form containing a UserControl with properties as such: public string Name { get { String s = ...
0
votes
1answer
86 views

How can I create a WebControl in ASP.NET that has public properties tied to the input elements of a form?

In short, I want to create a WebControl that may appear multiple times in an input form. The WebControl I've drafted out has properties that are assumed to be related to the values in the web control ...
0
votes
2answers
77 views

WebControl creates JS object in a <script> tag, how to get the object in the page's JS?

I've been playing around with making my own WebControls, and am trying to add some AJAX functionality without using MS AJAX. I'm not sure of the best way to pass the JS objects from the WebControl's ...
0
votes
3answers
873 views

How to use jquery Datepicker in web control in asp.net?

i am creating a web-control and i want to use jquery date-picker on this control, i have tried the below things: 1). apply all the required jquery code in web-control(but it does not work for me.) 2). ...
0
votes
1answer
164 views

Access .aspx div from .ascx using jquery

I am developing an ASP.NET 4.0 webforms application in VS 2010. I have an .aspx page (A.aspx) with a web control (A.ascx) on it. Now A.aspx has a div with id="divToggle". I want to be able to use ...
2
votes
2answers
79 views

Simple Custom Web Control

Hello I am designing a custom .net web control that inherits from the aspx dropdownlist. The idea is to have a dropdownlist that will display year values up until the current year. I want to be able ...
0
votes
1answer
46 views

Asp.net WebControl Globalization

I created in an external library a custom webcontrol which has it's resources for 2 languages. I use this assembly in 2 different website with the same web.config element. <globalization ...
1
vote
1answer
74 views

How to create vertical “panels” for hosting controls in an asp.net web page?

I need to create vertical strips on both sides of a web page to house/host controls (comboboxes, checkboxes, or their asp.net equivalents, and the like). These two strips (somewhat akin to an Outlook ...
1
vote
2answers
256 views

ASP.NET Binding DataSource to entire page with a single record

We currently use asp:Repeater with <%#Eval("SomeField")%> in aspx page to display data. We would like to use a single record and bind it to a asp.net control on the aspx page so we can ...
0
votes
3answers
47 views

Passing data out

I'm currently having a bit of a nightmare with a foreach loop. In a nutshell, what I am trying to do is split a string and then filter this data based on the string. I then need to bind the said data ...
0
votes
0answers
207 views

Slow loading pages Awesomium WebControl

I use the library and control Awesomium 1.6.6 WebControl. The problem is that for a long time created or loaded the first page. After running the application must wait very long to display an ...
1
vote
2answers
205 views

How to get value from System.Web.UI.Control (base class)?

Is there a way to access a control's value/text using the base class? Looking at TextBox and HiddenField, System.Web.UI.Control is the most specific base class they share. Seems like a good ...
0
votes
1answer
224 views

Change ip address used by application (application layer)

We have a windows server with 20 ip's bound to the nic. At the moment we are successfully performing (web)requests by (automaticaly) changing the IP's once in a while ...
0
votes
0answers
27 views

How to create many Tags in one tag using webcontrol in asp.net

I know how to create this <myControls:MyGraph id="myGraph1" runat="server"> <Colors> <myControls:Color Value="#abcdef" /> <myControls:Color Value="#123456" /> ...
0
votes
0answers
163 views

Best way to override Render methods on WebControls, UserControls, Controls

When creating a custom WebControl, UserControl, Control and there is the need to ovverride the various Render methods there are mainly 2 way to accomplish this: the quick and dirty: public override ...
0
votes
1answer
349 views

interacting with awesominum webcontrol

Can you find HTML elements in awesomium webcontrol to do the further processing? For example, I can find necessary element (or even element collection) in Watin using: Link playButton = ...
0
votes
1answer
85 views

DataSource to ListItemCollection

I'm looking for a way how is it bound that data from DataSource can be accessed via Item property on ListControl Class. Can anyone give me an example how properties from passed object to DataSource ...
0
votes
4answers
570 views

C# Binding Data to Text Box

I am trying to bind a database row to a text box in C# so it is the default value (but the text box can still be edited). The current issue i am having is that the text box will not let me attach a ...
0
votes
0answers
60 views

Tips for comparison product table

Hello I need to create a page to compare a list of products selected by the user. I'd like to make something like this ...
0
votes
1answer
19 views

Cannot store an object in a webcontrol when another webcontrol is executed

I'm using two web controls. Web control A includes webcontrol B. When webcontrol A is called, it automatically calls webcontrolB. WebcontrolB passes a value to the method Modify() of webcontrolA. I ...
0
votes
2answers
251 views

ASP.NET inline expressions not working in CssClass attribute?

I have the following code: <asp:LinkButton runat="server" CommandName="SwitchStep" CommandArgument='<%# DataBinder.Eval(Container.DataItem, "ID")%>' ...
0
votes
1answer
75 views

WebControl.CssClass vs WebControl.Attributes[“class”]

What is the difference between the two methods of setting the css class on web control? How they are synchronized? If I add class to CssClass and Attributes["class"], how it will be rendered?
0
votes
2answers
692 views

foreach CheckBoxList always not checked

So basically, I'm aiming to just do a simple loop that, upon submission, checks to see if a bunch of boxes have been checked before continuing. I'd know how to do this in PHP or with MVC and all that, ...
2
votes
2answers
256 views

Only Content Controls are Allowed (C# webcontrols)

So, I'm not sure what's going on. My boss wasn't pleased with me using MVC and Razor, so I'm being forced to code with this nasty webcontrol/codebehind style. =/ The error is: Only Content controls ...
1
vote
0answers
57 views

Check Datatype value at compile time

I created a custom webserver control and given one property CustomWidth .This property is similar to width property of server controls. Suppose if user set its value at aspx page then I want to ...
0
votes
3answers
266 views

How To Create an Anchor In a List Item in ASP.NET WebForms

I want to create nested tags like this: <ul> <li><a href="">xxx</a></li> </ul> Then I add a BulletedList control in the page: <asp:BulletedList ...
0
votes
1answer
91 views

fill dynamically created controls in asp.net.

I am using asp.net 4.0. Now I want to create some content in the client side using javascript like: <div id="xx" runat="server"></div> Then at the server side,I want to get this ...
0
votes
2answers
145 views

What CSS framework to use only for controls (buttons, inputs etc), not for page layout?

I need to style some website, but I dont' need responsive design, columns and other layout features. I want just to have non-default buttons, inputs, checkbox and other controls and to have the same ...
0
votes
1answer
103 views

How to set text property for any type of web controls from web page dynamically

I need to set text property for any type controls(Ex. Textbox,Label,HyperLink..etc) from my web page dynamically. Here is my code foreach (string id in List<IdCollection>) { Control ctrl = ...

1 2 3 4 5 9