| Thread | Last Post | Replies |
|
| fileupload control | 30 May 2007 09:17 GMT | 5 |
How can you set the filename property in the asp:fileupload control? How can you persist the value of the chosen filename between postbacks? thanks B
|
| Gridview: no built-in add/insert !? | 30 May 2007 07:54 GMT | 1 |
I don't have hands on experience in ASP .NET but have been assigned to a web application, and I'm learning in the school of hard knocks. How comes GridView has no support for adding/inserting new records, when this is a routine task for any application? In the eighties almost any
|
| Abort a download | 30 May 2007 07:15 GMT | 5 |
I manually stream out a file in chunks from my web form using PageAsyncTask, Page.Response.OutputStream.BeginWrite and Flush after each chunk. I do set the Content-Length header. If an error occurs (for example, a timeout), I do the following:
|
| Color | 30 May 2007 00:53 GMT | 5 |
How can I convert a variable of type color to a String where the color is in the format #FFFFFF? Thanks, Miguel
|
| CssClass | 30 May 2007 00:33 GMT | 3 |
On a class I am defining the CssClass of a control at runtime. However, I would also like to create the CssClass at runtime. Is this possible? Something like:
|
| Why wont my "asp:button" do a postback? | 29 May 2007 23:44 GMT | 2 |
I've got a page with an asp:button on it and for some reason, it not only will not execute the OnClick handler, but it wont even do a postback. There are no errors, but the button doesn't do anything. Any ideas of what might be going on and/or to diagnose the problem?
|
| Attribute 'clear' outdated | 29 May 2007 23:40 GMT | 4 |
Microsoft Visual Studio when I use this tag <br clear="all" /> tells me: Warning 1 Validation (XHTML 1.0 Transitional): Attribute 'clear' is
|
| The best place | 29 May 2007 22:54 GMT | 2 |
where is the best place for setting components on load but only if this is not a postback? protected void Page_Load(object sender, EventArgs e) { if(!Page.IsPostBack) {
|
| Campaign IIS Log Analysis | 29 May 2007 22:16 GMT | 8 |
We have a working application which uses Server session variables as a means to identify the user. My boss want to start looking at the IIS logs to understand what our users do. On our website we have occasional users and also customers
|
| client side validation order; making it fail fast. | 29 May 2007 22:08 GMT | 1 |
Basically a javascript confirm in a CustomValidator based on some business logic. I have a textbox which needs a valid float, so I give it a RequiredFieldValidator and a CompareValidator with a datatype check.
|
| GridView - Accessing Values on Click of CheckBox Column | 29 May 2007 21:54 GMT | 1 |
Can anyone advise how to access the values of a row in a datagrid, when a checkbox is is checked/unchecked? I want to run a function that will do somethign with the ID of the row when the check box is changed.
|
| Accordion Control - Can't read checkbox values | 29 May 2007 21:54 GMT | 1 |
I have an accordion control with a dynamically generated asp.net checkbox server-side control in each accordion pane. On postback I loop through all of the controls on the page, and I never find one that is of type checkbox. If I get rid of the accordion control, the
|
| AJAX UpdatePanel not resetting IIS Session | 29 May 2007 21:18 GMT | 1 |
I have not been able to find anything about this problem, so it must be configuration on our server, somehow... What we are observing is on Windows Server 2003/IIS 6 our AJAX UpdatePanels are not resetting the IIS Session timer. Thus, if the default IIS Session
|
| firing order fo clientSide script | 29 May 2007 21:12 GMT | 3 |
I have a little problem that i need some ideas as to how to solve. I have a form that sends some data to the server once filled. Now, for this form i am using asp.net validation controls to ensure certain fields are filled and also have the correct data format. ...
|
| Compatibility Problem . | 29 May 2007 21:01 GMT | 1 |
Hi.... Is there any font that is compitable with IE 6 and FireFox 2 Beta 2.In my page i have Verdana font.Its looks different in both browsers. I have used Multi Line textbox in page.It shows HOrizantal Bar in IE
|