hi,
i have a http handler class that implements:
IHttpHandler, IRequiresSessionState
in the class we are accessing session. Which works fine in IE, however on safari, i am loosing values for all the session variables. Session is not null, however, all the session variables are loosing values...
hi,
on my development machine the url to the common images is following:
http://localhost/Prototype/StoreFront/CommonImages/
I have two pages:
http://localhost/Prototype/StoreFront/index.aspx
&
http://localhost/Prototype/StoreFront/Public/category.aspx
both of the above pages have a image...
I have an scrolling div enclosed in an atlas update panel. after a callback, the div scrolls to the top. After months of research i found the only way to fix it was through HTC. I don't know much about HTC, but i tried implementing it unsuccessfully. If you guys to look over the code and give...
hi,
i am trying to set a value of a text box to the value of the radio button when radio button is click. below is what i am trying to do:
<script type="text/JavaScript" >
function SetValue(of, to)
{
if (document.getElementById(of) != null && document.getElementById(to) != null)
{...
I have ASP.net 2.0 Forms authentication enabled:
My web config settings are:
__________________________________________________
<authentication mode="Forms">
<forms loginUrl="~/SSLPublic/Login.aspx"
protection="All"
timeout="30"
path="/"
requireSSL="false"
slidingExpiration="true"...
hi folks
i am trying to generate RSS (xml output) through asp.net
I perfer the page to have the aspx extention.
The page (rss.aspx) out puts xml by means of:
Response.Write("<<proper rss xml here>>");
Response.End();
however in the browser (both ie and netscape) it doesn't display the out...
Hi folks,
wondering if someone can help me with this. Is it possible to define Src attribute for the @Register tag at runtime.
below is an example of @Register tag, and i want to be able to specify the src (somefile.ascx) attribute at runtime
<%@ Register Src="somefile.ascx" TagName="c1"...
thanks again ca8msm,
i had minor success.
i was able to get the transperency however, it only seems to be processing only the first quarter of an image from left. I will keep working at it. in the mean time, any suggestion is welcome
thanks, ca8msm, your links were helpful however the issue remains the same. I was able to make the images transparent however when saved as png the black background remain. I was also able to change the black background to any other color by g.Clear(Color.Blue); before drawing the image (in...
Hi folks,
Thanks in advance to all of you geniouses.
Here is what I am doing:
This is an ASP.net 2.0 with C# problem.
I am reading an image file (either: gif, jpg or png of any dimension) as such:
Image rImg = Image.FromFile(RawFilePath)
Next I create a Bitmap and extract graphic as such:
Bitmap...
Hi guys,
i can believe i spent 2 hours and still can get it right. all i need is a reg ex that would allow on alphanumeric or empty spaces in the text box.
the following does not work:
^[\w\d\s]* Since this also allows &, ^ and what not.
help
Hi guys i am having problem using stored proc that contain table variables while developing in VS2005.
I use a table variable in one of the stored procedure:
Declare @TempTable Table
(RowNumber int IDENTITY PRIMARY KEY, Name varchar(50))
In VS 2005 when creating a table adapter it given an...
Hi,
I am attempting to build a small scale (light weight) SQL search engine (basically a stored procedure) to search through Products Table. I am passing a search string, which i break up by the ' ' (space) delimiter. next for each [value] (after breaking up) in the search string I want to be...
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.