thread215-1572221
I have a page getting loaded in one of the frames of a frameset(which gets opened in maximized window).
The page has a third party navigator control inside an updatepanel(which gets rendered as a <div>) which is enclosed in a set of divs. The div's height and width are set...
My client has two different applications running on different servers. One is a .net application with sql server database and the other is a set of pure html pages hosted on a linux server. Now,if i need to fetch some data from the sql server in one of the html pages on the linux server, will...
ok, if i want to hide the said text box in the group header if there is only one row, what can be done? I tried giving conditional visibility to the textbox based on the row count but then if the row count is 1 and the text box is not displayed, the group header is also not displayed since it...
I have a report where I need to show only the top row first and on click of some hyperlink, I want to open up rest of the rows. I was thinking of having two tables, one filtered to show only the first row and then the next with all the rows and then conditionally displaying them. Is there any...
I have a report with a field "cost" which can be >= 0. i want all non zero rows to be grouped under the name "paid" and the rest in "free". I created a group with expression "cost>0" but now, each row with a non zero value is a group. That is not what I intended. Any ideas?
I did try that. It returns nothing when the parameter is null. I guess it has something to do with the grouping and joins. The condition has to be C.SS2BRUserID IS NOT NULL for it to return all rows. I changed it to have two SELECT clauses conditionally and made it work for now. If you have a...
In the following sproc, if @SS2BRUserID is not passed, I want it to return all the rows (equivalent to commenting out 'AND @SS2BRUserID IS NULL OR C.SS2BRUserID=@SS2BRUserID'). It doesnt seem to be working for me. Can anyone help me with this?
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER ON
SET...
Hi, I need to upload a file from the client and save it to server. How can i get the file from client, save it to memorystream and then later write it out to server disk?
I have tried setting the cachecontrol to public. That doesnt work. I cannot set EnableSessionState to false as i have some session variables in the page.
I have tried to cache one asp page. I have given the following code for that:
Response.AddHeader "Pragma", "Cache"
Response.AddHeader "cache-control","public"
Response.CacheControl="Public"
Response.Buffer = True
'Response.Expires=5
Response.ExpiresAbsolute=#August 06,2005 13:30:15#
None of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.