| Thread | Last Post | Replies |
|
| Request.Querystring and User Control in .Net 2.0 | 15 Jun 2007 21:54 GMT | 4 |
This may be a stupid question but... How do I programmtically access the page's request.querystring value in a custom user control. I tried doing this in the page_load routine of the user control but I do not
|
| Databound controls - Refresh | 15 Jun 2007 21:32 GMT | 2 |
I only do ASP part time so this is a beginner question. I will attempt to make this a starightforward question... Is there any technique to keep values a user types into databound controls after a page refresh (or in this case a
|
| FTPWebRequest failing - URGENT | 15 Jun 2007 20:34 GMT | 1 |
I am using .NET 2.0 new classed for FTP download purpose. I have requirement to connect with 3 different FTP and download all files list and see if file exist at my end. if not then i need to download. I am keeping my configuration in XML file so that i can use my same
|
| Are master pages compatible with liquid layouts | 15 Jun 2007 20:07 GMT | 1 |
I learned how to make a page layout liquid so it fills the screen regardless of resolution, but I do not see how to do that with a project that uses master page. Is there a way? My understanding is the top level container must have style elements. Since the top level
|
| set div width to remaining width of the browser | 15 Jun 2007 19:40 GMT | 2 |
using float: left and float: right to build a two column page layout. <div style="float:left">column 1</div> <div style="float:right">column 2</div>
|
| Public Module in ASP.NET/VB.NET | 15 Jun 2007 18:15 GMT | 4 |
Hi. I'm trying to create a Public Module in a VB.NET/ASP.NET application. When coding the module I don't get real-time error checking/intellisense from Visual Studio. Basically I can type whatever I want into the module, and VS doesn't error check it or anything.
|
| Unit.Pixel to String | 15 Jun 2007 18:15 GMT | 1 |
I need to convert an Unit.Pixel variable to string. For example: Unit.Pixel(160px) > "160px" How can I do this?
|
| Web Service giving The data at the root level is invalid error | 15 Jun 2007 18:02 GMT | 2 |
I created a web service in visual studio 2003, tested it with a sample.xml file from a vendor we are using, and it worked exactly like it should. I depoloyed it to our server, created a project calling the webservice with the sample.xml file, and again it worked. Now the ...
|
| Download text file | 15 Jun 2007 17:55 GMT | 3 |
I want to offer people to actually download text file and not view it on browser (which is what happens by default) Thank you, Samuel
|
| google toolbar | 15 Jun 2007 17:50 GMT | 2 |
hey all, you know how google toolbar has a different install for any and all browsers, do you think that was possible with one development platform? Does anyone have a guess what was used to build it? I'd like to build
|
| Unable to get the child control in repeater when first page load | 15 Jun 2007 16:41 GMT | 1 |
It's strange. The page is using master page, the repeater control is placed in contentplaceholder. In repeater Itemtemplate, there are several labels and textboxes, the value of textboxes is from database. there is
|
| What are the benefits of download-pages? | 15 Jun 2007 16:11 GMT | 2 |
Hi newsgroup. Sites which host a large download archive (think download.com) often times don't give you a desired file directly, but redirect you to a page, where you wait usualy 5 secs, and then the download appears..
|
| using AJAX to detect Browser close | 15 Jun 2007 16:01 GMT | 2 |
I see a lot of posts claiming that you can use AJAX or Javascript to run some kind of "heartbeat" " server polling" that tells the server that the page is still open. I need to know how exactly to do this (server side and client side) or where I can find information on doing ...
|
| <%# Container.DataItem( "*" )%> in a datalist | 15 Jun 2007 15:55 GMT | 5 |
I'm having problems trying to get a record out of a resultset when working with a Datalist control. <%# Container.DataItem( "myfield" )%> is how I am displaying the field , but when trying to do an If ..then..end if condition and
|
| Worked great | 15 Jun 2007 14:56 GMT | 1 |
This worked great for me. The key is using the placeholder and programattically adding the control to the placeholder. Thanks.
|