| Thread | Last Post | Replies |
|
| Membership help: LoginName control showing windows username | 04 Oct 2007 03:44 GMT | 2 |
I *think* I've got the asp.net membership controls setup to use MySql and when I login entering credentials from my database (IE: not active directory) the login succeeds but the LoginName controls displays <myDomain>\<myUsername> rather than the username from the database.
|
| .NET-Noob and Databinding (DataSet, DetailsView) | 04 Oct 2007 01:53 GMT | 3 |
im new to asp.net and im trying to get me used to it. I've managed to create webpages with detailviews, databinding and datasources. Adding or inserting data went very well and, after a while, very fast. Now i ran into a problem with accessing the data. I need to send an email to
|
| How to render [X] ? | 04 Oct 2007 00:58 GMT | 2 |
Hello Developers, I am trying to render nice [X] symbol, like the one in form close button. <span style="font-family:Webdings">r</span> does not render in Firefox. × does not look good and does not render in IE6
|
| passing values in html | 04 Oct 2007 00:57 GMT | 2 |
Is this the right way topass values to query string <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Admin.aspx?Token=ABC">Go To Admin Page</asp:HyperLink></div>
|
| Exteding the AdRotator Control and Advert.xml file to track advert stats | 04 Oct 2007 00:37 GMT | 6 |
I've been using the ASP.NET ad rotator for some time and have been asked to track the hits and click thrus, The solution that seemed obvious to me was to extend the existing control to record the Display count and then rewrite the URL location to be passed as a paramter to a page ...
|
| Microsoft to release source code for the .NET Framework 3.5 | 04 Oct 2007 00:17 GMT | 1 |
http://weblogs.asp.net:80/scottgu/archive/2007/10/03/releasing-the-source-code-f or-the-net-framework-libraries.aspx Microsoft will release source code for the .NET 3.5 and VS 2008 release later this year. It'll begin by offering the source code (with source file comments included)
|
| Query String | 03 Oct 2007 22:58 GMT | 4 |
How can I save values in Query String Could u please give me example. I don't want to save as using Response.redirec
|
| Problem with web page containing Updatepanel & Script manager while including master page | 03 Oct 2007 22:31 GMT | 1 |
I want to include a master page( .master) to my web page. My web page contains Updatepanel & Script manager tools in it. Is there any pblm with my web page containing Updatepanel & Script manager while including master page?
|
| Autocomplete Extender | 03 Oct 2007 22:30 GMT | 3 |
I have an ajax autocomplete extender working fine but I would like to populate the textbox with a different value from what the user selects. For example: User selects "CODE - Description of CODE here".
|
| OnClientClick for menu items possible? | 03 Oct 2007 22:07 GMT | 1 |
I can add an onclick event for my asp menu using Menu1.Attributes.Add("onclick", "jfunctioncall()"). I do not see how to add a similar event for any of the items in the menu. Looking at the page source I see onmouseover, onmouseout, onkeyup and was wondering if
|
| time & date: erro | 03 Oct 2007 21:53 GMT | 1 |
I'm using this code to get the time and the current date, but i get and error: System.Globalization.CultureInfo culture = new System.Globalization.CultureInfo();
|
| "Failed to access IIS metabase" ?? | 03 Oct 2007 21:52 GMT | 6 |
I am trying to test an asp.net site using IIS. I'm getting the "Failed to access IIS metabase". I find this mentioned plenty, but nothing works for me. The error says that the worker process can not read the IIS Metabase. I have 1) deleted ASPNET user, 2) run aspnet_regiis -i ...
|
| IsPostBack for ASP | 03 Oct 2007 21:23 GMT | 4 |
Is there the IsPostBack command in ASP (not ASP.net) ? Or How can I detect a refresh in a ASP page ? Thanks Sebastien
|
| asp:radiobutton | 03 Oct 2007 21:08 GMT | 2 |
Can someone tell me if there is a way to change the text of an asp:radiobutton from within javascript so that I don't have to postback to the server.
|
| ContentTemplateContainer=string in msdn2 samples | 03 Oct 2007 20:54 GMT | 6 |
Trying to figure out how to set an image in background of all content steps for my CreateUserWizard, I found this documentation in msdn2 about: <asp:TemplatedWizardStep runat=server ContentTemplateContainer=string....>
|