| Thread | Last Post | Replies |
|
| CallBack and DataBinding | 13 Jul 2007 08:08 GMT | 1 |
I have a repeater control and a dropdownlist control. When the page loads the repeater control has 10 records. When the user selects the drop down, I am making a client callback and re binding the repeater control. During this call back the data source contains only 2 records, ...
|
| asp.net 2 variables initilization | 13 Jul 2007 07:57 GMT | 3 |
for example: I Draged a Button to the webForm . Where is the definition? Where are the event registration?
|
| Please forgive my ignorance, but I've never worked with ASP.NET before | 13 Jul 2007 06:29 GMT | 3 |
We're trying out Visual Studio 2005 Professional from the Microsoft website before paying for the unlocked version. What I am trying to do is build on the simple ASP.NET web service. HelloWorld is great, and I kind of see how it works.
|
| Outlook Web Access (OWA) 2003 Look and Feel | 13 Jul 2007 04:46 GMT | 2 |
Anyone knows where can I get Outlook Web Access (OWA) 2003 look and feel template code in asp.net 2.0? This download for windows based Outlook 2003 look and feel template. http://windowsclient.com/downloads/folders/applications/entry1338.aspx
|
| login control persistent cookie problem | 13 Jul 2007 03:58 GMT | 4 |
I'm using the 2.0 login control with the "remember me" setting. When checked the cookie only last for a few hours then it is asking again for a login. I don't see any time settings. I know back when we did our own authentication we specified
|
| VirtualPathProviders & precompiled/deployed website | 13 Jul 2007 03:25 GMT | 8 |
I have been troubleshooting an issue with a VirtualPathProvider not working on projects deployed with the Web Deployment Project (basically pre-compiled and merged). Some reading I've done seems to indiciate that you can't use VPP's with precompiled websites.
|
| Wrapping text in a textbox | 13 Jul 2007 03:06 GMT | 3 |
I have a textbox for entries of rather long paragraphs of text on an .aspx form developed in VB.net on Visual Web Developer Express. What I can' figure out is how to get the text to wrap as the user is typing once they get to the margins, just like happens automatically
|
| calculate threshold | 13 Jul 2007 01:37 GMT | 1 |
here we have aa limited broadband internet accounts, 5GB, 10GB and 15GB. I want to calculate the total threshold to monitor the internet usage using C#?
|
| Single sign-on based on Active Directory | 13 Jul 2007 01:31 GMT | 1 |
Hi group I am new to ASP.NET and I'm having trouble understanding how to implement a logon mechanism based on Active Directory. Here's what I want to achieve:
|
| Installing framework for the first time | 12 Jul 2007 23:39 GMT | 1 |
I downloaded the framework from microsoft website and installed IIS server from the windows CD and when I trying to surf my host, my browser ask me for user name and password. does anyone know which user name and password should I give him
|
| Display html to my asp.net page from code | 12 Jul 2007 23:33 GMT | 1 |
I have a string that is html that I retrieved from the database. I want to from the code behind display it on a portion of web page. Like perhaps in a textbox control or inside a <td> tag, or something. I tried a textbox control, but it shows the tags, not the formatted
|
| ASP.NET User Control Validation ??? | 12 Jul 2007 23:30 GMT | 1 |
I have created a user control containing a drop down list box. I want to be able to put this user control onto a page along with a validator control. The problem is, the validator doesn't see the usercontrol as a "validatable" object. I don not want to include the validator in the
|
| Inline statement is not interpreted correctly | 12 Jul 2007 23:23 GMT | 5 |
I have a curious thing that I can't figure out. I have an aspx page with associated code-behind file; the aspx page has the following code: <asp:LinkButton ID="lnkShowMyProjects" runat="server" PostBackUrl="~/
|
| Binding | 12 Jul 2007 22:58 GMT | 12 |
Using VB.Net and ASP.Net 1.1 I will create a form that will have maybe 20 or 30 fields. Can I bind that information directly, or does it have to go into a database first?
|
| Querystring Issue - ASP.NET within ASP site's IFRAME | 12 Jul 2007 22:46 GMT | 2 |
Hi. I've built an asp.net website, which is displayed within an IFRAME of a classic asp site. The asp.net site consists simply of one page having a paginated gridview control. When my asp.net site is opened in the iframe, a querystring named "sid" is
|