| Thread | Last Post | Replies |
|
| meta tags and forms authentication | 18 Apr 2006 09:13 GMT | 3 |
this may seem like a gimme... If all of my pages are locked behind username/password -forms authentication, then search engines cannot index my site, right? could a http handler be made to listen for robots? -psb
|
| Paging and Sql command | 18 Apr 2006 08:53 GMT | 5 |
I have 2 pages. In the first page, user inputs a keyword and press the button to go to the second page. In the second page, it will find the items based on the keyword input. My sql select command contains the keyword. The search result is displayed on a Pageing DataGrid.
|
| using system.net.mail attachment is empty | 18 Apr 2006 08:41 GMT | 1 |
The following sends my email, but the attachment is empty. The attachment should contain the data that is in the string that was created from the xmlReader. I have a stored procedure written using For XML explicit, and it returns an
|
| Upload not working in FireFox | 18 Apr 2006 07:01 GMT | 2 |
I'm using the standard upload component in ASP.NET 1.1 to allow authors to upload manuscripts to our server. This is working fine except for some people using FireFox. The problem is, the upload is working for MY fireFox browser so I'm unable to troubleshoot
|
| where did my dll go? | 18 Apr 2006 06:20 GMT | 8 |
I have a local serve that holds my source code and i'm using vs2005 for 2.0 to build the site. I'm runingthe site off my local pc (filesystem). I built the site but can't find the dll or the bin directory. Any Ideas?
|
| Bypassing authentication | 18 Apr 2006 06:15 GMT | 5 |
I have established form authentication so every page on the site send the access to a specific login page. I need however to bypass the authentication for my web service page to allow it to be accessed without login. How can I selectively exclude a page from form authentication?
|
| Session Conflict | 18 Apr 2006 06:07 GMT | 7 |
Well Guys, Here is a very strange trouble. When more than one users request tto same page at the same time then our session gets conflicted. Moreover I printed my SessionID, strangely but true I got the exact
|
| ajax example prob | 18 Apr 2006 05:59 GMT | 2 |
I am new to Ajax and i found some good tutorials from the net.but when downloaded the basic sample examples and try to execute i get the erro "specified file not found", even though the files are placed in th same folder itself.i checked the whole code again and again but coul
|
| Login | 18 Apr 2006 04:56 GMT | 1 |
If someone is login, how can you avoid that the user open a second browser on the same site?
|
| Connection String | 18 Apr 2006 03:39 GMT | 2 |
I am writing an ASP .NET 2.0 web site. I have the code below in the web.config file. <connectionStrings> <remove name="LocalSqlServer" />
|
| Default Button not working after Validation | 18 Apr 2006 03:18 GMT | 3 |
Here is the situation: I have an ASP.NET 2.0 page with 2 panel. Each has a few textboxes and one DefaultButton. All textboxes have one or more Validator. Now everything works fine if I fill everything out correctly and then
|
| Click menu item programmatically | 18 Apr 2006 03:16 GMT | 2 |
Menu's SelectedValue and SelectItem property is read-only, so how can I click a menu item by code? Thanks!
|
| Where is the DefaultClientScript property in VS 2005 | 18 Apr 2006 03:11 GMT | 1 |
In the beta for ASP 2.0, there was a property to change the default scripting language for a page (DefaultClientScript). I can not find it in the release. ANyone know what happened to it or how to set the default script without using the code behind page?
|
| How To? Programmatically Set Theme For Master Page | 18 Apr 2006 00:25 GMT | 1 |
I have tried to programmatically set the theme for my master page by putting code in a "Page_PreInit" fuction in the master page's code behind. However, when I set a breakpoint there and run the app, the breakpoint is never hit. Of course my theme is not being applied.
|
| I need help | 18 Apr 2006 00:11 GMT | 4 |
I don't know if it's me or .net is just getting more complicated. I am trying to call a sp and pass a parameter and return the data using VB2005. First I couldn't find any docs with samples. Second I tryed this <%@ WebService Language="VB" Class="GetList" %>
|