| Thread | Last Post | Replies |
|
| How to get UserName of logon control from code | 12 Jul 2007 12:36 GMT | 3 |
I have added a Login control to a Master Page. the control shows the currently logged in user (domainname\username). In one of the content pages, I need to access this name. I noticed that the Login control has a UserName property but it's in
|
| Login works in Firefox, not in IE7 | 12 Jul 2007 11:52 GMT | 2 |
I have built and deployed a site that uses Membership and Role providers. The site has a SiteMap and a Menu control thats security trimmed. a) When I'm on the webserver, and attempt to log on (to localhost) using IE7, my user logs in w/o problems, and the proper menus are shown.
|
| Rename ASPNETDB>MDF | 12 Jul 2007 11:35 GMT | 3 |
How can I rename the default ASPNETDB.MDF database when a login control is used?
 Signature L. A. Jones
|
| How can Administrator change the Password of existing User, without knowing his Old Password in Administer Security Tool ? | 12 Jul 2007 10:29 GMT | 5 |
How can Administrator change the Password of existing User, without knowing his Old Password in Administer Security Tool ? One user has forgot his password, and Administer wants to refresh it. Best Regards,
|
| How to ajax or async a call from a user control to the masterpage without an updatepanel? | 12 Jul 2007 10:26 GMT | 2 |
I have two user controls on a master page. I can easily bubble up an event on usercontrol 1 from a click event to the page.aspx, than then calls a method on the masterpage, but this causes the screen to do a postbacka nd full load. What I'm doing is i have a button on one user
|
| 2 questions please | 12 Jul 2007 10:22 GMT | 4 |
I have a page that has a LogInView. Inside of it is a LogIn control. The login control is in the anonymous template and a staus view is in the logged on template. (Names: LogInView1, Login1, & LogInStatus1.) quest 1. How can I set focus to the UserName textbox of the LogIn
|
| booking seats - refresh other user's browser window | 12 Jul 2007 09:26 GMT | 3 |
I'm writing a booking system website, which needs a seat selection algorithm, my question is, if a user clicks on a seat (temporarily booking that one),
|
| Badge Reader | 12 Jul 2007 09:15 GMT | 2 |
Can any one suggest how can I read Badge information into my web application? I am very new into this. I am expecting entire solution. My requirement is, I have a system which will connect to Badge reader when any one swipe the badge, Badge reader has to read the data and I needs ...
|
| SWF one over another | 12 Jul 2007 08:16 GMT | 1 |
I have got 2 swfs overlain on onto another. This is because I have skyscraper (displaying jpg, gif or swf) which is moving during scrolling page. Unfortunatelly there are several swf buttons on the "route" of skyscraper so sometimes button swfs are on the front instead of being
|
| ASPNET GridView and page question | 12 Jul 2007 08:02 GMT | 3 |
In my ASPNET 2.0 web form WebForm1.aspx, I have a GridView GridView1 and some other controls in front of the GridView1. There are CheckBoxes on the GridView1 also. My question is when I check the 20th row of GridView1's CheckBox, the
|
| Dynamically add dragpanels | 12 Jul 2007 07:53 GMT | 3 |
I want to be able to add an unknown quantity of dragpanels to a page at runtime. Is this possible using ASP.NET Ajax? Thanks
|
| accessing a code-behind variable from a user control | 12 Jul 2007 02:48 GMT | 3 |
On a user control (ascx) I have a datagrid with a hyperlink column containing the following code: <asp:HyperLinkcolumn headerstyle-width="80px" ItemStyle-Width="80px" DataNavigateUrlField="ID" DataNavigateUrlFormatString="home.aspx?
|
| XmlSiteMapProvider: How to hide siteMapNode to a certain role? | 12 Jul 2007 02:45 GMT | 6 |
I need to hide a series of siteMapNodes to certain roles. That means roles have access to the siteMapNode, but the node doesn't appear on the navigation menu. I'll use Response.Redirect to jump to hidden pages. How can I do that? I tried securityTrimmingEnabled="true" in my web ...
|
| html table control vs web table control | 12 Jul 2007 01:12 GMT | 2 |
I am porting my first traditional app to a web-based app using VS2005 and ASP.NET 2.0. I have a page that will replace a data entry form. To have complete control of layout, I want to use a table as a layout device. Typically I would go with a std html table. With VS2005 I ...
|
| Data passing betw ASP & ASPX pages | 12 Jul 2007 01:06 GMT | 2 |
I am not sure should I post it to the ASP or ASP.NET forum, so I posted both. My company's internal website is written in ASP, and it has couple sections that link to our internal software via function calls/include statements (The website itself has a database, while our internal ...
|