| Thread | Last Post | Replies |
|
| How call usercontrol function if its inside a formview control? | 17 May 2008 03:17 GMT | 1 |
I have a simple usercontrol with a few controls and a few public functions. It basically is a time control - 1 textbox for Hour, 1 textbox for Minute and 1 dropdown for am/pm. Some public functions for example are gettime, settime, gethour, etc...
|
| Loading a password field when editing a user. | 16 May 2008 23:35 GMT | 1 |
I have a form where you can edit user information. There's a text box of type password that I prefill with the value from the DB. But it doesn't show anything and is acting as if it's not filled in (I have a required field validator on the field and it is coming up as blank.)
|
| Scrolling in a div problem | 16 May 2008 23:08 GMT | 1 |
I wrote a user control called EditGrid. It's only visual component is a GridView. My problem is that when I use it on an aspx page it won't scroll inside a DIV. ... <div id="EGDiv" style=" WIDTH: 100%; HEIGHT: 100px; overflow: auto;">
|
| ajax problem when drop gridview into updatepanel | 16 May 2008 23:06 GMT | 1 |
I had a non-ajaxed page with a gridview. I wanted to ajax it. I added the scriptmanager at the top. I added an updatepanel below. I dragged the gridview into it. In my design view I got "error creating control - updatpanel1 - type
|
| .NET Apps stop working after running asp_regiis -i | 16 May 2008 23:01 GMT | 2 |
In trying to help a developer get his code working, some of our .NET apps stopped working. We were trying to get the .NET Application to open pdf files on a remote .NET server. The aspnet account kept getting locked out on
|
| authentication: Active Directory and Organizational Unit | 16 May 2008 22:36 GMT | 2 |
I have an ASP.NET 2.0 web app that I need to lock down. I play to use an Active Directory membership provider. However, I need to limit my app to only users w/i a particular Organizational Unit, as maintained in our Active Directory by our
|
| References to debug vs. release | 16 May 2008 20:07 GMT | 1 |
When I am building a project in Visual Studio 2005, I can create references to assemblies that were built by other projects. The problem is that I don't see how to create a reference that switches between the debug and release builds of the other project, when I switch between ...
|
| Page and Control Event Sequence | 16 May 2008 18:59 GMT | 1 |
I'm just wondering if this would work. Please note that I'm not asking *how* to raise events. I'm clear on that. What I'm not clear on is the sequence in which events are raised by custom controls relative to the hosting Page, and therefore if the following specific arrangement ...
|
| System.IO - file listing on another server | 16 May 2008 18:40 GMT | 2 |
What do I need to take into consideration when, on an ASP.Net website, to get a file listing (I already have the code) from a another network server? Currently I get an 'Access to path denied' message
|
| Trigger a Subset of Multiple Validators (Client-Side) | 16 May 2008 18:39 GMT | 2 |
I'm experimenting with dynamically inserting custom composite Web server controls onto a page. For testing purposes I have two custom composite Web server controls that each have a couple of TextBox controls and a "submit" button, as well as required field validators for each of ...
|
| Using POST request method between servers? | 16 May 2008 18:34 GMT | 2 |
I am working on a project where my client-side Windows application sends a querystring to a URL on a server hosted in New York. The landing page on that server simply redirects the client to another URL on a server in San Francisco that contains the web application. Right now, ...
|
| shopping cart concept | 16 May 2008 18:04 GMT | 3 |
Hi, beginner on asp.net 2.0 C# VS 2005, how can I use the shopping cart concept on my application? When the user clicks add item, it will be stored on some storage format, I dont know what is the term: temp/global DataSet, etc... and it should be read on other web-form to ...
|
| printing my web page | 16 May 2008 17:37 GMT | 3 |
hey all, i have a gridview on my web page with over 2 pages of records. is there a way to print them all if the user uses the File / Print way? thanks,
|
| Remotely managing Access2K | 16 May 2008 16:55 GMT | 12 |
Because of licensing reasons, I plan on using ASP.NET 3.5 /Access 2K for a specific site.. What tools could I use to remotely manage the Access 2K DB? Would a simple ODBC connection be adequate? I read some posts warning against
|
| Body Onload will not work with MasterPages | 16 May 2008 16:29 GMT | 1 |
I am new to .net and have tried to use a MasterPage with a new project. I have this code in the content asp page.... NOT the masterpage. body onload='<%= (panel_to_show == "panel1")?"document.formc.pA5D.focus();":"" %>'> I display links at the top of the content page that will ...
|