| Thread | Last Post | Replies |
|
| Clearing Windows Authentication Credentials | 29 Dec 2005 20:36 GMT | 1 |
We are using Integrated Windows Authentication method for the ASP.NET application authorization. Whenever the Session expires, we are redirecting to a Session expired page to Login again by clicking on a “Go to Home page” link.
|
| newbie question | 20 Dec 2005 17:01 GMT | 1 |
i'm new to .net. i'm getting this error in my app. Line 21: NameValueCollection nvc = new NameValueCollection(); Line 22: nvc.Add("@MerchantCouponID", merchantCouponID); Line 23: context.Response.Redirect(DAL.RetrieveData("sp_AddClick",
|
| Using ActiveX Object using Javascript in ASP.NET | 20 Dec 2005 16:57 GMT | 1 |
When I create an ActiveXObject "Scripting.FileSystemObject" in HTML file it works fine but when I use it in ASPX(ASP.NET) file it gives me a javascript error i.e. "Automation Server Can't Create Object", i dont know what is wrong with it.
|
| How to set the focus to an anchor when "onload" of the page fires | 20 Dec 2005 16:54 GMT | 1 |
I have a html page with an anchor in the middle of the page: <a name='dana' id='dana'>set focus...</a> I would like to set the focus of the page to that anchor when the page loads.
|
| how to get a width of a character in verdana | 19 Dec 2005 16:24 GMT | 1 |
can anybody plz help me... i wanna know how can i get width of a character.in a column i can ente maximum of 255 characters. in verdana style...,only the letter "m" is creating a problem.
|
| help on script to read session variable | 14 Dec 2005 03:09 GMT | 1 |
Hi, All, I write a JavaScript to read session("CheckedFlag") and to decide if i need to give the message when user close the browser. but it don't work when read the session variable. I'm using VB.net to write the web application. If
|