| Thread | Last Post | Replies |
|
| ASP.NET paging and return value | 03 Nov 2007 06:25 GMT | 1 |
I can't figure out why this is not working? I need to display all the rows for a given query for a given page index (ex. row 10..20) and the total number of rows. I got the first part to work. However, when I added the return parameter value, the first part is empty but I do get
|
| AJAX file upload | 03 Nov 2007 03:41 GMT | 4 |
Hi everyone, I need to implement async file upload (like attaching file to email message in hotmail). Now, asp.net ajax partial updating does not support file upload. So, any guideline, info, suggestion how to achieve this?
|
| Fire Event | 03 Nov 2007 03:02 GMT | 1 |
I have two custom controls: Parent and Child. I added Child to Parent. How can I from Child control make a custom Parent event to fire? Thanks, Miguel
|
| HttpWebRequest proxy problem | 03 Nov 2007 02:57 GMT | 1 |
Hello, I have some code which use HttpWebRequest class and I see by default it use IE proxy settings. It means If I will not put any proxy this class get IE proxy and use it. How turn this off? Can I use some global settings in code force this class don't use IE by
|
| Label won't display when modified in code behind | 02 Nov 2007 21:47 GMT | 1 |
I have a label control on my form I'm using the same way a label is used with a validator control; the reason for this is lost somewhere in antiquity at my employer. Anyway, I do a substantial amount of client-side data validation via JavaScript, setting the Text property of the ...
|
| httpcontext.current OR httpruntime ? | 02 Nov 2007 21:04 GMT | 6 |
in asp.net 2, I load a dataset from the Cache object into a local object to use to perform processing. I had been using httpcontext.current.cache and what I noticed is sometime I'm not able to get the dataset out of the cache.
|
| Could not load file or assembly or one of its dependencies. | 02 Nov 2007 20:25 GMT | 1 |
I was updating one of my .Net 2.0 web application on a customer's server yesterday. after I replaced the new dll, I got a error when I access it : Could not load file or assembly "xxxxx" or one of its dependencies.
|
| Global variables | 02 Nov 2007 20:18 GMT | 2 |
Hey guys Can people give me their views on this. When i make a cs class file for my asp.net app i cant use Application objects for my globals?
|
| Async Upload Control | 02 Nov 2007 20:12 GMT | 1 |
I'm just writing to announce that I've just uploaded an Asynchronous Upload Control in my website, and I'd like some feedback about it. The control was built for a project I'm currently working on and it's pretty self explanatory.
|
| Using profile in a Class | 02 Nov 2007 18:18 GMT | 1 |
Im accessing my profile in a Class using: Dim P As ProfileBase = HttpContext.Current.Profile Dim myInt As Integer = P.GetPropertyValue("myProfileId") All is working fine, however how do I use the
|
| Cookies | 02 Nov 2007 17:48 GMT | 1 |
have a problem with saving values into cookies. In a grid i have a imagebutton which which rowcommand looks like this Dim BookMarkCookie As New HttpCookie("BookMarks")
|
| Convert a 'normal' website to an ajax website. | 02 Nov 2007 17:39 GMT | 4 |
How can I add ajax functionality to my website. I already know about the code but are there references I need to include? TIA - Jeff.
|
| Validating a text box | 02 Nov 2007 17:10 GMT | 5 |
How do I validate a text box field which only requires a number in it?
|
| How to maintain the display state of a <div> element? | 02 Nov 2007 16:57 GMT | 1 |
How to maintain the display state of a <div> element? Is there a simple way to maintain the display state of a <div> element? On my page, a div block can be hidden/shown by js function showhide(). I would like
|
| App Components Not Working After Server Move | 02 Nov 2007 16:35 GMT | 1 |
We have a production web app hosted by an ISP thats been running for about 4 years built with VB.NET compiled under version 1.1 of framework running on their Windows 2000 Server environment. The app was recently "copy deployed" to a new server running Windows 2003 Server. The app ...
|