| Thread | Last Post | Replies |
|
| Images Blocked while using Forms Authentication | 29 Jan 2007 16:09 GMT | 1 |
I'm using Forms Authentication in my site. And my login page did not show the images at run time. while i'm drop the Forms Authentication it seems to be good. This is my Code
|
| webcontrols | 29 Jan 2007 16:06 GMT | 3 |
Anyone have a good book recommendation for building web controls? 2.0 only please. .. I need even the basic concepts. Well, like I know what ViewState is, but
|
| Coalesys WebMenu Overlaying Other Controls | 29 Jan 2007 15:49 GMT | 1 |
I have a problem which I can't for the life of me solve. I'm using the Coalesys Webmenu component for our companies website. This provides a fly-out menu. The menu is in a separate frame to the main detail. On the detal page
|
| Cannot access dynamically created user controls | 29 Jan 2007 15:20 GMT | 2 |
I dynamically create several user controls of the same type but then on postback I can not access the properties of the user controls. Why is that?? I get the "Object reference not set to an instance of an object. ". Here is how I create the user controls:
|
| ASP.NET membership | 29 Jan 2007 14:18 GMT | 2 |
Would it be alright if i contact you here about a question that's been bugging me for some time to do with membership within ASP.NET 2.0, basically what i am trying to do is move away from using the ASPNETDB.MDF and instead using a SQL2000 Database, and so far i have
|
| Datasource to use Querystring AND Form | 29 Jan 2007 14:10 GMT | 2 |
I've got a page with a simple search form for a Part #. User enters a partial part #, click Submit, datagrid does it's thing and displays part #s that match the search. The datasource that is used uses a Parameter coming from the Form object.
|
| Visualize Xml schema i asp.net | 29 Jan 2007 13:01 GMT | 1 |
I have several Xml schemas that I like to visualize in some sort of tree view (so it's possible to expand and collapse different nodes in the schema). I also have to make it possible to select a single element in a node so I need a checkbox (or a click event on the element) to
|
| lookup on a big table | 29 Jan 2007 12:56 GMT | 3 |
does anyone have a suggestion how to make a lookup in a web form on a table with over 20 thousand records? the usual drop down list doesnt seem like a viable solution, i was hoping for something with autocomplete (i'm using asp.net ajax, atlas or how it's called now).
|
| using domain groups with forms security | 29 Jan 2007 12:49 GMT | 3 |
does anybody know how to use active directory groups with forms security? i found a method (in a advapi32.dll) but it only uses a username and a password from AD so the user has to be in a admin group. i wanna make a separate group in AD for the users of my web app and have the ...
|
| How can I let the user input just a certain time? | 29 Jan 2007 12:32 GMT | 3 |
How can I get just a certain time from the user ? Any idea how to do this ...
|
| Building affiliate tracking program? | 29 Jan 2007 11:12 GMT | 3 |
Are there any ASP.NET (2.0) (AJAX) tools that allow you to track the number of cliks a particular link is getting? I'd like to sell ad space and trade links with other people but want a way to show the clicks links get.
|
| ASPMenu | 29 Jan 2007 10:57 GMT | 1 |
I have a page with an aspMenu, i am able to handle the menuItem_click event, however once i handle the event how do i make the page navigate? so how do i make the aspMenu control navigate to a URL set in the codebehind. I can't use the normal click event. In this case i want to ...
|
| How can i print from the broweser without displaying the dialog print ? | 29 Jan 2007 10:52 GMT | 3 |
And to prevent the user from printing more than one copy of this .aspx form, I want to make it disappear just after it has been printed. Any help will be most appreciated. tamer
|
| SQLMembershipProvider | 29 Jan 2007 10:50 GMT | 3 |
I have a question on the default: AspNetSqlProvider. I know that, by default, this looks for a database created locally in the appdata directory. Although I have learned how to change the connection, it involves modifying the web.config file manually, which made me wonder:
|
| httpmodules skip calls when using more than one application in load test | 29 Jan 2007 09:52 GMT | 1 |
I'm using httpmodules and it seems that when using more than one application while doing load test, start events are sometimes being skipped. I'm printing to log file start/end events with the thread id so I
|