| Thread | Last Post | Replies |
|
| Serializable | 08 Oct 2007 15:49 GMT | 2 |
What does "DataSet is Serializable" mean? Ron
|
| Style Sheet Download | 08 Oct 2007 14:50 GMT | 1 |
I have a need for a user to open an XML file from a web site and have it open based on a style sheet, not just looking at the raw XML data. I'm wondering what the best way to go about this is... Do I download the style sheet to every PC that navigates to the web
|
| changes with Radiobutton selection | 08 Oct 2007 14:33 GMT | 3 |
I placed the following code into my page, but i get an error message, why? The code is: if (this.RadioButtonContatto.Checked == "YES")
|
| Membership security. Forcing a Password Recovery/Reset? | 08 Oct 2007 14:17 GMT | 1 |
I'm using asp.net Membership security. Using the Password recovery control, users can reset/recover their passwords. Great. I've grid with all the users. I'd like to add a button so the admin of the ap can reset anybodies password (sending them a new password).
|
| selected button | 08 Oct 2007 14:06 GMT | 1 |
i have a radiobutton list, and one label with a textbox. Beside the Texbox i have inserted a fieldvalidator: now, i was wondering if the code that follows is correct, and if it does, where i should put it. What i want to do is this: if is selected YES on the RadioButton,
|
| PostBackURL | 08 Oct 2007 14:01 GMT | 1 |
i am creating a web page for importing user contacts from yahoo. i let the user enter his username and password on one page and then post it to another page by specifying the postbackurl for the button to next page where i access the username and password from previous
|
| File.Exists not working properly in FireFox??? | 08 Oct 2007 13:53 GMT | 1 |
bool str = File.Exists("\\\\Blrkec32657d\\Results\\J22.res.txt"); str returns “True” in IE but false in FireFox why??? Based on this I am drawing some Graphs… It works in IE but not in Firefox.
|
| Circumventing the 404 error | 08 Oct 2007 12:58 GMT | 2 |
I understand that I can add something like this to my web.config: <customErrors mode="RemoteOnly" defaultRedirect="~/error.apsx"> <error statusCode="404" redirect="~/PageNotFound.htm" /> </customErrors>
|
| convert Microsoft Word Document into HTML | 08 Oct 2007 12:48 GMT | 3 |
I want to convert Microsoft Word Document into HTML format using .NET (c#). Do anybody have any idea how to do this.
 Signature Kumar.A.P.P
|
| Http exception - Request Timed out | 08 Oct 2007 12:39 GMT | 1 |
We have hosted a web application in a client network and the application is responding very slow. In between we are getting exceptions due to the request time out. We are getting the following exceptions:
|
| changing text | 08 Oct 2007 09:54 GMT | 2 |
having an "upload file" control on my page, how can i change the text on the button from "browse" into something else? Thanks Vinnie
|
| Question about IMG tags and file names | 08 Oct 2007 09:49 GMT | 3 |
Do browsers determine the type of a file by either looking at it's contents or it's file name when parsing an IMG tag? IE7 can be asked to display "Photo.tmp" which is actually a JPG and it displays it correct. Just worried that other browsers may to it a different way.
|
| datagrid template column forecolor | 08 Oct 2007 09:35 GMT | 3 |
This template column should show forecolor as red when the bit datafield 'SIG' is true. <asp:TemplateColumn HeaderText="Area"> <ItemStyle HorizontalAlign="left"></ItemStyle>
|
| What happens after runtime? | 08 Oct 2007 09:22 GMT | 6 |
The different Page events in the page life cycle like Page_PreInit, Page_Init, Page_Load etc. - are they different stages of the runtime process? Does a server send back the HTML output of an ASPX page to the browser
|
| click events no longer work for controls within a Multipage contro | 08 Oct 2007 07:58 GMT | 2 |
I am using a Multipage control with ASP.Net 1.1. The events for controls within the multipage are not getting fired. Any ideas why this would happen. It was working fine before i added another usercontrol to the page. Thanks
|