microsoft.public.dotnet.framework.aspnet Archive - December 2001
Post a message to this list
Messages
Page: 123456789101112
sending mail with ASP.NET? (3 replies)
microsoft.public.dotnet.framework.aspnet
after trying a bundle of send mail codes none of them seem to work, anyone have a link i can follow that includes vb...
Images in Datagrid? (4 replies)
microsoft.public.dotnet.framework.aspnet
I have a status field in my dataset..its 1, 2, 3... depending upon what it is, i want to show a different graphic in the row i understand how to get the image into the column, but how do you change the ..imageurl for each row dynamically???
Help on ascx/aspx site design needed! (3 replies)
microsoft.public.dotnet.framework.aspnet
What is the best way to have a .aspx file dynamic include ascx elements, depending on queryString Parameters? Lets say the page is called with: mainfile.aspx?content news mainfile.aspx?content register Now I want to use either news.ascx or register.ascx in my page. That seems to be a little too tricky for me as I have to dynamic Register TagPrefix etc. Maybe someone has a little experience on such...
DropDownList and DataBind Issue (2 replies)
microsoft.public.dotnet.framework.aspnet
I have a NameValueCollection which I bind to DropDownList Control.What Happens is Dropdownlist contains the 'value' and 'text' contains same data For ex: NameValue Collection Name1,1 Name2,2 When I bind to DropDownList, i'm seeing dropdownlist value and text same Name1,Name1 Name2,Name2 I'm not seeing value field being populated correctly. Any help higly appreciated. Thanks palpy
TreeView - Web Controls (3 replies)
microsoft.public.dotnet.framework.aspnet
Hi! From where can I download TreeView WebControls? Regards, Ravi.
RC1 leaks connections (3 replies)
microsoft.public.dotnet.framework.aspnet
In RC1 web services called from web applications using Windows authentication leak a web connection on each method call. This did not happen in the betas. Is this fixed in RC2? This really has to be fixed before RTM. Anyone have a work around?
Inheritance in Web Forms (2 replies)
microsoft.public.dotnet.framework.aspnet
Hi all, I want to have e template page and inherit my other pages from this page, how can i do so? Thanks, Afshin J. Dotware Team www.dotware.net
Calendar control customization (2 replies)
microsoft.public.dotnet.framework.aspnet
I spend the better part of the weekend trying to put dynamically created ImageButtons inside Calendar cells by using the OnDayRender event and wiring up Click handlers for the ImageButtons by doin a ImageButton.Click ..... The buttons got created in the Calendar cells, but the events weren't firing. Finally I noticed in the doc's for Calendar that controls that raise events are not supported in Ca...
Reading Authentication through Win Form (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet
Hello All, I am developing the secure web site using the ASP.NET and C#, for which I want to create the mail alert client to be installed on the users machine. For the same purpose I want read the raw authentication user name. I could read the raw authentication via server variable AUTH USER using Web Fomrs how can I do through Win forms ? I want to develop the functionality like the MSN Messenger...
paging a sorted grid does not work! (3 replies)
microsoft.public.dotnet.framework.aspnet
my sorting is done ba creating a view on my datasource and give this view as new datasource to the grid! but if i page (standard paging) it seems that the datasource is set to my origin datasource automatically!! does anybody know why ps: working on pdc vs7 pps: does anybody know an example that shows a "full featured" datagrid ith paging, sorting, deleting, editing, detailview, mutiselect ..........
Controlling a Datagrid from Code behind? (5 replies)
microsoft.public.dotnet.framework.aspnet
Is it possible to get the Edit, Update, Cancel events to fire to a code behind based function? I would really like to keep my Core logic separate from my UI if possible.
User Control caching not working as intended (3 replies)
microsoft.public.dotnet.framework.aspnet
Hello, I have two cached user controls that are top and bottom templates for my site. These are very expensive to generate, therefor I am caching them as seen below. I am using ASP.NET premium BETA 2. %@ Control Strict "true" % %@ OutputCache Duration "300" VaryByParam "none" VaryByControl "none" % they are called from the pages like so : %@ Register TagPrefix "CrazyWeb" TagName "Top" Src "top.asc...
Time Picker control (3 replies)
microsoft.public.dotnet.framework.aspnet
Hello List, ..NET has a calendar control which we can use select date, but not time. Anyone know how to build a Time Picker user control like the one come with Microsoft Windows (you can change your machine date/time by opening a Date/Time prosperity popup window) Thanks, Peter
Execute an external program (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet
I want to execute an external program and display raw output. Is there any way to do it in ASP.Net. Thanks for any help. Best regards Marcin Malinowski mmalinowski@go2.pl
ASP.NET Caching (2 replies)
microsoft.public.dotnet.framework.aspnet
Hi everyone, I m taking a look at caching in asp.net and i m trying to figure out how it works and how it differs from old asp. When i use the page directive %@ OutputCache Duration "1000" % all request to that page will use the cached version or if the string that calls the page is different it uses a new page? It was possible in asp, right? All users use the same page? How it affects or is affec...
working with textboxes, simple question (2 replies)
microsoft.public.dotnet.framework.aspnet
Hi all, How is it possible with a server control like a textbox, to check when it receives the focus ? For example, assuming you've got 3 tboxes, and the third one is supposed to sum, values from the two first, that user entered. But i'd like to process it automatically when the 3rd textbox receives the focus, you got it ? I didn't find any event that would allow me doing this, shall i use javascr...
DateTime driving me crazy! (5 replies)
microsoft.public.dotnet.framework.aspnet
I have a label, CreatedDate, that has the value 11/30/2001. When I try to parse it with the following statement I receive and error stating that the string was not recognized as a valid DateTime. DateTime CreatedDate value DateTime.Parse(CreatedDate.Text); What the heck am I missing?! Regards, David King
Reading CSS properties (2 replies)
microsoft.public.dotnet.framework.aspnet
Hello, I have a couple of webpages which use a single css file for the layout. Is there a way to read a property in C#/VB from a specified css style. I do not want to read the property based on the components name but on the styles name. It should be something like: getProperty("cssHeaderStyle", "color") Thanks in advance, Gerry Jacobs *** Sent via Developersdex http://www.developersdex.com *** Do...
DataGrid (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet
Hi, does anyone know of any DataGrid examples that bind data from an oledb? Thanks.
Session object and Null Reference. (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet
How do I check to see if the session object contains a variable when I do not consistently place the variable into the session object. I.e. I want to be able to do an If statement like follows. if(Session["vara"] ! null) { vara Session["vara"].ToString(); } //else do nothing. Thanks, Brandon J. Gross bjgross@yahoo.com
Error Message? (5 replies)
microsoft.public.dotnet.framework.aspnet
Can anyone explain to me what this means? Thanks. J. Anderson Scarbrough Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: 'issuelog.homepage' is not a valid type. Source Error: Line 1: %@ Page Language "vb" AutoEvent...
Ignoring control validation (6 replies)
microsoft.public.dotnet.framework.aspnet
How do you ignore validation of controls? I have some controls with required field validators. When the data is deleted I clear these controls. I have a button that returns back to a list page when clicked. However, clicking the button causes control validation, which finds empty values. I would think this would be a common problem. I remember reading somewhere how to bypass the validation, but ca...
How to find out EOF and BOF of Dataset (2 replies)
microsoft.public.dotnet.framework.aspnet
Hi How to find out EOF and BOF of Dataset thaning you in advance Saradhi *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
Postback generates "Assertion Failed" dialog box on Web Server - help! (3 replies)
microsoft.public.dotnet.framework.aspnet
I have several web pages (.aspx, running the RC build of the .NET framework) that, when a postback is generated that involves making a previously hidden datagrid visible (by setting the Visible property to true), cause a dialog box to appear on my Web server. (That's right, boys and girls, on the Web server, not the client running the browser) The dialog box image is too large to post here, but th...
REALLY weird problem (3 replies)
microsoft.public.dotnet.framework.aspnet
I have a basic ASP.NET website where I need users to log in before they can access certain content. I prompt the user for their username/password, then test the data against SQL and store a session variable if successful. Then they are redirected to the "logged in" page. My ASP.NET version is a rewrite of the same system implemented in ASP, but I use the same technique (session variables) in both ...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com