| Thread | Last Post | Replies |
|
| Publish on web | 12 Jan 2004 14:15 GMT | 3 |
I have a small web application in VS.net/C#. I use an Access database. I would like to publish and run the application on the web. My web host has frontpage extensions installed and
|
| How to share data between two controls???????????????????????????????????????????????????????? | 11 Jan 2004 07:00 GMT | 2 |
I have a big big problem!!!
:( what I will do: on my web form: UpdateFacility.aspx
|
| Obtain VS.NET PropertyGrid's info in UITypeEditor | 10 Jan 2004 02:57 GMT | 2 |
In my custom UITypeEditor in EditValue(ITypeDescriptorContext context, IServiceProvider provider, object value) method I would like to get more information about my editing web control's property in context of Visual Studio. What I'm particularly interested in is a "Category" value ...
|
| CS1513: } expected | 09 Jan 2004 21:51 GMT | 1 |
I get this error when accessing a web page. The Page has a User Control, which is basically a menu panel, which gets categories from MS SQL Svr, based on ManufacturerID. ManufacturerID is fed into GetCategories(int
|
| FREE HOMEBUSINESS-THE GURUS ARE MAKING MILLIONS | 09 Jan 2004 14:12 GMT | 1 |
AS ANYONE SHOULD KNOW,YOU SHOULDN'T HAVE TO PAY TO BE IN BUSINESS.....SO WATCH YOURSELF... YOU WOULDN'T GO TO K-MART OR SHOPKO AND PAY TO WORK THERE WOULD U? ACTUALLY THEY COULDN'T PAY ME TO WORK IN A PLACE LIKE THAT..HEHE............... BUT I'VE FOUND SOMETHING THAT WORKS...IF YOU ...
|
| Properties pane of custom control doesn't change in design time | 09 Jan 2004 08:51 GMT | 1 |
I have implemented the code similar to the one on the link: http://www.microsoft.com/japan/msdn/library/default.asp?url=/japan/msdn/library/ ja/cpref/html/frlrfsystemwebuidesigncontroldesignerclasstopic.asp The problem is that the caption in the properties pane doesn't change after
|
| Pick text option. | 09 Jan 2004 02:12 GMT | 2 |
I am trying to create an option where a user is able select from a list of options. The user will be presented with a text box which they can freely type in. What I would like to do is provide a button to the side of this text box
|
| user control properties not available | 08 Jan 2004 23:10 GMT | 2 |
I have a user control with properties exposed as: Public Scorecard As Integer, _ Store As Integer, _ MonthNo As Integer, _
|
| ASP.NET Menus | 08 Jan 2004 22:44 GMT | 1 |
Hi, I am developing a new web application. I am new to the concept of menus in ASP.NET. I want to develop a menu. I have been looking to make a
|
| Javascript problem in Custom Webcontrol | 08 Jan 2004 19:47 GMT | 2 |
I have following structure for my project myproj Controls/control1 morepages/special.aspx
|
| enter key to call <asp:imagebutton> event | 08 Jan 2004 19:36 GMT | 2 |
I'd like to trap the keypress event for the enter key and trigger a server side imagebutton click event. However, Page.RegisterHiddenField( "__EVENTTARGET", btnSubmitTracking.ClientID );
|
| reusable DataGrid Urgent!!! | 08 Jan 2004 19:18 GMT | 1 |
Does anyone know how to create a reusable datagrid from a class or ASCX which could except dynamic properties like column header text and could extend all the features of the datagrid like paging sorting and editing.
|
| Creating templates programmaticaly from a repareater DataSource | 08 Jan 2004 06:28 GMT | 3 |
I would like to create templates using instantiatein depdepnding on the current datasource. Is this possible ? I do'nt see how I could access the datasource using the container ?
|
| Child OnPreRender method not being called. | 07 Jan 2004 16:45 GMT | 1 |
I am creating a new control that inherits from the asp:calendar control so I can add some additional functionality. The way I decided to do this is to build my controls and render them to an intermediary HtmlTextWriter, next I render the Calendar control itself to an
|
| UserControl Losing state | 07 Jan 2004 02:59 GMT | 2 |
I am having problem maintaining state of user control . I am loading then dynamically. here's the code -----------
|