all groups > asp.net > february 2008 > threads for thursday february 7
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
Accessing cookies from DLL
Posted by nathan_blakley@hotmail.com at 2/7/2008 11:04:35 PM
Hi,
I am not able to read or write cookies from DLLs both locally and on
Godaddy's web hosting site. I have ASP.NET 2 set up in both locations.
There must be a trick. My code looks as follows:
return (HttpContext.Current.Request.Cookies[m_strCookieName] != null);
I have unchecked the "Allow... more >>
Error parsing attribute 'test': Type 'System.Web.UI.Page' does not have a public property named 'test'.
Posted by Bob at 2/7/2008 10:16:21 PM
I am getting this error when trying to use a custom property in my page
directive:
Error parsing attribute 'test': Type 'System.Web.UI.Page' does not have a
public property named 'test'.
What am I doing wrong?
Thanks
===========================================
default.aspx
======... more >>
3.5 compatability
Posted by UpRider at 2/7/2008 7:01:21 PM
My web host provider uses Windows Server 2003, IIS6, .Net Framework 2.0 and
SQL Server 2005. They have no firm plans to upgrade to .Net 3.5.
I create my website (www.dbtc.org) with (mostly) Expression Web and (some)
Visual Web Designer 2005 Express.
I'm kinda geeky and like to use the latest s... more >>
Need to set up a server that support ASP.NET
Posted by Mr. R at 2/7/2008 5:07:53 PM
Hi
I need to set up a server that supports ASP.NET. I will have it in my home
and run on and off for demo projects. The problem is that I don't have then
money to by Windows Server 2003 or Windows Server 2008. I have tried to
install IIS but that doesn't help me at all. I have tried Apache ... more >>
Books
Posted by PSULionRP at 2/7/2008 3:01:02 PM
I have a programming background in big iron: CICS, DB2. I am about ready to
take the plunge into the ASP.NET world. Does anyone out there have any good
suggestions for some real good ASP .NET books that will get me up to speed
pretty quick in terms of the ASP .NET fundamentals and syntax???
... more >>
simple question
Posted by Web Search Store at 2/7/2008 2:46:23 PM
Hello,
I'm finally trying to use asp.net
I would appreciate any code sample on how to translate the following code
that opens an access database:
dim mydsn
dim conntemp
dim sqlstmt
mydsn="PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\myaccessdb.mdb"
set conntemp=server.createobjec... more >>
FlashMovie
Posted by Rodrigo Ferreira at 2/7/2008 1:21:22 PM
How do I add a flash movie into my asp .net web site? I´d like to use an
animated menu in the master page.
Thanks!
... more >>
Exec function from user control..
Posted by Matthew Wells at 2/7/2008 1:17:45 PM
Hello,
I'm using ASP.net 2.0 with C#. I have a user control with 4 buttons on
it. I want to execute a function on the main form's code behind page from
the click event of the user control button. How do I do that?
Thanks.
Matthew Wells
Matthew.Wells@FirstByte.net
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
winform in web app
Posted by Marek Kolesar at 2/7/2008 12:18:39 PM
Hi ...
it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)... more >>
data format in grid
Posted by Tom at 2/7/2008 11:03:09 AM
I'm tyring to have my data in a side by side format for each year so the
user can compare the data together.
Here is how my data is being returned to me from the database;
year sales gains loss
2007 20 1,000 200
2006 10 1500 ... more >>
ASP.NET open source social network software
Posted by WJ at 2/7/2008 10:43:02 AM
Hi,
I'm looking for a ASP.NET open source social network software to build a
web-site. so far, I have no luck.
If you have any information, can you help? Thanks.
WJ... more >>
xmlelement
Posted by deepak at 2/7/2008 10:26:04 AM
Hi All,
SXPDictionaryItemsGetResult is a XML element given below
<SXPDictionaryItemsGetResult>
<DictionaryItems>
<TimeZoneConverter>
<Key>127928320</Key>
<Revision>2</Revision>
<Name>India_Bharti</Name>
<Conversion>0</Conversion>
</TimeZoneConverter>
<TimeZoneConverter>
<Key>... more >>
OT? VistaDB...anyone use it? Thoughts?
Posted by darrel at 2/7/2008 9:37:06 AM
I've been playing with Grafitti CMS and noticed that they use the 'vistadb'
format by default. I had never heard of it before.
http://www.vistadb.net/
I'm intrigued. It looks like a full SQL DB, without the overhead of MS SQL
at the server level. Ie, it's 'just a file' that you can move as... more >>
User Control's Default Property Values do Not Appear In Properties Window
Posted by Jonathan Wood at 2/7/2008 9:33:36 AM
Below is a user control (ascx file) I created.
Everything works fine except, when I first place an instance of the control
on a form and look at the associated properties, my initial property values
appear blank. They only show a value if I enter a new value.
What is the trick to have my d... more >>
Visual Studio IDE Issue
Posted by Craig M at 2/7/2008 9:23:20 AM
Has anyone ever experienced this problem? When developing an ASP.NET
application, in design view if I attempt to change the name of control it
will automatically
revert back to the original name even if there is not another control with
the same name. If I go into the Source View I can chan... more >>
Javascript issue
Posted by JimmyGiraffe at 2/7/2008 8:46:08 AM
I have some javascript written for a dropdown menu that works fine if
my page is an html page, but if I save it as an aspx page it messes
up. I'm using an asp grid view control, so I need it to be an asp
page. The menu still shows, however it doesn't seem to be reading my
x and y coordinates c... more >>
Button Color on focus
Posted by id10t error at 2/7/2008 8:29:14 AM
Hello,
I am making an ASP.NET page to run on a handheld scanner. The screen
is pretty small and when you use the tab button to move from button it
is hard to tell what button the tab index is on. Is there a way to
change the color of the button when that button was tabbed too?... more >>
ListView Problem. Going Crazy. Please, I don't know what else to try. Thank You.
Posted by shapper at 2/7/2008 5:43:28 AM
Hello,
I created a ListView connected to a LinqDataSource in DesignView using
VS2008.
The ListView displays the records and I am able to Delete and Update
any record.
I am even able to insert one record but when I try to insert the
second record I get the following error:
Violation of P... more >>
Timeout explanation please?
Posted by JimLad at 2/7/2008 4:32:22 AM
Hi,
I've got a very basic asp.net page that accesses a very slow db query
and siplays to screen. I'm hitting a timeout aftre about 3.5 to 4.5
minutes - seems to be variable.
SQL connection string timeout is set to 3000s.
SQL Command timeout is set to 3000s.
IIS Connection Timeout is set to... more >>
iTemplate Formview Problem
Posted by Rbrt at 2/7/2008 4:19:04 AM
I have a Formview in my application which has code to dynamically create
templates at runtime. The code is in a custom class which implements
iTemplate. In the InstantiateIn method the code is supposed to construct the
appropriate template depending on what mode the Formview control is in. By ... more >>
ASP Classic XML GW Connection to ASP.NET
Posted by Martin Hansen at 2/7/2008 4:12:00 AM
I have this code:
----------------------------
function funcLogin(orderType)
username = request.Form("username")
password = request.Form("password")
myxml = "<?xml version='1.0' ?>"
myxml = myxml & "<function>"
myxml = myxml & "<getlogin>"
myxml = myxml & "<username>" & username ... more >>
HttpModule write in Response.Filter
Posted by lu2vik@gmail.com at 2/7/2008 1:20:10 AM
Hi,
I would like to change the outputstream from response in the
EndRequest httpmodule event.
I tried whith the Response.Filter properties it works in the
BeginRequest but not in the EndRequest.
I don't understand why ...
I need to parse the html output to rewrite links on the fly (wit... more >>
How to create new session when new IE session is opened?
Posted by albertly at 2/7/2008 12:56:02 AM
How can I create a new session from the existing session in asp.net
when new IE session is opened using javascript's window.open method or
user's hyperlink click?
I have a web application which needs two different sessions.
When user clicks on a link in the existing session,
application ... more >>
a little off topic
Posted by m.a at 2/7/2008 12:00:00 AM
Hello,
I am looking for a good ISP for hosting asp.net application. Any
suggestion is very appreciated.
Regards
... more >>
|