Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score Databinding a Multi Column List?
cmay - 28 Sep 2006 9:04 PM - 1 message
I need to databind a record set from the database into a page. The output I need is a textbox and a label for every item in the resultset, but I don't want a long vertical list... instead I want a ...
Score CSS not working
ThunderMusic - 27 Sep 2006 3:11 AM - 1 message
Hi, I have the some css (provided at the end of the post) and use it in my aspx page (code provided at the end too): the problem is, the TDLeftBar class should limit the width to a minimum of 150px but it does not work... Can ...
Score How to cut a bitmap/image dynamically?
Andreas Klemt - 25 Sep 2006 8:45 PM - 1 message
Hello, for example I have an image (300 x 320) and I want dynamically cut the image to 300 x 300. How can I do this? Many thanks for any help! Regards Andreas Klemt ...
Score Slow menu control in IE with large grid, fast is FF
Patrick Sannes - 25 Sep 2006 1:57 PM - 1 message
Hi there, We have a problem here that the menu control in asp.net 2.0 have a bad performance (client side) when we have a large gridview in the page, with IE. Responses of the mouseover are realy bad.... When I open the ...
Score q; not performed during debug
JIM.H. - 25 Sep 2006 12:54 PM - 1 message
private void DownloadPDF(string fPath) {     Response.Clear();     Response.ContentType = "Application/pdf";     Response.WriteFile(fPath);     Response.End(); } private void Show(string file) {                                                     ...
Score Binding optional parameters
Mark Baldwin - 25 Sep 2006 10:19 AM - 1 message
I have a web page with various controls that supply parameters to an ObjectDataSource. The ObjectDataSource has various methods that allow for filtering of the results...GetProductsByID(), GetProductsByIDAndDate()...etc Because the parameters are optional, I have to make a methods that take all ...
Score Centralized resource files
vecozo@online.nospam - 25 Sep 2006 8:46 AM - 1 message
Centralized resource files Hi, We are considering to migrate our custom asp.net localization procedure, to one that stored .Text properties of controls in a SQL database, towards the usage of standard resources (hence .resx files). Plain Resx files do not seem ...
Next »