| Thread | Last Post | Replies |
|
| IPostBackEventHandler | 27 Sep 2005 07:15 GMT | 1 |
I try to programm my own CustomControl. Therefore I myControl is inherit from WebControl. It contains a collection of Items, which inherit from HTMLGenericControl. Now my Item does a postback by
|
| CWebBrowser2 Navigate problem when called from Service on Server 2003 | 27 Sep 2005 04:03 GMT | 3 |
I have an application that opens an html page via the Web Browser control. I have created a user "X" and given them administrative privileges on Server 2003. I log on as User X via control-alt-delete, the application is able to open the html page using the Navigate call. Next, I ...
|
| Tricky one regarding Menu control and SiteMap | 26 Sep 2005 20:49 GMT | 4 |
Hi people, I'm trying to build a menu i asp.net 2.0 (RC) using the Menu control and an XmlSiteMapProvider. I want all letters of my menuitems to be capitalized, but i want the first
|
| ASP Calendar - cell "OnClick" event | 26 Sep 2005 19:29 GMT | 2 |
The calendar control allows the user to select a date by clicking on the day number in the cell. I would like to extend this functionality so that the use can click anywhere in a calendar cell to trigger the selectionchanged event. I would like to assign
|
| Very strange button problem | 26 Sep 2005 13:11 GMT | 2 |
I have an ASP.Net page with a button on it. Nothing to exciting there. I have one user though that when accessing the page, the button won't display. It appears on any other machine I have tried it on but this one. The weird things is, if you do a print preview of the page, ...
|
| Textbox alignment | 25 Sep 2005 10:41 GMT | 1 |
Simple question, but I dont remember: How to align text in a web-textbox ?? Ger.
|
| request help with strategy for loading multiple drop down lists | 24 Sep 2005 16:12 GMT | 1 |
Am developing a web form in asp.net using C#. I have a drop down list box. that will contain usernames on the web page. I have a user control in the page that contains 5 dropdown list boxes. I'd like to create a function or procedure in the proper place that can be
|
| Problem Printing using IWebBrowser2 from IWAM Account on Server 2003 | 23 Sep 2005 03:54 GMT | 13 |
The code below successfully invokes printing from an ASP page. If I run the code before a user manually logs in as the IWAM account, the printer selection dialog is unfortunately displayed. If I have logged into the IWAM account and logged out, then the printer selection dialog ...
|
| user control - image button only works on second select | 23 Sep 2005 03:13 GMT | 8 |
I have a web app which on selection from a dropdown dynamically loads using a method: CreateTree() {
|
| Hi - Regular Expression | 22 Sep 2005 14:35 GMT | 5 |
I want to put regular expression for a text box which is numeric. [ e.g. 1,500,000.25 ] the characters like dot, comma and 0-9 are allowed for the same. Can anyone post the regexp.
|
| Visio vs Dotnet | 22 Sep 2005 06:21 GMT | 2 |
Is there any way to get class structures defined in Visio into the dotnet through some option of import?? thanks Sri
|
| Automatic Control Prefixes like _ctl0 | 22 Sep 2005 04:28 GMT | 4 |
I have created a custom control which contains an asp:dropdown inside it and embedded my custom control in my web page. I am accessing this dropdown via javascript. The Problem: when this asp:dropdown control was embedded directly in my
|
| Playing audio file thru streaming | 22 Sep 2005 03:56 GMT | 1 |
I'd like to play a desired audio file - not by loading the whole file but by streaming it chunk by chunk. Any ideas how to do it? Appreciate help. Uf
|
| Page_Validators is undefined | 22 Sep 2005 01:22 GMT | 2 |
Page_Validators is undefined Can somebody throw some light on this error.I have this error on my aspx page but unable to trace it.Any help will be greatly appreciated. This happens only in IE and not Mozilla or Netscape
|
| Date in Datagrid footer | 21 Sep 2005 22:48 GMT | 1 |
I need to have a datagrid footer textbox have today date entered on loading the page. Just the date and not the time.
|