| Thread | Last Post | Replies |
|
| Default Charting/Graph capabilities??? | 23 Jul 2005 08:48 GMT | 3 |
I want to make some graphs in my application and was wondering, if there are any graph/charting libraries available on .net by default? Thnx
|
| Double Clicking Server Buttons | 23 Jul 2005 07:27 GMT | 2 |
Is there a way to not allow users to click server button more than once or double clicking it besides trying to disable it in the code behind the first time it is clicked?
|
| Enter Key on Form | 23 Jul 2005 04:34 GMT | 2 |
I have a form that with a datagrid with textboxes and a submit button. When the user is in a textbox and they hit enter to try to go to a different line, instead they submit the form before they are done entering their data. I know this is how it is supposed to work, but is ...
|
| Multiple web.config files | 23 Jul 2005 02:44 GMT | 1 |
I have an application which needs to display information in several languages. I want to have the flexibility of web.config, I guess one alternative is resource files; but I don't want to recomplie the application everytime I modify the resource file. Another thing I can ...
|
| More than one parameter in DataTextFormatString? | 23 Jul 2005 01:38 GMT | 1 |
I want to display items in a list control using DataTextFormatString to format them. The list control is bound to an array of Person objects. I want to format each item as "LASTNAME, Firstname". So would need a format expression like "{0}, {1}" where 0 is Person.Lastname and 1 is ...
|
| form closing | 23 Jul 2005 01:23 GMT | 3 |
Is there any event that I can override to capture when a .aspx form closes? Regards bbdobuddy
|
| Odd HtmlInputFile experience - not streaming data | 23 Jul 2005 01:00 GMT | 1 |
Hi I'm trying to gather data out of a HtmlInputFile control. After this section of code when looking in the debugger, input is still empty. [code] HttpPostedFile MyFile;
|
| Using an web page a a template for email on data submit. | 22 Jul 2005 23:39 GMT | 3 |
I am trying to figure out if this is possible and how as I have burnt my brain out today. I have an application that submits data to a SQL database and an email is generated for notifications on a portion of that data. I would like to create
|
| Databind # ? | 22 Jul 2005 23:19 GMT | 2 |
I use the code in a .aspx to bind a TextBox.Text to a public varibale Text="<%# sMy %>" If I use Text="<% sMy %>"
|
| Forms authorization cookie always set to expire in 2055? | 22 Jul 2005 23:14 GMT | 4 |
I'm using Forms authorization. In my <forms> section I have timeout="30", but when I examine the cookie, it shows it expiring in 2055? Why? <authentication mode="Forms"> <forms
|
| button and post back | 22 Jul 2005 23:04 GMT | 4 |
Is there a way that when a button is clicked that it will run code without doing a post back? I have a button that when it is clicked a message box pops up from the javascript event onbeforeunload.
|
| paging in datagrid | 22 Jul 2005 22:26 GMT | 3 |
I using datagrid to display user's login/out history on my web site, also I have set AllowPaging on the datagrid to true, but not matter I clicked page number on either top or bottom, it is still display first page. Do I did something wrong? Thanks in advance.
|
| ASP.NET WebForm Editors! | 22 Jul 2005 22:24 GMT | 3 |
Just wondering whats the general trend out there for editing web forms. A previous post mentioned Dreamweaver; I am pretty unimpression with the code formatting and presenatation of web forms in VS.
|
| Special Characters and TEXTBOX | 22 Jul 2005 22:00 GMT | 3 |
I have a text box and I want to let the users insert HTML Tags in the tags. It does not work and breaks if there are any HTML Tags inside the text. Is there any way I can enable HTML tags to be part of the input text? Thanks,
|
| Please Help!-Trying to brows my asp.net application but I get a logon prompt- | 22 Jul 2005 21:26 GMT | 2 |
We have an asp.net application on a windows 2003 server which is part of a domain controller which my worksatis is too. We have impersonated in our applciation with a fixed identity account which is also a domain account and is part of the admininstrator group of the webserver.The ...
|