Tagged Questions

0
votes
3answers
42 views

asp:button Created Programmatically: EventHandler does not fire

I am writing a SharePoint web part which will have a simple ASP.NET form. I am using HtmlTextWriter to render the controls. The problem I have is that my button does not seem to be …
0
votes
0answers
22 views

ASP.Net TreeView not working in BlackBerry browser

I am using .Net TreeView control and it is working fine for IPhone and Android simulators but it is not working in BlackBerry. Any Ideas how this can be fixed?
0
votes
1answer
18 views

using web control

Hi, I have a basic question. I have created a MVC project. I made a change to the LogOn.aspx. Instead of HTML textbox control, I used an asp's text box control for the UserName tex …
0
votes
3answers
55 views

Creating a collapsable area in ASP.NET

hi there! 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 …
0
votes
1answer
235 views

Are there any selector engines for ASP.NET - kind of like jQuery CSS Selector only for the SERVER-side?

Often I find myself writing a lot of ugly "foreach code" when I databind ASP.NET Repeaters/GridViews and such and I am thinking that there must exist a far superior way by using th …
2
votes
3answers
38 views

Set <asp:content> content in C#

Hi there! I'm currently learning to use MasterPages and ContentPlaceHolders in ASP.NET 3.5 and C# - and right now, I'm desperately trying to edit the contents of an asp:Content-Co …
1
vote
3answers
54 views

ASP.NET - Dynamically added button contains extra value property

So, I'm trying to dynamically add a button to a site to give the user of an idea of what they are adding to a form. However, when it renders a new button, it keeps providing the va …
1
vote
1answer
30 views

ASP.NET WebControl and rendering contained children

Hey all. I'm looking to create a WebControl that can house markup inside it, and do its own dynamic creation of child controls. The issue I'm having is that I can't (yet) render t …
0
votes
2answers
34 views

Disable viewstate loading for child controls

I have a lot of web controls created dynamically in an ASP.NET page. In certain postback scenarios (when I click a LinkButton), I want to skip the loading of the old tree of web co …
1
vote
1answer
34 views

Web controls lifecycle problems: A page, a grid and a dialog (containing a dynamic control whose type depends on the selected row in the grid)

I have a web page with a GridView. The GridView contains a list of Question objects. Each Question has a QuestionType. When the user clicks on the Question control, an Ajax moda …
1
vote
2answers
37 views

What’s the difference between Render and RenderControl in WebControl creation?

I've recently learned to write my own WebControls, but I'm still hazy on the difference between Render and RenderControl. I started out using Render, but at some point I started u …
5
votes
3answers
537 views

Fluent interface for rendering HTML

Rendering HTML with the HtmlTextWriter isn't incredibly intuitive in my opinion, but if you're implementing web controls in web forms it's what you have to work with. I thought tha …
1
vote
2answers
36 views

Developing and using a custom ASP.NET web control in a single solution

Hello everyone, I have a solution with a web site and also a class library with a control which inherits from the WebControl class. When I place the control in the toolbox and use …
2
votes
5answers
187 views

Can anybody recommend a Bar Code web server control?

Can anybody recommend a Bar Code web server control for formats 39 and 128 formats? UPDATE: I posted this after being given a choice of 3 controls we'd never heard of. I was hopi …
2
votes
2answers
44 views

Building your own web controls

Hi All, well it's kinda a newbie question but i think lots of people have problem with that. I'm developing windows\web application for fun, and install them at friends places. mos …

1 2 3 4 next
15 30 50 per page