| Thread | Last Post | Replies |
|
| EventArgs e | 23 Mar 2006 18:07 GMT | 3 |
You have to put it in every event handler, and i have seen it used but i can't work out what it is, what it does and why it's there. Could someone point me to an explanation because i really havn't been able to find one.
|
| Atlas "UpdatePanel" just refreshing the page | 23 Mar 2006 18:07 GMT | 1 |
Playing around with Atlas (March CTP). I have a block of tables followed by a timercontrol that is supposed to update an UpdatePanel for the date/time. The timercontrol is working great, but the whole page flickers when the date/time gets updated. The rest of the page IS NOT ...
|
| NET RUNTIME CRASH ON WIN2K, IIS 5.0 | 23 Mar 2006 18:03 GMT | 1 |
I have a problem similar to that described on http://www.microsoft.com/communities/newsgroups/list/en-us/default.aspx?query=+F ailed+to+load+resources+from+resource+file&dg=&cat=en_us_e0006ee2-ce2f-4563-8421 -cf54b6030827&lang=en&cr=us&pt=&catlist=&dglist=&ptlist=&exp=&sloc=en-us
|
| The data is invalid - windows media player error | 23 Mar 2006 17:37 GMT | 3 |
I cannot seem to get a wmv file to stream from asp.net. I have tried the following code. I need to be able to use either response.outpustream or response.binarywrite since
|
| Printing a thermal label | 23 Mar 2006 17:28 GMT | 2 |
I have to print a Fedex shipping label on a Zebra(thermal) printer. I initially had the label information in a base64 string which I decoded into a memory stream. Now I need to send this memory stream to a thermal/label printer. How do I do this?
|
| Uplad progress bar | 23 Mar 2006 16:59 GMT | 2 |
How can I make an upload progress bar like have http://rapidshare.de/ when upload a file to the server?? Thanks =)
|
| Need same viewstate for same page across multiple servers | 23 Mar 2006 16:54 GMT | 1 |
Is this possible? We have 7 webservers servering up the same content, but each has a different viewstate. How can we make them all have the same one?
|
| Help on mavigation bar ??? | 23 Mar 2006 16:29 GMT | 4 |
I have an asp application which is based on different framset with separate banner area. I would like to build on the banner area a kind aof menu sitch board to go to different places... After a user click on a particular menu, I need to show to use the current
|
| Update Databound controls within a DetailsView TemplateField | 23 Mar 2006 16:24 GMT | 5 |
This is driving me nuts, it is such a simply thing to do but i cannot for the life of me work out how you are suposed to do it. I want to update the data in DropDownListB based on what is selected in DropDownListA. I am not trying to do anything fancy with AJAX, i am happy to ...
|
| Login.aspx | 23 Mar 2006 16:00 GMT | 1 |
I have an asp.net (2005) application using forms authentication. It has a simple login page (login.aspx) that uses FormsAuthentication.RedirectFromLoginPage the problem is that the redirect url always points to the default.aspx
|
| method to avoid the "screen-flicker-refresh" of postbacks? | 23 Mar 2006 15:43 GMT | 5 |
i have a section of a page that has multiple dropdowns. each dropdown calls the same method on a change of selection by the user. the method loops over all the dropdowns and if the newly selected items matches a previously set item, it changes the
|
| .net is not safe for me..??? it get's decompiled | 23 Mar 2006 15:41 GMT | 18 |
I have seen on the net varius decompilers and i have tried to protect my code with obfuscation but still it can be reversed... if you check for Reflection Decompiler... i don't know what to do.!!!
|
| how to pass client side variable to asp.net? | 23 Mar 2006 14:49 GMT | 2 |
how to pass client side variable(javascript) to an asp.net webform? I was thinking using an invisible asp:textbox control to store the value in? any ideas? thanks
|
| Session variables lost | 23 Mar 2006 14:45 GMT | 7 |
I have an application that uses sessions variables a lot but one I publish the application on the prod server these variables are lost. The application is written i c# 2.0 and I've set the statServer timeout to 20 min in the the web.config file. Any ideas why the variables are ...
|
| Access property and control of master page from a customized parent page class | 23 Mar 2006 14:39 GMT | 5 |
I have a ASP.NET 2.0 web page which inherits a customized base page class and have a master page, their relation is as below Customized base page class --> web page --> master page
|