Tagged Questions
The asp.net-webcontrol tag has no wiki summary.
4
votes
4answers
327 views
MVC HtmlHelpers: can you write into the page header?
I'm a web forms programmer who's interested in learning a bit about MVC. I have created a whole suite of web controls which can access the page header directly and write stuff in there. For example, ...
3
votes
2answers
512 views
How can I include additional markup within a 'Content' inner property of an ASP.Net WebControl?
I've searched the site and I cannot find a solution for my problem, so apologies if it's already been answered (I'm sure someone must have asked this before).
I have written a jQuery Popup window ...
2
votes
2answers
46 views
ASP.NET WebForms in an ASP.NET MVC 2 application
Is it possible to call normal ASPX pages with their normal life-cycle in an ASP.NET MVC 2 application? What about web controls and ajax.net toolkit?
Thank you!
2
votes
1answer
1k views
ASP.Net GridView update button fires edit event handler
UPDATE. My issue is resolved here.
I have a gridview. Markup is like this...
<asp:GridView ID="gvwServers" runat="server" class="gvwServers"
AutoGenerateColumns="false" ...
1
vote
2answers
26 views
Subclass DropdownList and get value of public attribute
I have a custom DropDownList control:
<cc1:CountriesControl ID="DdlCountry" TabIndex="69" runat="server" DefaultCountry="USA" OnSelectedIndexChanged="DdlCountryIndexChanged"
...
1
vote
1answer
122 views
RoadMap(?) UI in jQuery/ asp.net
Do we have any roadMap UI in jQuery or asp.net
I am not sure about the UI name but the UI will look like
I have seen the same kind of UI in SAP where every step will be highlightened in the ...
1
vote
1answer
225 views
How can I place one ASP.NET calendar control beside another?
Is there any way to put Two ASP.NET standard calendar controls on Webform, one beside the other? I have been trying for a while to design a WebForm with two calendars controls, but whatever I try they ...
1
vote
3answers
1k views
Membership Provider ChangePassword Method Return Type Problem
We have implemented a Custom Membership provider and have a change password control on a webpage that uses this provider. The ChangePassword method in this membership provider class checks some ...
1
vote
2answers
550 views
Can ASP.NET web controls take in anything in the constructor?
I want to have a secure control but also want to extend the existing button or textbox the asp.net framework provides. So my class dec would look something like:
public class MyTextBox : ...
0
votes
2answers
43 views
Submit doesn't fire in custom WebControl (Server Control)
The submit button I create doesn't fire, not even if i set a breakpoint in Visual Studio trying to debug it.
public class CustomControl : WebControl
{
protected override void ...
0
votes
0answers
32 views
IEWC Treeview refreshing to top of page on click
I am using an IEWC webcontrol in ASPX/C# page and whenever a treeview element is clicked, it will refresh to the top of the page. Is there any way to stop this?
It now works fine in IE with the ...
0
votes
0answers
16 views
Getting a link from ascx to asp
I have a project where I am trying to get some database videos to play in a flashplayer on another part of the page.
Here is where the .ascx file links the video to a little image.
...
0
votes
0answers
118 views
ASP.NET Custom Web control
I'm experiencing some problems and right now I don't know how to solve it. The web control simply updates a clock represented by a label every second. My issue is that the web control exposes a ...
0
votes
1answer
138 views
Something like ExtAspNet controls
Recently I discovered ExtAspNet Controls and I am so cheerful with it.
Only disadvantage for me is that no documentation and mostly support and descriptions are written on Chinese language. Before I ...
0
votes
1answer
198 views
repeater conditional view with no data logic
on my repeater i builed a table and want to show a colum just for user that is in role admin.
i need to remove the column in the HeaderTemplate and in ItemTemplate.
i could use data logic and add a db ...
0
votes
1answer
107 views
Why RadioButton/CheckboxButton don't have a VALUE attribute? [closed]
Why RadioButton/CheckboxButton don't have a VALUE attribute ?
The HTML input radio have a VALUE attribute, why the RadioButton/CheckboxButton don't? That's a real error Microsoft! Why that?
Now, ...
0
votes
2answers
570 views
How to use a custom Parameter with SqlDataSource
I want to add a GridView control to one of my views that is backed by a SqlDataSource. The SelectCommand query is parametrized on the aspnet_Users.UserId GUID for the currently-logged-in user, so I ...
0
votes
1answer
154 views
To replace the asp.net Wizard control, what would be the best option?
I have asp.net wizard control with 3 steps. In each wizard step i have datagrid with huge data populated. Now there is a technical requirement for removing this wizard and using one best workaround. ...
0
votes
3answers
275 views
Creating a collapsable area in ASP.NET
currently i've built a collapseControl which behaves similar to a label (associatedControlID) to control the collapse-state of a control.
following control i'd like to build:
i thought of ...
0
votes
2answers
123 views
Third Party Controls for Address Input
Can anyone recommend a third party control for an ASP.NET site that supports the entry and validation of address information for multiple countries?
For instance, when "USA" is selected as the ...