| Thread | Last Post | Replies |
|
| Membership Provider for Mult apps | 15 Oct 2007 03:26 GMT | 3 |
I have serveral applications now running that are using the MembershipProvider classes and they are each using their own security tables in SQL Server 2005 instead of the express databases - they are all work well.
|
| object data source and select method | 14 Oct 2007 23:16 GMT | 3 |
When you bind to the object data source you can bind to the underlying dataset that is returned by the select statement but can you bind to the properties of the object? MSDN says the objectdatasource can return an object. Say for instance I have a customer object with a name ...
|
| onmouseover repeat | 14 Oct 2007 15:44 GMT | 2 |
hey all, i'm using the onmouseover event and i was wondering if there was a way to repeat the function automatically why the mouse is over the control? thanks,
|
| What is Dependency Injection? | 14 Oct 2007 13:03 GMT | 2 |
Pigsaw said... "You don't want to hard code dependencies into your classes, because then you can't test them without relying on the dependent classes. So you "inject" those dependencies simply by setting them as properties -
|
| How to Make a browser window to access the file | 14 Oct 2007 11:46 GMT | 2 |
Hello Gurus, I want some example like we open a file from general window . how can i make a browser in vb.net so that i can access the desired file .
|
| how to specify relate path from application root | 14 Oct 2007 03:46 GMT | 4 |
I think this question should be fairly common but I couldn't find any existing answers in the forums. I have a Master Page that refers to uses some client scripts like so: <script language="javascript" type="text/javascript" src="Scripts/
|
| How to find account disabled in AD?? | 14 Oct 2007 03:21 GMT | 3 |
I have been struggling to find if an account is disabled in AD. I looked at a few examples, but didn't work for me. I'm using .net 1.1 with AD on W2003 server. Thanks.
|
| Web Applications!!! | 14 Oct 2007 02:30 GMT | 1 |
An excellent resource has been found on Web applications having exam questions for 070-305. Worth reading!!! http://technical-talk.com/mc/mcsd/mcsdqa02.asp
|
| exception handling using enterprise library | 14 Oct 2007 02:29 GMT | 1 |
I have an application that has a presentation later, business layer, and data layer. All three projects have their own exception policy, the "UI Policy", "BL Policy", "DL Policy", all of which will log the error in the application event logs. When a database error occurs such ...
|
| System.Diagnostics.Trace.WriteLine() skipped over | 14 Oct 2007 01:26 GMT | 1 |
I am writing one particular web app in ASP.NET 2.0 in debug mode. Even when I step through the code, the IDE skips over every occurrence of System.Diagnostics.Trace.WriteLine(), but honors System.Diagnostics.Debug.WriteLine().
|
| Javascript question | 14 Oct 2007 01:04 GMT | 6 |
I need to write a script that will reverse the ordering of the <span> tags programatically. <div class="paragraph"> <span class="line">line 1</span>
|
| Microsoft Expression Web ??? | 14 Oct 2007 00:40 GMT | 7 |
http://www.microsoft.com/expression/products/features.aspx?key=web Is anyone using Microsoft® Expression® Web ? and would care to comment on it.
|
| Troubleshooting Javascript | 13 Oct 2007 23:12 GMT | 2 |
I've got some javascript that works great in some old asp.net 1.0 inline code. I'm attempting to move the javascript to a masterpage and use it in a content page. I understand that this might result in control names changes in the
|
| shouldn't the DIV remember this? | 13 Oct 2007 22:56 GMT | 4 |
hey all, i have a div on my page where i set the ScrollLeft value. when i do a postback the div is set back to 0. i've made the DIV runat server and enabled viewstate. what would i have to do to make this work?
|
| Export Grid View to Excel | 13 Oct 2007 22:46 GMT | 1 |
I have a Grid View and I want to expoet into Excel. I am using a hyperlink to export the GridView intop Excel. But when I click on link it just shows me java script. It doesn't open Excel sheet. Here is my Code.
|