all groups > asp.net > may 2006 > threads for tuesday may 23
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 31
How do you get a dll to see another dll in compilation?
Posted by JimO at 5/23/2006 11:44:58 PM
I have a namespace called utility that I compiled using the /t:library
switch. It compiles fine. When I try to import it into a database
interface namespace, I get an error on compilation that says it's undefined
and then one that says the class has no public members or cannot be found.
Than... more >>
System.ComponentModel
Posted by thomson at 5/23/2006 11:06:03 PM
Hi all,
Can any one please tell what is this namesapce used for
System.ComponentModel , what is the role for this namespace in a web
application and a windows application
thanks in Advance
thomson
... more >>
ASP.NET 2.0's Membership, Roles, and Profile\Client Server
Posted by Jeff Jarrell at 5/23/2006 10:45:27 PM
I have an application that is mostly client-server but also will have web
modules as well.
I need the whole authentication, roles, etc. Pretty much exactly what the
asp.net 2.0 sql membership provider, provides.
Is it a reasonable concept to take the asp.net concept and bolt it onto the
... more >>
Basic Regular Expression question
Posted by Chris at 5/23/2006 9:49:38 PM
Trying to get started using the regular expression validator to validate
file name extensions in an file input box. I am falling at the first hurdle.
When I test for jpeg at the end of a string by using jpeg$ and then type in
'abc.jpeg' it won't accept it but when I put in 'jpeg' it will. What... more >>
How manually uninstall/reinstall VS2003?
Posted by VB Programmer at 5/23/2006 9:30:59 PM
I am having trouble reinstalling VS2003 using the "standard way".
I can't even uninstall VS2003 using the "standard" method.
Any suggestions on how I can completely remove VS2003 so I can reinstall it?
Thanks!
... more >>
Serious limitation of ObjectDataSource + DataObjectTypeName + DataSet as BusinessEntity
Posted by MTomov NO[at]SPAM gmail.com at 5/23/2006 9:25:01 PM
Hi fellas,
has anyone managed to get ObjectDataSource to work Datasets where the
Dataset is used as BusinessEntity class?
What I mean is the following architecture:
1.WebPage with ObjectDataSource
2. CustomBusinessObject which
* does validation,
* uses a Strongly Typed DataTable as a c... more >>
Server Application Unavailable
Posted by Aryan at 5/23/2006 9:01:03 PM
Hi Everybody,
I am facing "Server Application Unavailable" problem with .NET
Framework 2.0
Earlier Framework was working fine, but one fine day it stopped working
for particular application. Where as other application running under
framework 2.0 is working fine.
Giving you all error d... more >>
2.0: simplest TreeView problem
Posted by R.A.M. at 5/23/2006 8:36:50 PM
Hi,
I need your help in a problem of simple TreeNode definition.
I have in .aspx:
<asp:TreeView ID="Directories" runat="server" />
which is filled in (in behind-code) with directories and files of my
ASP.NET application.
The problem is that nodes are displayed as hyperlinks
("javascript:..."... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Deployed ASPNET1.1 app doesn't work
Posted by Kenny M. at 5/23/2006 7:52:02 PM
HI
I just deploy my ASPNET 1.1 app to a laptop production machine with WinXP
professional, the process I did was:
Just like the book says:
I install the .NET 1.1 redistributable
I install IIS with server extensions
I copy the app to a folder
I create a Virtual Directory
I configure t... more >>
Forbidden Designer
Posted by gesres NO[at]SPAM boundvortex.com at 5/23/2006 7:43:24 PM
I'm working at a shop that forbids the use of the designer for ASP.NET
pages. How many shops/projects make similar prohibitions? (Seems
extreme to me.)
Thanks
... more >>
ASP.NET 2.0 Get stock quotes
Posted by Phillip Vong at 5/23/2006 6:44:46 PM
I'm new at this.
Anybody know where I can find out how to pull stock quotes from the Nasdaq
site into my ASP site? I want my users to enter a ticker in one Textbox1
ex. MSFT and another Textbox2 will grab the current price and drop it in
there. I found something in C+, but I know nothing ... more >>
One CheckBox. one ImageButton. Why I can't force the user to click the agreement before submit form?
Posted by Benny Ng at 5/23/2006 6:43:19 PM
Dear All,
<input type="checkbox" name="chkAgreement" value="0">I agree with the above
terms and conditions
<asp:ImageButton ID="ImgBtnSubmit" Runat="server" CausesValidation=True
ImageUrl="images/submit.gif" width="70" height="30"></asp:ImageButton>
There is one CheckBox and on... more >>
Users and authentication
Posted by mrajanikrishna NO[at]SPAM gmail.com at 5/23/2006 5:49:42 PM
Hello friends,
I am new to dotNETand familier with classic ASP. I've one doubt
regarding users.
I am developing an application. In which i want to authenticate users
and logged in which is valid. I've read that ASP.NET authentication is
fast and secure.
Which is the best method for ... more >>
typedataset not defined in System.Data.OleDb?
Posted by Dan at 5/23/2006 5:24:51 PM
Hi,
I try to use dataset with OLEdb Access, but dataset is not defined (asp.net
2.0) when using VWD.
Imports System.Data.OleDb
Dim a As GridView
Dim d As OleDbDataAdapter
Dim ds As DataSet
Dim oConnection As OleDbConnection
oConnection = New OleDbConnec... more >>
master page title
Posted by CSharpguy at 5/23/2006 5:18:45 PM
I'm using a master page in my site, when a user logs in I want to show the
account the logging into, so I want to show that in the master page section
(top), how can I show the account name on the master page?
ex:
master page -- Accunt Name
-----------------------... more >>
Question concerning RegisterClientScriptInclude
Posted by WT at 5/23/2006 5:14:01 PM
Having questions and problems with this method.
I have a control library that embed its .gif and js, html and htc in its
ressources
Corresponding Attributes are added to the namespace using declarative
syntaxe.
My questions
1) What should be the Type parameter of RegisterClientScriptInclu... more >>
Roles
Posted by unwantedspam at 5/23/2006 5:13:12 PM
Thank you in advance.
I need to secure a folder called Admin (and files within this
directory). I have read about Roles and I think they would work but I
am unable to find any information on using my own authentication code.
I would like to check my database and do some processing. After the
pr... more >>
Application restart frequently
Posted by Murali Krishna. Siruvuru at 5/23/2006 4:49:02 PM
Hi,
For Custom Caching, we are having couple of hashtables & lists which store
around 200,000 objects.
This was working on Win 2003 perfect and now we added a new module which
would store 500,000 more objects in Custom Cache.
Now for the first time though its taking some time to load al... more >>
Weird behavior when calling function
Posted by Peter Afonin at 5/23/2006 4:11:28 PM
Hello,
I have a weirdest issue I've ever had.
I have a function that enters some data into the Oracle table and
returns the sequential row number for the new record (autonumber):
Private Function AddSystem(ByVal txt As TextBox, ByVal cn As
OracleConnection) As Integer
Try
... more >>
Looking for small example on collections
Posted by Edwin Knoppert at 5/23/2006 4:01:09 PM
I often need a collection having a keyname and string data
I currently use a struct like:
struct ItemsInfo
{
public String CC;
public String C;
};
ItemsInfo[] Items;
Of course this **** :)
I want to access an item by keyname as index.
Like Items["hello"] as Items[100]
Thanks,
... more >>
General thread question
Posted by Jim Stools at 5/23/2006 3:59:57 PM
Newbie question: Hopefully I worded this correctly...
Does each instance of an aspx page spawn its own thread? If so are the
threads protected? I assume each aspx page is processed in a synchronized
method and each instance has to finish processing before the next instance
is queued? If an ... more >>
how to create floating menus in asp.net...any ptrs ????
Posted by B. Deepak at 5/23/2006 3:57:56 PM
Maybe a static method and/or View State?
Posted by CK at 5/23/2006 3:24:45 PM
Hi All,
I am making a filter for a web page datagrid. I have the inner workings of
the filter doing what I need it to do. What I am trying to accomplish now is
to somehow retain the state of the filter between postbacks. I have two
images of a filter icon button. One is pressed and the othe... more >>
Display partial information on Dataset
Posted by Stephen at 5/23/2006 3:22:20 PM
Hi,
Suppose there is a column in the dataset that is a very large field (say
varchar(500)) and i want to display partial information with (....) so that
the user can click on it to view for more.
(I dont want to truncate any info in the dataset...)
How can display partial information in a dat... more >>
ASP .NET Message Board
Posted by lakepeir NO[at]SPAM yahoo.com at 5/23/2006 2:59:43 PM
Can anyone suggest some good online tutorials on creating a message
board with ASP .NET?
Thanks.
... more >>
Store cookies in browser cache
Posted by Dst at 5/23/2006 2:43:44 PM
I'm trying to interact with some old asp code.
I'm logging into the asp page by posting username/password to the asp
page
using webrequest / webresponse.
Now this works ok, the response back is a successful login, and i also
get a cookie.
Is it possible to save this cookie in the browser cac... more >>
Global.asax / Global.asax.cs in v2
Posted by Mark Rae at 5/23/2006 2:35:21 PM
Hi,
When you create a new web site in VS.NET 2005, it doesn't contain a
Global.asax file by default and, when you add one manually, it creates a
Global.asax file with in-line code e.g.
<%@ Application Language="C#" %>
<script runat="server">
void Application_Start(object sender, ... more >>
Accessing Microsoft exchange through asp.net
Posted by SatishPasala at 5/23/2006 1:43:43 PM
Hi
The asp.net page I am designing should access the inbox of a given
account and return unread emails.
I have the information of the exchange server and account name and
password.
How can I contact the exchange server and get the unread mails for that
particular account.
Can any one ... more >>
JavaScript, Forgive me for posting it here
Posted by msdn at 5/23/2006 1:42:43 PM
I know this is not a JavaScript group. Direct me to the right place if you
get offended
Question:
Does anyone know exactly what does code below mean or do.
var AZ = Function.AZ = function(someVar){...}
Thanks,
Sa
... more >>
2.0: BEGINNER'S QUESTION: closing page
Posted by R.A.M. at 5/23/2006 1:38:14 PM
Hello,
I am learning .NET and I need to close current .aspx page browser
window (which I open by window.open from main .aspx page).
I tried this.Unload() but it's not correct, so could you tell me
please how to close current page from its member function?
Thank you very much!
/RAM/... more >>
Formatting/Display in a DataGrid
Posted by Stephen at 5/23/2006 1:00:23 PM
Hi,
Is there anyway I can make a column thats databound into a hyperlink to
navigate to another page?
Suppose I have 3 columns: SortOrder, Description, UserName
for eg:
<Columns>
<asp:HyperLinkColumn Text="View" DataNavigateUrlField="UserId"
DataNavigateUrlFormatString="ViewInfo.aspx?id=... more >>
How do you get at the Textbox that is in another User Control?
Posted by aarepasky NO[at]SPAM yahoo.com at 5/23/2006 12:57:02 PM
I am using ASP Web 2005 express.
I created the user control below and I am listing the html code. I
have 2 textboxes. One is txtCompanyName.
The main page has 2 panels on it and a button. Panel1 contains the
user control1 which is a form that has the txtCompanyName. Panel2
contains ano... more >>
GridView & EnableSortingAndPagingCallbacks
Posted by Demetri at 5/23/2006 12:48:02 PM
I am extending the GridView. I have successfully added a webding character to
a column that is being sorted thus indicating the current sort direction. It
works great unless I turn on the EnableSortingAndPagingCallbacks. Obviously,
now the page and the grid view's rendering doesn't change. Onl... more >>
Null reference in my user control
Posted by o0JoeCool0o NO[at]SPAM gmail.com at 5/23/2006 12:44:08 PM
I am trying to create a User Control, that will be a message box with
input options
if I call okconf.visible = true in the page load of the user control it
works fine, but if i then try to call it later by calling the user
controls alert method i get a reference null error.
heres the class ... more >>
error: Data source is an invalid type
Posted by Dan at 5/23/2006 12:37:05 PM
Hi,
I'm learning asp.net 2.0 and i get this error:
"Data source is an invalid type. It must be either an IListSource,
IEnumerable, or IDataSource"
My code:
Dim a As GridView
Dim oConnection As OleDbConnection
oConnection = New OleDbConnection()
Dim comd As OleDbC... more >>
design and image
Posted by robc737 NO[at]SPAM hotmail.com at 5/23/2006 12:31:38 PM
I'm trying to write a web page that will allow users to design their
own rug by dragging and dropping smaller images onto the rug. They
should also be able to change the border of the rug, as well as the
background and color or each individual element on the rug. When they
are done I need to sav... more >>
Lifetime of static member variable in ASP.NET
Posted by Vagif Abilov at 5/23/2006 12:29:33 PM
I investigate further the problem I reported earlier as incorrectly set
values of static variable instances. Actually it is reproduced with a little
piece of code.
I made a simlpe Web site consisting of an empty page. The page C# code file
looks like this:
using System;
using System.Web... more >>
HELP: Edit a DataSet (not DataGrid)
Posted by Dhruba Bandopadhyay at 5/23/2006 11:55:00 AM
I have a DataGrid which has checkbox columns. The data source is a run-time
created data set that I store in a session so I can rebind it during
postbacks. I don't have a database or xml file, etc.
I am wondering if it's possible to edit a dataset directly? So when I click
on a checkbox it ... more >>
How do I group the TextBox controls and get their values in codebehind pages?
Posted by Learner at 5/23/2006 11:33:46 AM
Hi there,
I have 10 text boxes defined to insert their values into the database.
How do I group all of these text boxes? I mean provide a common name to
the group and try access the values in the code behind page using For I
= 1 to 10 Next loop.
For instance the text boxes I have now are... more >>
Session_End
Posted by news.microsoft.com at 5/23/2006 11:08:34 AM
I am reposting this because the person who replied to my original post did
not understand me. Please dont post a reply unless you 'absolutley ' know
what I am talking about and have a solution or an absolute reason why there
is no solution.
I want to log when a user logs off, so I wanted to... more >>
PROPERTY of a CONTROL
Posted by Jose Fernandez at 5/23/2006 10:52:04 AM
Hello
I have a class named X (that inherits from INamingContainer y WebControl).
This class loads a userWebControl.ascx and add it to the controls in my
page. Well, this control has a Property. It looks like this
<Web:MiControl Color="red" id="ventana1" runat=server />
Color is the prop... more >>
Desperate - Gridview each row different from DataGrid - why not works?
Posted by K B at 5/23/2006 10:43:54 AM
Hi, For each row in a gridview, I need to get the control type and the
value assigned. This used to work in DataGrid but now I get an
ArgumentOutofRange exception.
PLEASE HELP ME...
If i.Cells(4).Controls(0).GetType Is GetType(DropDownList) Then
sAnswer = CType(i.Cells(4).Controls(0), Drop... more >>
Accessing namespaces referenced in codebehind of an ascx file
Posted by newjazzharmony NO[at]SPAM hotmail.com at 5/23/2006 10:37:49 AM
I have included a namespace in the "using" statements at the top of the
codebehind page for an ascx page (user control).
How can I access the objects in this namespace from the ascx page
itself?
Thanks,
Jonathan
... more >>
Programmatic access to HtmlInputFile value it is a runat server
Posted by cindy at 5/23/2006 10:33:02 AM
I have a System.Web.UI.HtmlControls.HtmlInputFile control that I use to
submit files. Before the file is successfully submitted I validate another
field on the form, it is the description of the file must be 500 characters.
I am adding the file to a site server library programmatically so if ... more >>
initializing a data for a asp:Calendar control
Posted by Peter at 5/23/2006 10:32:01 AM
Please advise how to initialize a date for a asp:Calendar control. Thanks.
Peter... more >>
show tooltip in gridview
Posted by graphicsxp at 5/23/2006 10:18:04 AM
Hi,
I would like to show a tooltip when the user move the mouse over the
first column of my gridview.
The tooltip should be bound to a field of the gridview's datasource
that correspond to the row being hovered.
How can I do that ?
... more >>
Page URL
Posted by Mythran at 5/23/2006 10:17:20 AM
Probably can't do this without adding properties/methods myself, but worth a
shot! :)
I would like to know if how, if possible, to get the URL of a
non-instantiated Page object. I don't think it's possible because it's not
instantiated. When a page does get instantiated, it can have more... more >>
ASP.NET Literal control - Removed text
Posted by Ray Booysen at 5/23/2006 10:15:21 AM
Hi all
I have a function that generates some HTML for a literal control.
The code is simply:
public string RenderCalendar( string ControlID)
{
return "<span id=\"" + "cal_" + ControlID + "\" onclick=\"DoCalendar('"
+ ControlID + "');\">...</span>";
}
It simply adds the characters "... more >>
Global - Session End Event Problem
Posted by news.microsoft.com at 5/23/2006 10:11:48 AM
We are logging many events on our application but cant seem to discover how
to determine who the user was in the session end event, as any session
storage seems to have disapeared at the point at which the event fires.
In essence, I want to log when a users session expires.
Any inspiration... more >>
Confused about events and when they get fired.
Posted by AndrewMBaldwin NO[at]SPAM gmail.com at 5/23/2006 9:57:01 AM
I have a grid control (inherits from Placeholder) that has a few
buttons on it. On this grid there is a filter form, which allows the
user to filter/search the table for specific information. My problem
is, that the order in which the event gets called. What is basically
happening is that the co... more >>
ASP.Net ROI - requesting advice from the experts
Posted by littleccguy at 5/23/2006 9:55:35 AM
I have an idea for a proposal to my ops manager. Right now we have
several little Access databases for several purposes. Many of these
pull from our MS SQL server. My idea is to make one program (Solution)
that can be used company wide. I would rework these databases using
XML and ASP.net. ... more >>
Nothing shows in Running Documents, can't debug Java script in asp 1.1
Posted by Charlie NO[at]SPAM CBFC at 5/23/2006 9:47:05 AM
Hi:
For some reason, the "Running Documents" window is always empty while
debugging keeping me from adding JavaScript breakpoints. Does anyone know
why?
Thanks,
Charlie
... more >>
Sending Email from fmwk 1.1
Posted by CharlesA at 5/23/2006 9:44:46 AM
Hi folks,
first of all I'm using ASP.net 1.1 with C#
I've got an XP professional corporate build machine with SP1
I have been using
MailMessage mailMsg = new MailMessage();
mailMsg.From = from;
mailMsg.To = to;
mailMsg.Cc = cc;
... more >>
Master pages, how to make them work?
Posted by Rob R. Ainscough at 5/23/2006 9:44:41 AM
Again another simple concept that appears NOT to be intuitive or I'm just
stupid. I've read the WROX book and the example doesn't actually show how
the .master page links in the other content pages? Kinda sorta a critical
point no?
Am I missing something?
Rob.
P.S. the day I find a ... more >>
adsi Cannot create ActiveX component
Posted by Shlomi at 5/23/2006 9:21:07 AM
Hi,
I'm developing an application that runs in AspNet on Win2003 server.
Every thing runs OK in the development environment, but in the customer
site I have a problem running "CreateObject("ADSystemInfo")" (I get
"Cannot create ActiveX component" error).
The strangest thing is that when I'm... more >>
cascade dropdown lists
Posted by cgian31 at 5/23/2006 8:46:53 AM
I have implemented a website where in a page are represented the data
of one record, using cascade dropdown lists in 2 levels, within the
same page/record.
According to the selection in the first dropdown (parent), the
available choices in the second one (child) change.
It works pretty well, ... more >>
Need help for COM running from Web application, but not form .EXE application
Posted by JeffQ888 NO[at]SPAM gmail.com at 5/23/2006 8:13:44 AM
Hi,
Can anybody help me to figure out my issue I am currently facing. The
issuse is we are building a .NET application on top of a third party
software. Since the software is based on old Microsoft technology ( I
mean COM), we are using .NET TlbImp utility to wrapper
COM dlls, then we can u... more >>
How to access a page level variable from within a class instance
Posted by Corey B at 5/23/2006 8:07:16 AM
Is there a way for an instance of a custom class to access an ASPX page
level variable? I know that I can access a Session variable from
within a class using the following code:
myClassVar =
System.Web.HttpContext.Current.Session.Item("mySessionVar")
But I can't figure out if it is possibl... more >>
Invalid viewstate
Posted by Arne Garvander at 5/23/2006 8:05:02 AM
What do I do with this error message?
System.Web.HttpException: The client disconnected. --->
System.Web.UI.ViewStateException: Invalid viewstate.
--
Arne Garvander
(I program VB.Net for fun and C# to get paid.)... more >>
Need Help With Simple Regular Expression
Posted by Joey at 5/23/2006 7:38:58 AM
Hello,
I need a regular expression that will allow alpha-numeric characters,
the underscore character, the period character, and the single quote
character.
The following is not working, for some reason...
[0-9a-zA-Z_.']
Can someone provide one that works?
... more >>
Standard page layout that may change....
Posted by UJ at 5/23/2006 7:32:00 AM
Folks,
I'm about to rework a ASP.Net 1.1 web site and want to make sure I'm doing
it smartly. What's the easiest/best (I realize that is contradictory) to
make it so that if we have standard menus that go across all pages, I can
program them once and then if we change them, they happen everyw... more >>
limit colunm width in gridview
Posted by graphicsxp at 5/23/2006 7:07:11 AM
Hi,
I've come across a few solutions on the forum for this problem but it
still don't work :(
I have a column that can contains very long text value. I was hoping
the value would be truncated to the size of the column's width. So I
did the following :
Protected Sub grdCuttings_RowCreated(... more >>
allow anonymous access to directory
Posted by graphicsxp at 5/23/2006 6:19:42 AM
Hi,
Until the user has logged on in the web app, the .css file is not found
and is not applied to my identification form page :(
I've allowed anonymous access to this css file in the web.config and
now it works. But all of the images that are in a directory are not
accessible either ! I'm not g... more >>
KB912812 issue
Posted by Jon at 5/23/2006 6:14:01 AM
OK, I have a asp.net web page that is using a .NET windows Form user control
and is referencing the control by the DLL name. like this:
<object id="carSales"
classid="carsales/controls/CarSalesGraph.dll#CarSales.Graphing">
</object>
and when the security patch KB912812 was installed its now... more >>
Data Access Logic Components
Posted by Mark Gilkes at 5/23/2006 6:01:02 AM
I would just like to get a feeling for what others are doing here. Having
read through the 'Data Tiers' paper under MS's Paterns and Practices I am
designing and developing a small(ish) 3 layered web app. Now I've come to
design the DALC classes I cannot see any reason why I would make these
... more >>
ASP.Net 2.0 Treeview scroll/focus problem
Posted by Claus at 5/23/2006 5:42:53 AM
Hello,
I have a long treeview with scrollbars. When I scroll down and press a treeview node, then the Load event fires and navigate in an iframe to another page. The problem is, that afterwards the treeview is collapsed and the node isn't selected. Expanding and selecting the node via code in the... more >>
Multiple File Download in ASP.NET
Posted by vivek at 5/23/2006 5:27:01 AM
Hi All,
I want to download two or more file to user machine.
Any one have idea.. How to download multiple file in user machine.
When I tried to download two file using below code.
I am not able to do...plz advise...............
Response.ContentType = "application/vnd.msword";
Response.... more >>
Help me Its Very urgent
Posted by mkumaran at 5/23/2006 4:52:24 AM
Hi all,
I am using VS.net 2005. I have developed a web application in asp.net
2.0. Now I want to put it in to a server which uses asp.net 1.x web
application. I dont know the way to do this.
Please Help me :-(
Regards,
Muthu Kumaran.D
... more >>
Emailing Crystal Reports using MicrosoftMail
Posted by zEE at 5/23/2006 3:49:22 AM
Hi,
I'm facing an issue when I use the MicrosoftMail option for emailing
the crystal report. My code is as follows -
ReportDocument ReportFile = new ReportDocument();
ReportFile.Load(filename);
ReportFile.SetDataSource(DataSet1);
CrystalDecisions.Shared.ExportOptions myExportOptions;
Cr... more >>
2 small questions
Posted by Mr. Murad Jamal at 5/23/2006 3:30:01 AM
2 small questions:
1)In steps, how can we deploy a website locally (without publishing it on
the internet) using Copy Website dialog box ?
2) How can we select an area (say a rectangle) from an image on a webpage
and then store the selection coordinates X & Y in a database ?
Thank you s... more >>
Panel Space ASP.Net
Posted by csgraham74 at 5/23/2006 2:33:02 AM
Hi Guys,
Just a quick one.
I have an .aspx web page with numerous panels on the page - each panel
contains a datagrid. I have found that below each panel there is a
blank space that i cannot remove - has anyone came across this before -
or does anyone have a solution??
thanks
CG
... more >>
Attributes of Controls on a Page
Posted by mosscliffe at 5/23/2006 2:27:58 AM
I am still very new to all this, so please bear with me.
I am trying to create a debugButton, which when pressed would give me a
list of all the controls on a page and their attributes, but I just
can't work out the syntax. I have tried lots of combinations of the
code below, but rather than s... more >>
installing another Web Site Project inside my existing VS2005 website project
Posted by Rob Dob at 5/23/2006 1:10:42 AM
Hi,
How do I go about installing another Web Site Project inside my existing
VS2005 website project. I currently have both a forum WSP and my main WSP
application within the same solution. Both compile and run without error.
However they are separate applications and I would like to have t... more >>
localized back button
Posted by wwildenborg NO[at]SPAM gmail.com at 5/23/2006 1:08:23 AM
I got it to work, but somehow it doesn't seem like the proper solution.
I can't switch anymore to design view for instance.
<input id="cmd_back" class=button type="button" value="<asp:Localize
ID='Localize13' Text='<%$ Resources:Catalogue, Back %>'
runat='server'></asp:Localize>" onclick="hist... more >>
Event Procedures and Methods
Posted by Kuldeep at 5/23/2006 12:00:00 AM
Hi All,
Could anybody give me some ideas on the advantages and disadvantages when it
comes to having Event Procedures and Methods in .aspx page rather than
having them in .aspx.cs/.aspx.vb
Regards,
Kuldeep
... more >>
Remember theme on session timeouts
Posted by M O J O at 5/23/2006 12:00:00 AM
(using asp.net 2.0)
Hi,
I have 5-6 large customers each using the same pages, but with their own
themes.
To enter my site, they all have their own urls like ...
http://mysite.com?site=customer1
http://mysite.com?site=customer2
http://mysite.com?site=customer3
and so on.
When they... more >>
|