all groups > asp.net > september 2005 > threads for sunday september 18
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 30
Method does not have the same signature as delegate
Posted by vishakha.ganjoo NO[at]SPAM gmail.com at 9/18/2005 11:32:30 PM
' C Sharp function - Start
' private void id_ok_Click(object sender, EventArgs e)
'{
' try
' {
' _job = new
OsaScanJob((OsaSessionState)Session[OsaSessionState.MFPSession]);
' _job.Create();
' _job.Completed += new
Osa.BusinessObjects.Job.OsaJobCompleteEventH... more >>
Free .Net Book:
Posted by davidanoble NO[at]SPAM hotmail.com at 9/18/2005 11:24:12 PM
http://msdn.microsoft.com/vbasic/2005/IntroTo2005/default.aspx
... more >>
Visual Studio Tools for Office 2003
Posted by Jay at 9/18/2005 9:25:21 PM
If this is not the right newsgroup for this question please let me know
which is the right one.
I have applications where I launch grid data in Excel format in IE. Rather
than launching in IE, I need to launch Excel directly. That is when I click
on a button I want Excel to launch filled wit... more >>
Does anyone use www.exabytes.com web host plan?
Posted by Nick at 9/18/2005 9:02:38 PM
hi,
Does anyone use www.exabytes.com web host plan? Their price is very
cheap, and I read some review about them, not bad at all. I don't know
if someone had bad experience about them?
Thanks
... more >>
Question about webhost, what is Transfer Domain?
Posted by Nick at 9/18/2005 9:00:19 PM
hi, all
I just started to create my own website and I registered a new domain
from yahoo, and then I want to register a webhost plan. And how to use
this domain I registered? What I undertood about transfer domain is I
can transfer the domain to the webhost vendor, and they can config it
on the... more >>
xtreme newbie: question about data in datagrid (mysql)
Posted by Jeff at 9/18/2005 8:22:56 PM
OS : winXP pro (sp2)
IDE: VS .NET 2003
This is my code for adding data to my datagrid (DataGrid1)
MySqlConnection conn = new
MySqlConnection(ConfigurationSettings.AppSettings["DB_Connection_string"]);
conn.Open();
MySqlDataAdapter adapter = new MySqlDataAdapter();
adapter.SelectCommand =... more >>
Interfaces vs Classes
Posted by tshad at 9/18/2005 7:57:02 PM
I am trying to figure out when it is best to use Interfaces and when to use
classes.
The only reason I can figure out to use interface is if you need to
implement multiple interfaces.
The problem with interfaces over classes seem to be that you need to create
multiple implementations for th... more >>
string or String
Posted by ae at 9/18/2005 7:13:02 PM
class System.string and String are both listed in C# beta? could this is be
a bug?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
File in use error
Posted by Nathan Sokalski at 9/18/2005 6:27:53 PM
I am recieving an error about not being able to use a file because it is
already in use. Based on the error, I think it is referring to my DB, but I
don't know how to avoid the error or why it is happening. Here is the error:
Server Error in '/LVBEP' Application.
------------------------------... more >>
DataBase Connection in Session
Posted by Francisco Spaeth at 9/18/2005 5:56:43 PM
Hi all..
It's a good idea to put a database connection stored in the session and
close and dispose when session ends?
Francisco
... more >>
2.0: Page_Load Event in Base Class?
Posted by clintonG at 9/18/2005 3:50:54 PM
I've created a base class that inherits from System.Web.UI.Page.
I've been using Page_PreInit in the base class to change Themes.
I'm using MasterPages and need a bunch of code in each content page to
manage the UI. For the most part this UI code is the same across many pages
although their ... more >>
Cannot Get Changes to Appear
Posted by Wayne Wengert at 9/18/2005 3:29:43 PM
I have an ASP.Net 1.1. site with about 35 pages. I am having a problem on
one page which has a RadioButtonList component with about 20 selections.
When I add an item to that list (VS 2003/VB) and then rebuild the solution
and FTP the solution out to my web host, the changes are not there? I kn... more >>
myDataSet.ReadXml(Server.MapPath("books.xml"))
Posted by ae at 9/18/2005 2:58:01 PM
is the prope way to read xml files, as long as they are on my server, but how
do i access them from other sites, such as http://www.site.com/xmltoread.xm... more >>
Are there drawbacks to Cookieless Sessions
Posted by Logician at 9/18/2005 9:19:35 AM
I am working with cookieless sessions and I cant see any disadvantages
especially if HTTP cookies are also used if the browser can support
them.
Several sites, eg groups.google.com require HTTP cookies and I am
unsure why that is.
Can anyone throw any light on this?
... more >>
asp.net tags
Posted by Amir Ghezelbash at 9/18/2005 7:26:11 AM
Hey guys
doesn any one know why this happnes
i have a master page with a public property
public string CssFileName {
get {
return css;
}
set {
css = value;
}
}
now in my master page i have a tag like this
<link href="Scripts/Css/<%= Cs... more >>
Parser error in Global.asax
Posted by Neil at 9/18/2005 4:42:01 AM
Hello -
In every project I try to compile and run, I'm getting a parser error on
global.asax (pasted below). I have rebuilt and recompiled, and this happens
on every project on my machine, no matter how simple or complex. For example
purposes, I even created a new app using all the defaults ... more >>
UrlReferrer Null
Posted by Logician at 9/18/2005 4:24:05 AM
Objective
To get linking domain on an affiliate program, ie
linking site--->my site-->write cookie-->track visitor-->report to
affiliate
Current
from linking site http://merrows.co.uk?.....
But UrlReferrer is Null. I have a link from a different domain but it
is on my server. I am u... more >>
Autorefresh page at client
Posted by Edward at 9/18/2005 3:43:02 AM
How can I automatically send another page to the users webbrowser (preferable
in c#)? So, somebody is looking at a webpage and after some processing at the
server, I want to show this user another page, without that the user have to
do a refresh.
I saw a page for getting a SSL-certificate. ... more >>
custom error messages
Posted by Jacob at 9/18/2005 2:48:31 AM
Hi,
How can i store custom error messages, can i store it in a resource file ,
like ErMsgs.Resx.
if i store it in a .resx file, can i modify it without recompiling, if so
how can i change it without recompiling??
thanks in advance .... more >>
Excel, .Net and threads
Posted by Graham at 9/18/2005 12:00:00 AM
I have been asked by a client to produce a proof of concept of how .Net =
performs and works within an Excel workbook. Everything works perfectly =
with all the required events firing and data being read from the correct =
cells.
I sent this to the client and he is happy but asked some questions... more >>
Accessing properties from nested master pages
Posted by Steve Franks at 9/18/2005 12:00:00 AM
I have this cool nested master page scenario working great. However what is
the correct way to be able to access a strongly typed property at the top
level master from a content page that has a nested master page between the
content page and the top level master?
For example, assume the ve... more >>
Is it right to used Session to stored the user info?
Posted by Benny Ng at 9/18/2005 12:00:00 AM
Hi,all,
In the traditional ASP development.We usually used Session to stored the
user info(user name,user type,etc.). And in the .NET development. We perfer
to used Session or Cache to stored it?
And some articles prompted that this two methods also can solved
that.But i really don't... more >>
Cannot access strongly typed properties in Master page
Posted by Steve Franks at 9/18/2005 12:00:00 AM
I am trying to access strongly typed properties in a page's master page from
the content page. I followed an article that describes how to do this, and
it seems quite straight forward. However when I try to access the property
from my content page intellisense does not show the public proper... more >>
Let the user authentication work at the BasePage, is it suitable?
Posted by Benny Ng at 9/18/2005 12:00:00 AM
Hi,all,
Now I let every .aspx page inherited from BasePage, and let the
authentication work at there.
sample code:
if (session["user"]=="")
{
//Redirect to login page
Response.Redirect ("login.aspx");
}
is this method right? and suitable for the .NET develo... more >>
User Authentication method of asp.net. is my choice right?
Posted by Benny Ng at 9/18/2005 12:00:00 AM
Hi,all,
Is many developers used the intrinsic forms authentication to do the
user authentication module?
many likes this
//.....
"FormsAuthentication.RedirectFromLoginPage( txtUsername.Text,
chkRemember.Checked )"
.....
........
//......
and this method seems as a standard method... more >>
|