| Thread | Last Post | Replies |
|
| Getting the login user | 28 Feb 2006 02:30 GMT | 2 |
I am writing a website with a 'Login' control. I.E. the first page is a login page and the user cannot get any further without logging in. What I am wanting to do is get the login 'User Name' at a random spot in my code. What I mean is that I want the 'login user name' text to
|
| Error when creating a SQLDataSource | 28 Feb 2006 02:06 GMT | 3 |
I have created an ASP .NET web site. Whenever I try to create an SQLDataSource I get the following message, 'Following error occured while getting connection string information from configuration. "Cannot get web application service" '
|
| how can i create a self suffcient page with barcode? | 28 Feb 2006 01:47 GMT | 4 |
hi.. i'm trying to think of a way for a web page to contain barcode and still be archvied. i cannot use the usuall servlet/activex server side solutions becouse
|
| question about using multiple asp.net projects for a web site | 28 Feb 2006 01:38 GMT | 10 |
I have broken up my web site into smaller web site projects. When I look at the precompiled files, it always has the virtual directory in them ie: <preserve resultType="3" virtualPath="/Security/DefaultLogin.aspx" hash="fde4916e6" filehash="ffffe84d717a4765" flags="110000"
|
| Cannot migrate Anonymous to registered user | 28 Feb 2006 01:37 GMT | 3 |
I have an application which is using memship and profile functions. It works well in my develop machine which is using SQL Express Edition Server as the provider. When I move this application to the hosting server. It works well when the
|
| PublishState.xml | 28 Feb 2006 01:31 GMT | 7 |
I have seen a few posts about this one already but none that have a solution. There appears to be a bug report at http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackid=d0279 ec7-8730-4445-9f3e-1d1a01235cf1 but this was closed as it could not be reproduced by ...
|
| dropdownlist multiple selection problem | 28 Feb 2006 01:19 GMT | 10 |
after binding the dropdownlist to a datasource, ive experience this error "Cannot have multiple items selected in a dropdownlist" after using the code: dropdownlist.items.findbyvalue("value").selected = true I didnt specify any selected item in the dropdownlist during binding to ...
|
| RequiredFieldValidator disable on new page load | 28 Feb 2006 01:12 GMT | 5 |
I'm using VS2005. I have a form that has fields and a required field validator control on it. Everything works great except there's a behavior I'm trying to get working. If a user is on a form and are in the middle of editing it, they can click other links on the page that
|
| User Control Variable not getting generated | 28 Feb 2006 00:44 GMT | 3 |
I am having a trivial problem which is not that important but I would like to know if I am missing something. I have created a user control. When I drag the user control into one of the web forms, it should generate the variable in the code -behind like Protected WithEvents ...
|
| Attributes.Add("onclick", ... & window.Focus() | 28 Feb 2006 00:39 GMT | 2 |
I have an ImageButton in a Repeater, and in the Repeater's OnItemDataBound event, I'd like to add some code that will let the ImageButton open a URL in a new window. This is what I have in my Repeater's OnItemDataBound event:
|
| RSS Feeds | 28 Feb 2006 00:39 GMT | 3 |
How do I place RSS feeds from another site on my site, so I can have them all in one place for me to reference? Will all the feeds update automatically? Thanks in advance, DAL.
|
| What is an RSS feed | 28 Feb 2006 00:36 GMT | 5 |
i've recently seen lots of website with a little red button saying RSS on it. learned that RSS stands for really simple something or other and an rss feed is something to with rss. thats all i know. can anyone help me build my knowledge?
|
| Disable button to prevent double clicking | 28 Feb 2006 00:33 GMT | 4 |
If I put client side code to disable a button (so that a user doesn't click it twice and double post the form) then teh button doesn't get posted with the form and the button's server-side click event handler is not fired. Seems like a big hole in the ASP.NET form handling process. ...
|
| how click button to add to favorites? | 28 Feb 2006 00:33 GMT | 2 |
How do I make a button so that when they click on it the site is added to the Favorites?
|
| Creating a library with my web services | 27 Feb 2006 23:43 GMT | 1 |
I am trying to create a dll that I can call from my web pages. The problem is that it doesn't work the same way as a web page that calls the web services. I created a Library Project and added a web reference: RemoteUser, just like
|