| Thread | Last Post | Replies |
|
| Login Control PasswordRecoveryURL Issue | 22 May 2007 22:07 GMT | 1 |
I am using the ASP.NET 2.0 Login control and have provided a valid URL for the PasswordRecoveryURL property. However when the hyperlink is selected the login page continues to be displayed. The URL I start with at the login page is this:
|
| System.Net.Mail Address Book Access | 22 May 2007 21:34 GMT | 3 |
I would like to allow our users a chance to select a MailMessage.To destination if they want to before the email is sent. Is there a way to popup the address book from OutLook? At this point, I'm assuming I'll need to use automation to add this function.
|
| javascript in asp.net | 22 May 2007 21:29 GMT | 3 |
I m vinod I am creating an asp.net application and I want if any body enter any value in a textbox then it should only be appear if entered value is integer other wise it should not be appear. please write full code. i dont know how to use javascript in asp.net. Thanks in
|
| binary write file to browser via linkbutton on GridView row (without querystring) | 22 May 2007 21:14 GMT | 1 |
I cannot figure out how to stream a file to the browser by the user clicking a download link on a particular row in a gridview. I cannot use the querystring method as I need to put the file into a session variable when the linkbutton is pressed (otherwise I will be loading
|
| Calendar using space | 22 May 2007 21:09 GMT | 2 |
Using .Net 2 and VS2005. I have a calendar control in a TD cell of a table in the edit template of a FormView. I have the calendar .Visible property set to false but the control still uses up all of the space in the TD. I only want it to show and use the space when I click a ...
|
| Logon as different user | 22 May 2007 21:03 GMT | 2 |
Hello, I want to provide the ability to log on to a web application on our intranet using different credentials like they do in Sharepoint 2007. When a user hits the site, i want him automatically loggged in using his windows
|
| Post Validation Script | 22 May 2007 20:57 GMT | 1 |
I have a web page that validates some controls and displays an error message in a validation summary, all works well. But after the validation is complete and if ok then I'd like to display a confirm message box to the user using javascript. My question is how do I hook into the ...
|
| Simple ajax problem? | 22 May 2007 18:31 GMT | 3 |
I'm trying to follow the instructions on http://www.asp.net/learn/videos/view.aspx?tabid=63&id=75 for a simple AJAX demo. However, my code updates all 3 labels even though only 1 of them is inside
|
| Problem with GetAllRoles | 22 May 2007 18:18 GMT | 6 |
i used the example in the MSDN to getroles and assign users to it on my local development plat form and it worked flawlessly, When I move the same code production, the rolesListbox does not get poplated. What differences in the two environment can cuase this? What can I do to
|
| Access to IIS Pool | 22 May 2007 18:10 GMT | 1 |
Hello to all, I want to access to IIS Pool (for example DefaultPool) and gets the security user (the user of Pool, tab Identity) and it is possible modify it. If not possible by C# code, perhaps using script BAT or WSH and call this
|
| Question on code optimization | 22 May 2007 17:53 GMT | 2 |
I have a method is which I am accessing a session variable several times and every time I retrieve it from session using Session["Variable"].ToString(). Is it advisable to retrieve this session variable and store it in a string variable and access that string variable instead of ...
|
| Getting Started with Silverlight | 22 May 2007 17:43 GMT | 2 |
I've downloaded Blend and installed Silverlight as I saw the sample (http://msdn2.microsoft.com/en-us/library//bb404300.aspx) on the msdn homepage. What am I missing here? When I open a new project I do not get the
|
| Add control to TableCell object | 22 May 2007 17:36 GMT | 2 |
VS 2003, .net1.1 I am trying to make a composite web control with a table and some controls within. In my C# code, I have created table object, then row objects and cell
|
| .Net Search Engine - Has anyone used dtSearch .Net Engine? | 22 May 2007 17:20 GMT | 3 |
Has anyone used dtSearch .Net Engine? What was your experience? Would you recommend it others? I am deciding on a .net search engine and would like to hear your opinion.
|
| problem with changing text of label with javascript | 22 May 2007 17:11 GMT | 2 |
i want to change the value of a textbox and the text of a label with javascript. I didi this: it works for the textbox, but not for the label (i tried both with 'text'
|